Add namespace access for list and rotate keys - #10211
Open
Jessie (techworldhello) wants to merge 1 commit into
Open
Add namespace access for list and rotate keys#10211Jessie (techworldhello) wants to merge 1 commit into
Jessie (techworldhello) wants to merge 1 commit into
Conversation
|
Hi Jessie (@techworldhello), |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new az aimanager namespace commands to retrieve and rotate namespace access keys, including CLI parameter wiring, help text, and a scenario test to validate behavior and header propagation.
Changes:
- Added
aimanager namespace list-accesskeysandaimanager namespace rotate-accesskeyscommands. - Implemented corresponding custom handlers that pass through
--aks-custom-headers. - Added help entries and a scenario test covering both commands.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/aimanager/azext_aimanager/tests/latest/test_namespace_accesskeys_scenario.py | New scenario test validating list/rotate access keys and custom header propagation. |
| src/aimanager/azext_aimanager/custom.py | Adds custom command implementations for listing and rotating namespace access keys. |
| src/aimanager/azext_aimanager/commands.py | Registers the new namespace access-keys commands in the command table. |
| src/aimanager/azext_aimanager/_params.py | Wires --aks-custom-headers into the new command scopes. |
| src/aimanager/azext_aimanager/_help.py | Adds CLI help and examples for the new commands. |
💡 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). |
Member
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Jessie (techworldhello)
force-pushed
the
wangjessi/namespace-access
branch
from
August 13, 2026 03:08
ea70edb to
04ee098
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 —⚠️ Review suggested
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
Add namespace access for list and rotate keys
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.