mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
add ms graph endpoint for us gov (#22574)
This commit is contained in:
@@ -122,6 +122,11 @@ const usGovAzureSettings: ProviderSettings = {
|
|||||||
endpoint: 'https://graph.windows.net/',
|
endpoint: 'https://graph.windows.net/',
|
||||||
azureResourceId: AzureResource.Graph
|
azureResourceId: AzureResource.Graph
|
||||||
},
|
},
|
||||||
|
msGraphResource: {
|
||||||
|
id: SettingIds.msgraph,
|
||||||
|
endpoint: 'https://graph.microsoft.us/',
|
||||||
|
azureResourceId: AzureResource.MsGraph
|
||||||
|
},
|
||||||
armResource: {
|
armResource: {
|
||||||
id: SettingIds.arm,
|
id: SettingIds.arm,
|
||||||
endpoint: 'https://management.usgovcloudapi.net/',
|
endpoint: 'https://management.usgovcloudapi.net/',
|
||||||
|
|||||||
Reference in New Issue
Block a user