We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca2f4b commit 03bf14aCopy full SHA for 03bf14a
src/StackHCI/Az.StackHCI.psm1
@@ -112,7 +112,7 @@ $AuthorityAzurePPE = "https://login.windows-ppe.net"
112
$BillingServiceApiScopeAzurePPE = "https://azurestackhci-usage-df.azurewebsites.net/.default"
113
$GraphServiceApiScopeAzurePPE = "https://graph.ppe.windows.net/.default"
114
115
-$ServiceEndpointAzureChinaCloud = "https://sha-azurestackhci-dp-mc.chinacloudsites.cn"
+$ServiceEndpointAzureChinaCloud = "https://dp.stackhci.azure.cn"
116
$AuthorityAzureChinaCloud = "https://login.partner.microsoftonline.cn"
117
$BillingServiceApiScopeAzureChinaCloud = "$UsageServiceFirstPartyAppId/.default"
118
$GraphServiceApiScopeAzureChinaCloud = "https://microsoftgraph.chinacloudapi.cn/.default"
0 commit comments