You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/move-workspace.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,10 +71,10 @@ The workspace source and destination subscriptions must exist within the same Az
71
71
72
72
### [REST API](#tab/rest-api)
73
73
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):
75
75
76
76
```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
0 commit comments