Skip to content

Commit 51ba0da

Browse files
danieljurekazure-sdk
authored andcommitted
Default -- UseFederatedAuth: false
1 parent cd43c03 commit 51ba0da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eng/common/TestResources/deploy-test-resources.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
parameters:
23
ServiceDirectory: not-set
34
ArmTemplateParameters: '@{}'
@@ -6,7 +7,7 @@ parameters:
67
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
78
ServiceConnection: not-specified
89
ResourceType: test
9-
UseFederatedAuth: true
10+
UseFederatedAuth: false
1011

1112

1213
# SubscriptionConfiguration will be splatted into the parameters of the test

eng/common/TestResources/remove-test-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
77
ServiceConnection: not-specified
88
ResourceType: test
9-
UseFederatedAuth: true
9+
UseFederatedAuth: false
1010

1111
# SubscriptionConfiguration will be splat into the parameters of the test
1212
# resources script. It should be JSON in the form:

0 commit comments

Comments
 (0)