-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az keyvault certificate show returns disabled entry #26044
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botKeyVaultaz keyvaultaz keyvaultService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botKeyVaultaz keyvaultaz keyvaultService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-identity-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az keyvault certificate showErrors:
Disabled current version is being returned (pretty likely that the same goes for secrets).
To Reproduce:
Have a current version whose state is disabled.
Expected Behavior
Disabled entries should not count as current version.
Environment Summary
Additional Context
Appending
--query "[?attributes.enabled]"seems to return nothing.