Skip to content

Commit

Permalink
Update cloud_settings.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci authored Oct 12, 2024
1 parent fd4f7d5 commit 32bc883
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azsettings/cloud_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var predefinedClouds = []*AzureCloudSettings{
"portal": "https://portal.azure.com",
"prometheusResourceId": "https://prometheus.monitor.azure.com",
"resourceManager": "https://management.azure.com",
"ossrdbmsResourceId": "https://ossrdbms-aad.database.windows.net",
},
},
{
Expand All @@ -40,6 +41,7 @@ var predefinedClouds = []*AzureCloudSettings{
"portal": "https://portal.azure.cn",
"prometheusResourceId": "https://prometheus.monitor.azure.cn",
"resourceManager": "https://management.chinacloudapi.cn",
"ossrdbmsResourceId": "https://ossrdbms-aad.database.chinacloudapi.cn",
},
},
{
Expand All @@ -52,6 +54,7 @@ var predefinedClouds = []*AzureCloudSettings{
"portal": "https://portal.azure.us",
"prometheusResourceId": "https://prometheus.monitor.azure.us",
"resourceManager": "https://management.usgovcloudapi.net",
"ossrdbmsResourceId": "https://ossrdbms-aad.database.usgovcloudapi.net",
},
},
}
Expand Down

0 comments on commit 32bc883

Please sign in to comment.