-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add static file secret-less sub-config support (#8319)
* Add static file secret-less sub-config support * Review feedback: if/else * http -> https * Update eng/common/TestResources/deploy-test-resources.yml * Space cleanup * Add AzurePublicMsft.json * Remove EnvironmentVariables --------- Co-authored-by: Wes Haggard <[email protected]>
- Loading branch information
1 parent
5a45aea
commit 99bbb4c
Showing
7 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"SubscriptionId": "2cd617ea-1866-46b1-90e3-fffb087ebf9b", | ||
"TenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", | ||
"TestApplicationId": "f850650c-1fcf-4489-b46f-71af2e30d360", | ||
"TestApplicationOid": "30511c9d-ba1a-4c7b-b422-5b543da11b3f", | ||
"ProvisionerApplicationId": "f850650c-1fcf-4489-b46f-71af2e30d360", | ||
"ProvisionerApplicationOid": "30511c9d-ba1a-4c7b-b422-5b543da11b3f", | ||
"Environment": "AzureCloud", | ||
"AzureSubscription": "Azure SDK Test Resources" | ||
} |