-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add stack-hci-vm #6730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stack-hci-vm #6730
Changes from 18 commits
97dfa24
3b1d91e
2cbedc2
cc26834
76981eb
21dac5a
388d705
8cc4a6c
c58d3a6
0d273cb
2ebfb0e
a6b1ec1
a9b0b5e
6e9f174
2964b02
5eef3d6
cf53c42
425da90
c33e7e5
e0e9e69
e98e85a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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, | ||
| "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
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What all do I need to correct?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it okay if we remove the whole section?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.