-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[DNM] Adding new version 1.12.3 to revert to last known good version (1.11.9) #9657
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
Changes from all commits
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 |
|---|---|---|
|
|
@@ -107269,6 +107269,48 @@ | |
| "version": "1.12.2" | ||
| }, | ||
| "sha256Digest": "8d82ef99a604d1767169083d98a1ae6640f6ee5ba125dd39cde148d2d1ce3d20" | ||
| }, | ||
| { | ||
| "downloadUrl": "https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.11.9-py3-none-any.whl", | ||
| "filename": "stack_hci_vm-1.11.9-py3-none-any.whl", | ||
| "metadata": { | ||
| "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", | ||
| "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" | ||
| } | ||
| } | ||
| }, | ||
| "generator": "bdist_wheel (0.30.0)", | ||
| "license": "MIT", | ||
| "metadata_version": "2.0", | ||
| "name": "stack-hci-vm", | ||
| "summary": "Microsoft Azure Command-Line Tools Stack-HCi-VM Extension", | ||
| "version": "1.12.3" | ||
| }, | ||
| "sha256Digest": "317e6b3ce0117bdafd92094ccfe47c12732b67f9f12fd2022b98735c45978d69" | ||
|
Comment on lines
+107273
to
+107313
|
||
| } | ||
| ], | ||
| "standbypool": [ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR edits src/index.json directly, but the PR description/template explicitly says index.json is updated automatically after merge and should not be modified in the PR. If that process still applies, revert this index.json change and instead update the extension's setup.py/HISTORY.rst; the publishing pipeline will generate the index update.