Skip to content

Commit 03bf14a

Browse files
authored
Using custom domain usgae service URL (#14762)
Using cusotm domain usage service URL
1 parent aca2f4b commit 03bf14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StackHCI/Az.StackHCI.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $AuthorityAzurePPE = "https://login.windows-ppe.net"
112112
$BillingServiceApiScopeAzurePPE = "https://azurestackhci-usage-df.azurewebsites.net/.default"
113113
$GraphServiceApiScopeAzurePPE = "https://graph.ppe.windows.net/.default"
114114

115-
$ServiceEndpointAzureChinaCloud = "https://sha-azurestackhci-dp-mc.chinacloudsites.cn"
115+
$ServiceEndpointAzureChinaCloud = "https://dp.stackhci.azure.cn"
116116
$AuthorityAzureChinaCloud = "https://login.partner.microsoftonline.cn"
117117
$BillingServiceApiScopeAzureChinaCloud = "$UsageServiceFirstPartyAppId/.default"
118118
$GraphServiceApiScopeAzureChinaCloud = "https://microsoftgraph.chinacloudapi.cn/.default"

0 commit comments

Comments
 (0)