update graph endpoint (#1637)

This commit is contained in:
sunghyunkang1111
2023-09-28 13:42:40 -05:00
committed by GitHub
parent d9e142d7a6
commit 4f9054ef37
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ let configContext: Readonly<ConfigContext> = {
ARM_AUTH_AREA: "https://management.azure.com/",
ARM_ENDPOINT: "https://management.azure.com/",
ARM_API_VERSION: "2016-06-01",
GRAPH_ENDPOINT: "https://graph.windows.net",
GRAPH_ENDPOINT: "https://graph.microsoft.com",
GRAPH_API_VERSION: "1.6",
ARCADIA_ENDPOINT: "https://workspaceartifacts.projectarcadia.net",
ARCADIA_LIVY_ENDPOINT_DNS_ZONE: "dev.azuresynapse.net",