Skip to content

Commit 06d0a26

Browse files
authored
Remove sovereign cloud testing references (Azure#23970)
1 parent af2aacb commit 06d0a26

File tree

5 files changed

+0
-24
lines changed

5 files changed

+0
-24
lines changed

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ parameters:
4242
# Canary regions are currently not supported in TME so disabling for now
4343
# Canary:
4444
# Location: 'centraluseuap'
45-
UsGov:
46-
China:
4745
- name: MatrixConfigs
4846
type: object
4947
default:

sdk/containers/azcontainerregistry/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ extends:
2828
RunLiveTests: true
2929
UsePipelineProxy: false
3030
TestRunTime: '30m'
31-
SupportedClouds: 'Public,UsGov'
3231
PersistOidcToken: true

sdk/messaging/azeventhubs/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ extends:
2727
ServiceDirectory: 'messaging/azeventhubs'
2828
# (live tests not yet ready to run)
2929
RunLiveTests: true
30-
SupportedClouds: 'Public,UsGov,China'
3130
EnvVars:
3231
AZURE_CLIENT_ID: $(AZEVENTHUBS_CLIENT_ID)
3332
AZURE_TENANT_ID: $(AZEVENTHUBS_TENANT_ID)

sdk/messaging/azservicebus/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ extends:
2626
parameters:
2727
ServiceDirectory: 'messaging/azservicebus'
2828
RunLiveTests: true
29-
# SupportedClouds: 'Public,UsGov,China'
30-
SupportedClouds: 'China'
31-
CloudConfig:
32-
Public:
33-
UsGov:
34-
China:
35-
MatrixReplace:
36-
# Use dedicated pool with regional affinity to China cloud
37-
- Pool=(.*)-general/$1-asia
38-
MatrixFilters:
39-
- Pool=.*mms-ubuntu-2004.*
40-
- GoVersion=1.18.10
4129
EnvVars:
4230
AZURE_CLIENT_ID: $(AZSERVICEBUS_CLIENT_ID)
4331
AZURE_TENANT_ID: $(AZSERVICEBUS_TENANT_ID)

sdk/security/keyvault/azkeys/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ extends:
2828
ServiceDirectory: 'security/keyvault/azkeys'
2929
RunLiveTests: true
3030
UsePipelineProxy: false
31-
CloudConfig:
32-
Public:
33-
UsGov:
34-
MatrixFilters:
35-
- ArmTemplateParameters=^(?!.*enableHsm.*true)
36-
China:
37-
MatrixFilters:
38-
- ArmTemplateParameters=^(?!.*enableHsm.*true)
3931

4032
# Due to the high cost of Managed HSMs, we only want to test using them weekly.
4133
${{ if contains(variables['Build.DefinitionName'], 'weekly') }}:

0 commit comments

Comments
 (0)