From a7d2da8cc4cbd44e5d04eb8df6861024a870983e Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Tue, 21 Jun 2022 13:53:22 +0530 Subject: [PATCH] {machine learning} || Fix a bug in the code Fixes https://github.com/Azure/azure-cli/issues/22931 --- sdk/ml/azure-ai-ml/azure/ai/ml/_azure_environments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/",