Found the issue this morning...
This was an issue within a pipeline execution... The Service Principal of the service connection didn't had the Owner permissions on the KeyVault...
Not very easy to debug with this error message...
Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am running a az cli command from Azure cloudshell (Powershell or Bash) from my personal Azure tenant and it's working perfectly.
When i want to do the same command from our organization Tenant, i receive an error
I want to show a private endpoint on a Keyvault... the commande line is :
$vaultendpoint = az keyvault private-endpoint-connection show --vault-name myvaultname --name myendpointresource-conn | ConvertFrom-Json
From our organization tenant, here is the error:
ERROR: incorrect usage: [--id ID | --name NAME --vault-name NAME | --name NAME --hsm-name NAME]
What could cause this kind of issue ?
Found the issue this morning...
This was an issue within a pipeline execution... The Service Principal of the service connection didn't had the Owner permissions on the KeyVault...
Not very easy to debug with this error message...
Thanks!