Skip to content

{IoT} Adds IoT Operations extension v2.5.0 to the index#9813

Open
cheatsheet1999 wants to merge 1 commit intoAzure:mainfrom
cheatsheet1999:yuelinzhao/update-iot-ops-2.5.0
Open

{IoT} Adds IoT Operations extension v2.5.0 to the index#9813
cheatsheet1999 wants to merge 1 commit intoAzure:mainfrom
cheatsheet1999:yuelinzhao/update-iot-ops-2.5.0

Conversation

@cheatsheet1999
Copy link
Copy Markdown
Member


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

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.json automatically.
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.

Copilot AI review requested due to automatic review settings April 22, 2026 00:17
@azure-client-tools-bot-prd
Copy link
Copy Markdown

Validation for Breaking Change Starting...

Thanks for your contribution!

@azure-client-tools-bot-prd
Copy link
Copy Markdown

Hi @cheatsheet1999,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Apr 22, 2026

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link
Copy Markdown
Contributor

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).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@github-actions
Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 under src/index.json with download URL, metadata, and sha256 digest.
  • Apply a whitespace/formatting-only adjustment in the azure-devops section of src/index.json.

Comment thread src/index.json
Comment on lines +37879 to +37886
{
"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",
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
Comment thread src/index.json
Comment on lines +30859 to 30862
"requires": [
"distro (==1.3.0)",
"distro (==1.3.0)"
]
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

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

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).

Copilot uses AI. Check for mistakes.
@cheatsheet1999 cheatsheet1999 changed the title {IoT} Adds IoT Operations extension v2.5.0 to he index {IoT} Adds IoT Operations extension v2.5.0 to the index Apr 22, 2026
@yonzhan yonzhan assigned yanzhudd and unassigned zhoxing-ms Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants