Skip to content

Commit

Permalink
Added 1.0.2 version of aksarc CLI extension (#7090)
Browse files Browse the repository at this point in the history
* Added 1.0.1 version of aksarc CLI extension

* Testing the CI help fix

* Fixing the param help

* testing

* Fixing the help param

* Published the extension with help fix
  • Loading branch information
HariPrasadV committed Dec 19, 2023
1 parent 601e768 commit f3452f4
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9794,6 +9794,60 @@
"version": "1.0.0"
},
"sha256Digest": "e214f2e51d336069bbfd97f7d2ee31f467669e60f1920cee5f73ae2098f12a08"
},
{
"downloadUrl": "https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.2-py3-none-any.whl",
"filename": "aksarc-1.0.2-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",
"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://dev.azure.com/msazure/msk8s/_git/hybridaks-utils/azcli/aksarc"
}
}
},
"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 (>=3.3.1)",
"paramiko>=3.3.1"
]
}
],
"summary": "Microsoft Azure Command-Line Tools HybridContainerService Extension",
"version": "1.0.2"
},
"sha256Digest": "62c4ff20ce9d669ee4063a5bd4f03a7f7b591d2cf9fe74a3719b6be5586a937c"
}
],
"akshybrid": [
Expand Down

0 comments on commit f3452f4

Please sign in to comment.