Skip to content

Commit

Permalink
[KV] Update pipeline deployment locations (Azure#30868)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored Jun 26, 2023
1 parent 05085ca commit 0161163
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
20 changes: 18 additions & 2 deletions sdk/keyvault/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,37 @@
},
"hsmLocation": {
"type": "string",
"defaultValue": "westus3",
"defaultValue": "brazilsouth",
"allowedValues": [
"australiacentral",
"australiaeast",
"brazilsouth",
"canadacentral",
"canadaeast",
"centralindia",
"centralus",
"eastasia",
"eastus",
"eastus2",
"francecentral",
"germanywestcentral",
"japaneast",
"japanwest",
"koreacentral",
"northcentralus",
"northeurope",
"norwayeast",
"norwaywest",
"polandcentral",
"qatarcentral",
"southafricanorth",
"southcentralus",
"southindia",
"southeastasia",
"swedencentral",
"switzerlandnorth",
"switzerlandwest",
"uaenorth",
"uksouth",
"westcentralus",
"westeurope",
Expand All @@ -60,7 +76,7 @@
"westus3"
],
"metadata": {
"description": "The location of the Managed HSM. By default, this is 'westus3'."
"description": "The location of the Managed HSM. By default, this is 'brazilsouth'."
}
},
"enableHsm": {
Expand Down
1 change: 1 addition & 0 deletions sdk/keyvault/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ stages:
SubscriptionConfiguration: $(sub-config-cn-test-resources)
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
Location: chinanorth3
${{ if eq(service, 'azure-keyvault-keys') }}:
${{ if contains(variables['Build.DefinitionName'], 'tests-weekly') }}:
# Test azure-keyvault-keys on Managed HSM for weekly tests only
Expand Down

0 comments on commit 0161163

Please sign in to comment.