Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Update Azure Gov ACSEngineClientID #2352

Merged
merged 1 commit into from
Feb 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pkg/armhelpers/azureclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ func getOAuthConfig(env azure.Environment, subscriptionID string) (*adal.OAuthCo
func getAcsEngineClientID(envName string) string {
switch envName {
case "AzureUSGovernmentCloud":
// TODO: Replace with AppId for Azure US Government Cloud
return "76e0feec-6b7f-41f0-81a7-b1b944520261"
return "e8b7f94b-85c9-47f4-964a-98dafd7fc2d8"
default:
return "76e0feec-6b7f-41f0-81a7-b1b944520261"
}
Expand Down