{IoT} Adds IoT Operations extension v2.5.0 to the index#9813
{IoT} Adds IoT Operations extension v2.5.0 to the index#9813cheatsheet1999 wants to merge 1 commit intoAzure:mainfrom
Conversation
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Hi @cheatsheet1999, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure CLI extensions index to include azure-iot-ops version 2.5.0 (and includes a small formatting-only change in an existing azure-devops entry).
Changes:
- Add a new
azure-iot-ops(2.5.0) entry undersrc/index.jsonwith download URL, metadata, and sha256 digest. - Apply a whitespace/formatting-only adjustment in the
azure-devopssection ofsrc/index.json.
| { | ||
| "downloadUrl": "https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v2.5.0/azure_iot_ops-2.5.0-py3-none-any.whl", | ||
| "filename": "azure_iot_ops-2.5.0-py3-none-any.whl", | ||
| "metadata": { | ||
| "azext.isPreview": false, | ||
| "azext.minCliCoreVersion": "2.70.0", | ||
| "classifiers": [ | ||
| "Development Status :: 5 - Production/Stable", |
There was a problem hiding this comment.
The PR description checklist explicitly notes that src/index.json should not be modified manually because it is updated by an automated pipeline after merge. This change adds a new azure-iot-ops entry directly to src/index.json, which conflicts with that process; please remove the index.json edits and instead update the extension source (e.g., setup.py version + HISTORY.rst), letting the pipeline generate the index update PR.
| "requires": [ | ||
| "distro (==1.3.0)", | ||
| "distro (==1.3.0)" | ||
| ] |
There was a problem hiding this comment.
This hunk appears to be a whitespace-only/formatting change (no semantic change) in the azure-devops entry. Please avoid unrelated formatting-only edits in src/index.json to keep diffs minimal (especially since the file is auto-generated/maintained).
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.