mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update govt cloud login endpoint (#8855)
This commit is contained in:
@@ -45,7 +45,7 @@ const usGovAzureSettings: ProviderSettings = {
|
||||
displayName: localize('usGovCloudDisplayName', "Azure (US Government)"),
|
||||
id: 'usGovAzureCloud',
|
||||
settings: {
|
||||
host: 'https://login.microsoftonline.com/',
|
||||
host: 'https://login.microsoftonline.us',
|
||||
clientId: 'TBD',
|
||||
signInResourceId: 'https://management.core.usgovcloudapi.net/',
|
||||
graphResource: {
|
||||
|
||||
Reference in New Issue
Block a user