{IoT} Adds IoT extension 0.32.0b1 - #10182
Conversation
|
Hi Yuelin Zhao (@cheatsheet1999), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
There was a problem hiding this comment.
🟡 Not ready to approve
The repo’s PR template indicates src/index.json should not be manually edited (it is updated by an automated post-merge pipeline PR), so the change needs to be removed and the version/release notes updated in the extension files instead.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
This PR attempts to publish Azure IoT extension version 0.32.0b1 by adding a new wheel entry to the extension index (src/index.json).
Changes:
- Adds a new
azure-iotwheel metadata entry for version0.32.0b1tosrc/index.json.
File summaries
| File | Description |
|---|---|
| src/index.json | Adds a new azure-iot extension wheel entry (v0.32.0b1) to the index. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
🤖 PR Validation — ️✔️ All clear
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 azdevrequired)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.