We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request comes from #14788
Create one secret, and then delete it. The secret is during purge. Then try to update secret again. It shows error but it's not clear to end user.
PS C:\dixue> Set-AzKeyVaultSecret -VaultName dixuekv0421 -Name foo -SecretValue (ConvertTo-SecureString "123" -AsPlainText -Force) Set-AzKeyVaultSecret : Operation returned an invalid status code 'Conflict' At line:1 char:1 + Set-AzKeyVaultSecret -VaultName dixuekv0421 -Name foo -SecretValue (C ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Set-AzKeyVaultSecret], KeyVaultErrorException + FullyQualifiedErrorId : Microsoft.Azure.Commands.KeyVault.SetAzureKeyVaultSecret
We should show message which comes from server
Secret foo is currently in a deleted but recoverable state, and its name cannot be reused; in this state, the secret can only be recovered or purged.
The text was updated successfully, but these errors were encountered:
BethanyZhou
Successfully merging a pull request may close this issue.
Description of the new feature
request comes from #14788
Create one secret, and then delete it. The secret is during purge. Then try to update secret again. It shows error but it's not clear to end user.
We should show message which comes from server
Proposed implementation details (optional)
The text was updated successfully, but these errors were encountered: