Update graph endpoint (#1623)

* Update graph endpoint

* Update graph endpoint
This commit is contained in:
sunghyunkang1111
2023-09-20 10:39:37 -05:00
committed by GitHub
parent 754354dbf9
commit 8fa2721eab
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,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",