Skip to content

Commit f48ebe8

Browse files
authored
Use working region/subscription for search deployments (Azure#25175)
1 parent b0f7709 commit f48ebe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/search/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ stages:
44
- template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
55
parameters:
66
ServiceDirectory: search
7-
SupportedClouds: 'Public,UsGov,China'
7+
# TODO: change 'Preview' cloud back to public after search RP fixes deletion metadata issue
8+
Clouds: 'Preview'
9+
SupportedClouds: 'Preview,UsGov,China'
810
TimeoutInMinutes: 60
911
MaxParallel: 7
1012
Artifacts:

0 commit comments

Comments
 (0)