Skip to content

Commit f4e5cac

Browse files
committed
Changing Verify the Azure Active Directory tenant - REST API method
1 parent 8e935b2 commit f4e5cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/move-workspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ The workspace source and destination subscriptions must exist within the same Az
7171

7272
### [REST API](#tab/rest-api)
7373

74-
To fetch the tenant ID for the source and destination subscriptions, call the [Directory Tenants - List API](/rest/api/azurestack/directory-tenants/list):
74+
To fetch the tenant ID for the source and destination subscriptions, call the [Subscriptions - Get API](/rest/api/resources/subscriptions/get):
7575

7676
```http
77-
GET https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Subscriptions.Admin/directoryTenants?api-version=2015-11-01
77+
GET https://management.azure.com/subscriptions/{subscriptionId}?api-version=2020-01-01
7878
```
7979

8080
### [CLI](#tab/cli)

0 commit comments

Comments
 (0)