We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e08c7d commit c80b292Copy full SHA for c80b292
src/KeyVault/KeyVault.Test/LiveTests/ManagedHsmDataPlaneLiveTests/TestSetting.ps1
@@ -4,7 +4,7 @@ Invoke-LiveTestScenario -Name "Get and update key vault setting in a MSHM" -Desc
4
5
$rgName = $rg.ResourceGroupName
6
$hsmName = "bezmhsm" + (New-LiveTestRandomName -Option AllNumbers)
7
- $hsmLocation = 'eastus2euap'
+ $hsmLocation = 'eastasia'
8
$appId = (Get-AzContext).Account.Id
9
$adminId = (Get-AzADServicePrincipal -ApplicationId $appId).Id
10
$hsmObject = New-AzKeyVaultManagedHsm -HsmName $hsmName -ResourceGroupName $rgName -Location $hsmLocation -Administrator $adminId
0 commit comments