You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/Scripts/AzureDiskEncryptionPreRequisiteSetup.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,8 @@ Param(
134
134
$keyVault=New-AzureRmKeyVault-VaultName $keyVaultName-ResourceGroupName $resourceGroupName-Sku Standard -Location $location;
135
135
Write-Host"Created a new KeyVault named $keyVaultName to store encryption keys";
136
136
}
137
-
# Specify full privileges to the vault for the AAD application
0 commit comments