Skip to content

Commit

Permalink
Merge pull request #187 from Menci/patch-1
Browse files Browse the repository at this point in the history
Add ossrdbms to cloud_settings.go for Azure Managed Databases
  • Loading branch information
adamyeats authored Jan 20, 2025
2 parents b63f91a + 75ec6cf commit 9db83f0
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 9db83f0

Please sign in to comment.