MarioCakeDev

Results 4 comments of MarioCakeDev

I can confirm. This is happening in our organization aswell. We are using Azure CLI Version 2.41.0. We have Azure Devops Pipelines and try to deploy KeyVaults and set policies...

By "retrieve it directly" do you mean `az keyvault show`? When the KeyVault is not found with `az keyvault list` it won't show if `az keyvault show` is used. We...

I could narrow down the problem to the `https://management.azure.com/subscriptions/{subscriptionId}/resources` Endpoint. If I try to set the KeyVault Policy with the Azure CLI only based on the KeyVault name, I think...

@jlichwa When I call `az keyvault set-policy --name {kvname} --secret-permissions get --objectId {objId} --debug` the command itself is calling [https://management.azure.com/subscriptions/{subscriptionId}/resources](https://management.azure.com/subscriptions/%7BsubscriptionId%7D/resources) to find the key vault. I wanted to make sure...