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

Commit

Permalink
Update Azure Gov ACSEngineClientID (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsacavdm authored and jackfrancis committed Feb 28, 2018
1 parent b550578 commit abe6b37
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit abe6b37

Please sign in to comment.