add aksarc whl version 2.0.0.b34 - #10338
Open
Jagadish Murugan (jagadishmurugan) wants to merge 3 commits into
Open
Jagadish Murugan (jagadishmurugan) wants to merge 3 commits into
Jagadish Murugan (jagadishmurugan) wants to merge 3 commits into
Conversation
|
Hi Jagadish Murugan (@jagadishmurugan), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot started reviewing on behalf of
Jagadish Murugan (jagadishmurugan)
September 15, 2026 14:40
View session
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
Remove the generated src/index.json entry and update the extension source metadata instead.
Pull request overview
Adds the aksarc 2.0.0b31 wheel metadata to the Azure CLI extension catalog.
Changes:
- Registers the wheel URL, filename, dependencies, and SHA-256 checksum.
File summaries
| File | Summary |
|---|---|
src/index.json |
Adds the aksarc 2.0.0b31 package entry; remove this generated block per repository guidance. |
Review details
Suppressed comments (1)
src/index.json:21203
- This PR adds a generated
src/index.jsonentry, but the repository publish instructions state that the pipeline creates this update after merge and contributors must not modify this file (.github/pull_request_template.md:22-24). Please remove this block and make the release change in the extension source metadata so the automated index update remains the single source of truth.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Jagadish Murugan (jagadishmurugan)
marked this pull request as draft
September 15, 2026 14:54
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 10338 in repo Azure/azure-cli-extensions |
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 10338 in repo Azure/azure-cli-extensions |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Author
thanks! |
Jagadish Murugan (jagadishmurugan)
marked this pull request as ready for review
September 18, 2026 21:32
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Jagadish Murugan (jagadishmurugan)
force-pushed
the
users/jagamu/verify-aksarc-whl
branch
from
September 19, 2026 00:31
078b66b to
8f30246
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 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.