-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az keyvault update returns "The Vault '<vault name>' not found within subscription" #25377
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign 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 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
Hi,
I have been using az keyvault update programmatically to update firewall rules when required while deploying our application. however, i am getting a vault not found error since yesterday if i run this command without --resource-group parameter. it used to work earlier but not working now. docs do not have --resource-group as required parameter.
command : az keyvault update --name --subscription --set properties.networkAcls.bypass=AzureServices --set properties.networkAcls.defaultAction=Deny --set properties.networkAcls.ipRules='[{"value":""}]'
if required parameters are indeed changed for this command, they should be reflected on docs as well; otherwise this issue should not occur.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.