Skip to content

Commit

Permalink
Add new Azure South Africa North and West regions
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyworld committed Aug 14, 2019
1 parent 35ecfb3 commit 0136a5a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
10 changes: 9 additions & 1 deletion cloud/fallback-public-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,15 @@ clouds:
francecentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
identity-endpoint: https://graph.windows.net
southafricanorth:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
southafricawest:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
azure-china:
type: azure
description: Microsoft Azure China
Expand Down
11 changes: 9 additions & 2 deletions cloud/fallback_public_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,15 @@ clouds:
francecentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
identity-endpoint: https://graph.windows.net
southafricanorth:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
southafricawest:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
azure-china:
type: azure
description: Microsoft Azure China
Expand Down Expand Up @@ -327,5 +335,4 @@ clouds:
endpoint: https://compute.em2.oraclecloud.com
em3:
endpoint: https://compute.em3.oraclecloud.com
`

0 comments on commit 0136a5a

Please sign in to comment.