[Key Vault] az keyvault ekm-connection: Remove preview status - #34095
Open
Yash (notyashhh) wants to merge 1 commit into
Open
Yash (notyashhh) wants to merge 1 commit into
Yash (notyashhh) wants to merge 1 commit into
Conversation
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
microsoft-github-policy-service
Bot
requested a review
from Yong Zhang (yonzhan)
September 17, 2026 00:18
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved issues were identified that would block approval.
Pull request overview
Removes preview metadata from the Key Vault EKM connection commands and --external-key-id, promoting them to GA without changing behavior.
Changes:
- Removes preview status from EKM command groups.
- Removes preview status from
--external-key-id.
File summaries
| File | Description |
|---|---|
| src/azure-cli/azure/cli/command_modules/keyvault/commands.py | Updated as part of this pull request. |
| src/azure-cli/azure/cli/command_modules/keyvault/_params.py | Updated as part of this pull request. |
Review details
- Files reviewed: 2/2 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.
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
Related command
az keyvault ekm-connectionaz keyvault key create --external-key-idDescription
Removes the preview labels from the EKM connection command group, its certificate subgroup, and
--external-key-idfor EKM GA. No SDK, API version, or command behavior changes.Related to Azure/CLIPS#605 (CLI portion only).
Testing Guide
--external-key-id. The relevant preview labels are gone.az keyvault ekm-connection showandaz keyvault ekm-connection certificate showagainst an existing Managed HSM. Both returned HTTP 200, and the returned certificates parsed successfully.History Notes
[Key Vault]
az keyvault ekm-connection: Remove preview status[Key Vault]
az keyvault key create: Remove preview status from--external-key-id