diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/_azure_environments.py b/sdk/ml/azure-ai-ml/azure/ai/ml/_azure_environments.py index bb50800f0308..d8db1bf7f763 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/_azure_environments.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/_azure_environments.py @@ -43,7 +43,7 @@ class ENDPOINT_URLS: # pylint: disable=too-few-public-methods,old-style-class,n ENDPOINT_URLS.RESOURCE_MANAGER_ENDPOINT: "https://management.chinacloudapi.cn/", ENDPOINT_URLS.ACTIVE_DIRECTORY_ENDPOINT: "https://login.chinacloudapi.cn/", ENDPOINT_URLS.AML_RESOURCE_ID: "https://ml.azure.cn/", - ENDPOINT_URLS.STORAGE_ENDPOINT: ".core.chinacloudapi.cn", + ENDPOINT_URLS.STORAGE_ENDPOINT: "core.chinacloudapi.cn", }, AZURE_ENVIRONMENTS.ENV_US_GOVERNMENT: { ENDPOINT_URLS.AZURE_PORTAL_ENDPOINT: "https://portal.azure.us/",