Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 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
45 changes: 45 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -56400,6 +56400,51 @@
"sha256Digest": "58074ff73a72a1a9c76d406a4b6988a7b714dfaa9259b92172a7b6f66680db31"
}
],
"stack-hci-vm": [
{
"downloadUrl": "https://hybridaksstorage.z13.web.core.windows.net/SelfServiceVM/CLI/stack_hci_vm-0.1.2-py3-none-any.whl",
"filename": "stack_hci_vm-0.1.2-py3-none-any.whl",
"metadata": {
"azext.isExperimental": true,
Comment thread
wyatt-troia-msft marked this conversation as resolved.
Outdated
"azext.minCliCoreVersion": "2.15.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",
Comment on lines +56414 to +56418

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

BTW the python version which less than 3.8 is not supported. Please update it as well

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Should I keep the line without any version of Python specified?

"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://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm"
}
Comment on lines +56423 to +56435

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

As the source code of this extension is not in Azure/azure-cli-extensions repo, please correct the descriptions here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

What all do I need to correct?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is it okay if we remove the whole section?
@kairu-ms

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

These metadata are retrieved from the extension source code. So you should correct them in the extension code.

}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "stack-hci-vm",
"summary": "Microsoft Azure Command-Line Tools AzureStackHCIClient Extension ",
"version": "0.1.2"
},
"sha256Digest": "17b2f042e73e3379eb57aa3e660f7d2b8b064d60d11133c38c8dd75bd7b903db"
}
],
"staticwebapp": [
{
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/staticwebapp-1.0.0-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 @@ -529,6 +529,11 @@
"AzureServiceName": "Stack HCI",
"URL": "https://learn.microsoft.com/azure-stack/hci"
},
{
"Command": "az stack-hci-vm",
"AzureServiceName": "Stack HCI VM",
"URL": "https://learn.microsoft.com/en-us/azure-stack/hci/manage/azure-arc-vm-management-overview"
},
{
"Command": "az staticwebapp",
"AzureServiceName": "App Services",
Expand Down