Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -17313,6 +17313,61 @@
"version": "1.5.72"
},
"sha256Digest": "5da41a90adb1dde23de8d47bffbc1b404835f1d6997730bf5e0202818a94faf9"
},
{
"downloadUrl": "https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.5.74-py3-none-any.whl",
"filename": "aksarc-1.5.74-py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.32.0",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "azpycli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://learn.microsoft.com/en-us/azure/aks/hybrid/"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "aksarc",
"run_requires": [
{
"requires": [
"kubernetes (>=24.0.0)",
"kubernetes>=24.0.0",
"paramiko (<4.0.0,>=2.0.8)",
"paramiko<4.0.0,>=2.0.8"
]
Comment on lines +17359 to +17364
Copy link

Copilot AI Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate dependency specifications detected in run_requires. Both kubernetes (>=24.0.0) and kubernetes>=24.0.0 are listed, as well as both paramiko (<4.0.0,>=2.0.8) and paramiko<4.0.0,>=2.0.8. Each dependency should only be specified once. Remove the duplicate entries.

Copilot uses AI. Check for mistakes.
}
],
"summary": "Microsoft Azure Command-Line Tools HybridContainerService Extension",
"version": "1.5.74"
},
"sha256Digest": "b4ab70eeeac4b80ab9d09eb26d562fb9f8db0b1ec97d42715de2a36ad8226fed"
}
],
"alb": [
Expand Down
Loading