Skip to content

Commit

Permalink
Added the whl file for 1.0.0 version of aksarc cli (renamed from aksh…
Browse files Browse the repository at this point in the history
…ybrid) (#7043)

* Added the whl file for 1.0.0 version of aksarc cli

* Removed isExperimental and isPreview flags
  • Loading branch information
HariPrasadV committed Dec 1, 2023
1 parent ff1afa8 commit 24dd60c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
56 changes: 56 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9740,6 +9740,62 @@
"sha256Digest": "e81597d02ccbd2856b7fd9631e3414d63be64221d71c60dc6e1548c95487d6ee"
}
],
"aksarc": [
{
"downloadUrl": "https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/aksarc-1.0.0-py3-none-any.whl",
"filename": "aksarc-1.0.0-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.0"
},
"sha256Digest": "e214f2e51d336069bbfd97f7d2ee31f467669e60f1920cee5f73ae2098f12a08"
}
],
"akshybrid": [
{
"downloadUrl": "https://hybridaksstorage.z13.web.core.windows.net/HybridAKS/CLI/akshybrid-0.1.1-py3-none-any.whl",
Expand Down
5 changes: 5 additions & 0 deletions src/service_name.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,11 @@
"AzureServiceName": "Kubernetes Service (AKS)",
"URL": "https://learn.microsoft.com/azure-stack/aks-hci/aks-hybrid-preview-overview"
},
{
"Command": "az aksarc",
"AzureServiceName": "Kubernetes Service enabled by Azure Arc",
"URL": "https://learn.microsoft.com/azure-stack/aks-hci/aks-hybrid-preview-overview"
},
{
"Command": "az dynatrace",
"AzureServiceName": "Dynatrace Observability",
Expand Down

0 comments on commit 24dd60c

Please sign in to comment.