Skip to content

Commit 0e05bbb

Browse files
author
Dragos Avadanei
committed
lowering impact of rolling over a storage account key
1 parent ff89d7a commit 0e05bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/KeyVault/Commands.KeyVault/Commands/ManagedStorageAccounts/UpdateAzureKeyVaultManagedStorageAccountKey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.KeyVault
2121
{
2222
[Cmdlet( VerbsData.Update, CmdletNoun.AzureKeyVaultManagedStorageAccountKey,
2323
SupportsShouldProcess = true,
24-
ConfirmImpact = ConfirmImpact.High,
24+
ConfirmImpact = ConfirmImpact.Medium,
2525
HelpUri = Constants.KeyVaultHelpUri )]
2626
[OutputType( typeof( ManagedStorageAccount ) )]
2727
public class UpdateAzureKeyVaultManagedStorageAccountKey : KeyVaultCmdletBase

0 commit comments

Comments
 (0)