mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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)"),
|
displayName: localize('usGovCloudDisplayName', "Azure (US Government)"),
|
||||||
id: 'usGovAzureCloud',
|
id: 'usGovAzureCloud',
|
||||||
settings: {
|
settings: {
|
||||||
host: 'https://login.microsoftonline.com/',
|
host: 'https://login.microsoftonline.us',
|
||||||
clientId: 'TBD',
|
clientId: 'TBD',
|
||||||
signInResourceId: 'https://management.core.usgovcloudapi.net/',
|
signInResourceId: 'https://management.core.usgovcloudapi.net/',
|
||||||
graphResource: {
|
graphResource: {
|
||||||
|
|||||||
Reference in New Issue
Block a user