Skip to content

Conversation

@c-ryan-k
Copy link
Member

Notes for this preview release can be found here:
https://github.com/Azure/azure-iot-cli-extension/releases/tag/v0.30.0b1


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.

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

azure-client-tools-bot-prd bot commented Nov 10, 2025

️✔️Azure CLI Extensions Breaking Change Test
️✔️Non Breaking Changes

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

Hi @c-ryan-k,
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
Collaborator

yonzhan commented Nov 10, 2025

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

@github-actions
Copy link

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

@c-ryan-k c-ryan-k marked this pull request as ready for review November 11, 2025 00:18
@c-ryan-k c-ryan-k requested a review from kairu-ms as a code owner November 11, 2025 00:18
Copilot AI review requested due to automatic review settings November 11, 2025 00:18
Copilot finished reviewing on behalf of c-ryan-k November 11, 2025 00:20
Copy link
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 adds IoT Extension version 0.30.0b1 (beta) to the Azure CLI extensions index, along with associated linter exclusions for various IoT commands.

  • Adds new extension version 0.30.0b1 with updated dependencies and Python 3.9-3.13 support
  • Updates minimum Azure CLI core version requirement to 2.67.0
  • Adds linter exclusions for multiple IoT commands to suppress specific linting rules

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/index.json Adds metadata entry for azure-iot v0.30.0b1 including dependencies, classifiers, and download information
linter_exclusions.yml Adds linter rule exclusions for various IoT commands including DPS, hub, and ADR namespace policy operations

Comment on lines +32636 to +32665
"requires": [
"azure-core (<2.0.0,>=1.24.0)",
"azure-core<2.0.0,>=1.24.0",
"azure-identity (<1.18.0,>=1.6.1)",
"azure-identity<1.18.0,>=1.6.1",
"azure-iot-device (~=2.11)",
"azure-iot-device~=2.11",
"azure-mgmt-core (<2.0.0,>=1.3.0)",
"azure-mgmt-core<2.0.0,>=1.3.0",
"azure-storage-blob (<13.0.0,>=12.14.0)",
"azure-storage-blob<13.0.0,>=12.14.0",
"jsonschema (~=3.2.0)",
"jsonschema~=3.2.0",
"msrest (>=0.6.21)",
"msrest>=0.6.21",
"msrestazure (<2.0.0,>=0.6.3)",
"msrestazure<2.0.0,>=0.6.3",
"packaging (>=23.2)",
"packaging>=23.2",
"rich (<14.0,>=13.6)",
"rich<14.0,>=13.6",
"tomli (~=2.0)",
"tomli-w (~=1.0)",
"tomli-w~=1.0",
"tomli~=2.0",
"tqdm (~=4.62)",
"tqdm~=4.62",
"treelib (~=1.6)",
"treelib~=1.6"
]
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

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

The run_requires list contains duplicate dependency specifications with different formatting styles (e.g., 'azure-core (<2.0.0,>=1.24.0)' with spaces and 'azure-core<2.0.0,>=1.24.0' without spaces). Each dependency appears twice in the list, which is redundant and could cause confusion. Consider removing the duplicate entries and keeping only one consistent format per dependency.

Copilot uses AI. Check for mistakes.
@necusjz
Copy link
Member

necusjz commented Nov 11, 2025

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@zhoxing-ms
Copy link
Contributor

Traceback (most recent call last):
File "/mnt/vss/_work/1/s/src/containerapp/setup.py", line 13, in
from azext_containerapp._utils import get_pack_exec_path
File "/mnt/vss/_work/1/s/src/containerapp/azext_containerapp/init.py", line 7, in
from azure.cli.core import AzCommandsLoader
ModuleNotFoundError: No module named 'azure.cli.core'

Please resolve this CI issue

@c-ryan-k
Copy link
Member Author

c-ryan-k commented Nov 11, 2025

Traceback (most recent call last):
File "/mnt/vss/_work/1/s/src/containerapp/setup.py", line 13, in
from azext_containerapp._utils import get_pack_exec_path
File "/mnt/vss/_work/1/s/src/containerapp/azext_containerapp/init.py", line 7, in
from azure.cli.core import AzCommandsLoader
ModuleNotFoundError: No module named 'azure.cli.core'

Please resolve this CI issue

@zhoxing-ms I'm not sure how to fix an issue in containerapp?

This looks like a generic pipeline failure that's unrelated to our extension, and I can't run CI anyway until someone from your team kicks it off. I would suggest just running it again, it looks like there were several similar pipeline failures around that time.

@necusjz
Copy link
Member

necusjz commented Nov 12, 2025

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@zhoxing-ms zhoxing-ms merged commit 14bc249 into Azure:main Nov 13, 2025
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Auto-Assign Auto assign by bot IoT/CLI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants