-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Release] Update index.json for extension [ spring ] [ spring-cloud ] #4832
Conversation
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1570091 Last commit: Azure@43670c5
Thank you for your contribution azclibot! We will review the pull request and get back to you soon. |
Hi @zhoxing-ms, |
spring-cloud |
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.
The version is incorrect. I am submitting a PR to fix it #4839
src/index.json
Outdated
"spring": [ | ||
{ | ||
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-4.0.0-py3-none-any.whl", | ||
"filename": "spring-4.0.0-py3-none-any.whl", | ||
"metadata": { | ||
"azext.isPreview": false, | ||
"azext.minCliCoreVersion": "2.30.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": "[email protected]", | ||
"name": "Microsoft Corporation", | ||
"role": "author" | ||
} | ||
], | ||
"document_names": { | ||
"description": "DESCRIPTION.rst" | ||
}, | ||
"project_urls": { | ||
"Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/spring" | ||
} | ||
} | ||
}, | ||
"generator": "bdist_wheel (0.30.0)", | ||
"license": "MIT", | ||
"metadata_version": "2.0", | ||
"name": "spring", | ||
"summary": "Microsoft Azure Command-Line Tools spring Extension", | ||
"version": "4.0.0" | ||
}, | ||
"sha256Digest": "526c8e8993888da1591ce3561ddf91b5e4c0f030696e6671455a972a25515d9a" | ||
} | ||
], |
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.
"spring": [ | |
{ | |
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-4.0.0-py3-none-any.whl", | |
"filename": "spring-4.0.0-py3-none-any.whl", | |
"metadata": { | |
"azext.isPreview": false, | |
"azext.minCliCoreVersion": "2.30.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": "[email protected]", | |
"name": "Microsoft Corporation", | |
"role": "author" | |
} | |
], | |
"document_names": { | |
"description": "DESCRIPTION.rst" | |
}, | |
"project_urls": { | |
"Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/spring" | |
} | |
} | |
}, | |
"generator": "bdist_wheel (0.30.0)", | |
"license": "MIT", | |
"metadata_version": "2.0", | |
"name": "spring", | |
"summary": "Microsoft Azure Command-Line Tools spring Extension", | |
"version": "4.0.0" | |
}, | |
"sha256Digest": "526c8e8993888da1591ce3561ddf91b5e4c0f030696e6671455a972a25515d9a" | |
} | |
], |
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.
Replaced by #4839
[Release] Update index.json for extension [ spring ] [ spring-cloud ]
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1570091
Last commit against main: 43670c5