1
+ [
2
+ {
3
+ "portal" : " https://portal.azure.com" ,
4
+ "authentication" : {
5
+ "loginEndpoint" : " https://login.microsoftonline.com/" ,
6
+ "audiences" : [
7
+ " https://management.core.windows.net/" ,
8
+ " https://management.azure.com/"
9
+ ],
10
+ "tenant" : " common" ,
11
+ "identityProvider" : " AAD"
12
+ },
13
+ "media" : " https://rest.media.azure.net" ,
14
+ "graphAudience" : " https://graph.windows.net/" ,
15
+ "graph" : " https://graph.windows.net/" ,
16
+ "name" : " AzureCloud" ,
17
+ "suffixes" : {
18
+ "azureDataLakeStoreFileSystem" : " azuredatalakestore.net" ,
19
+ "acrLoginServer" : " azurecr.io" ,
20
+ "sqlServerHostname" : " database.windows.net" ,
21
+ "azureDataLakeAnalyticsCatalogAndJob" : " azuredatalakeanalytics.net" ,
22
+ "keyVaultDns" : " vault.azure.net" ,
23
+ "storage" : " core.windows.net" ,
24
+ "azureFrontDoorEndpointSuffix" : " azurefd.net"
25
+ },
26
+ "batch" : " https://batch.core.windows.net/" ,
27
+ "resourceManager" : " https://management.azure.com/" ,
28
+ "vmImageAliasDoc" : " https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-compute/quickstart-templates/aliases.json" ,
29
+ "activeDirectoryDataLake" : " https://datalake.azure.net/" ,
30
+ "sqlManagement" : " https://management.core.windows.net:8443/"
31
+ },
32
+ {
33
+ "portal" : " https://portal.azure.cn" ,
34
+ "authentication" : {
35
+ "loginEndpoint" : " https://login.chinacloudapi.cn" ,
36
+ "audiences" : [
37
+ " https://management.core.chinacloudapi.cn" ,
38
+ " https://management.chinacloudapi.cn"
39
+ ],
40
+ "tenant" : " common" ,
41
+ "identityProvider" : " AAD"
42
+ },
43
+ "media" : " https://rest.media.chinacloudapi.cn" ,
44
+ "graphAudience" : " https://graph.chinacloudapi.cn" ,
45
+ "graph" : " https://graph.chinacloudapi.cn" ,
46
+ "name" : " AzureChinaCloud" ,
47
+ "suffixes" : {
48
+ "acrLoginServer" : " azurecr.cn" ,
49
+ "sqlServerHostname" : " database.chinacloudapi.cn" ,
50
+ "keyVaultDns" : " vault.azure.cn" ,
51
+ "storage" : " core.chinacloudapi.cn" ,
52
+ "azureFrontDoorEndpointSuffix" : " "
53
+ },
54
+ "batch" : " https://batch.chinacloudapi.cn" ,
55
+ "resourceManager" : " https://management.chinacloudapi.cn" ,
56
+ "vmImageAliasDoc" : " https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-compute/quickstart-templates/aliases.json" ,
57
+ "sqlManagement" : " https://management.core.chinacloudapi.cn:8443" ,
58
+ "gallery" : " "
59
+ },
60
+ {
61
+ "portal" : " https://portal.azure.us" ,
62
+ "authentication" : {
63
+ "loginEndpoint" : " https://login.microsoftonline.us" ,
64
+ "audiences" : [
65
+ " https://management.core.usgovcloudapi.net" ,
66
+ " https://management.usgovcloudapi.net"
67
+ ],
68
+ "tenant" : " common" ,
69
+ "identityProvider" : " AAD"
70
+ },
71
+ "media" : " https://rest.media.usgovcloudapi.net" ,
72
+ "graphAudience" : " https://graph.windows.net" ,
73
+ "graph" : " https://graph.windows.net" ,
74
+ "name" : " AzureUSGovernment" ,
75
+ "suffixes" : {
76
+ "acrLoginServer" : " azurecr.us" ,
77
+ "sqlServerHostname" : " database.usgovcloudapi.net" ,
78
+ "keyVaultDns" : " vault.usgovcloudapi.net" ,
79
+ "storage" : " core.usgovcloudapi.net" ,
80
+ "azureFrontDoorEndpointSuffix" : " "
81
+ },
82
+ "batch" : " https://batch.core.usgovcloudapi.net" ,
83
+ "resourceManager" : " https://management.usgovcloudapi.net" ,
84
+ "vmImageAliasDoc" : " https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-compute/quickstart-templates/aliases.json" ,
85
+ "sqlManagement" : " https://management.core.usgovcloudapi.net:8443" ,
86
+ "gallery" : " "
87
+ }
88
+ ]
0 commit comments