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: api-reference/beta/api/site-get.md
+15-76Lines changed: 15 additions & 76 deletions
Original file line number
Diff line number
Diff line change
@@ -59,50 +59,16 @@ GET /groups/{group-id}/sites/root
59
59
### Example 1: Get a site using the site ID
60
60
#### Request
61
61
62
+
The following example shows a request that gets a site by its site ID. A site ID is the value of the **id** property of its **site** resource. For more information on the format of the site ID, see [site](../resources/site.md#id-property).
Copy file name to clipboardExpand all lines: api-reference/v1.0/api/site-get.md
+13-75Lines changed: 13 additions & 75 deletions
Original file line number
Diff line number
Diff line change
@@ -63,49 +63,16 @@ GET /groups/{group-id}/sites/root
63
63
### Example 1: Get a site using the site ID
64
64
#### Request
65
65
66
+
The following example shows a request that gets a site by its site ID. A site ID is the value of the **id** property of its **site** resource. For more information on the format of the site ID, see [site](../resources/site.md#id-property).
Copy file name to clipboardExpand all lines: concepts/migrate-azure-ad-graph-faq.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ If you own an application's source code, search for the `https://graph.windows.n
44
44
45
45
## As an IT admin, how do I identify apps in my tenant that use Azure AD Graph?
46
46
47
-
Use one of the following three methods to identify apps in your tenant with a dependency on Azure AD Graph.
47
+
Use the following four methods to identify apps in your tenant with a dependency on Azure AD Graph. Method 1 and 2 identify your apps that use Azure AD Graph based on the actual app activities while method 3 and 4 use static app configuration and consent status. You can combine these methods to find apps that have a dependency on Azure AD Graph.
48
48
49
49
### Method 1: Through network proxy logs
50
50
@@ -67,7 +67,7 @@ Check your network server traffic logs through a filter proxy for any apps calli
67
67
68
68
:::image type="content" source="/graph/images/aadgraph-to-msgraph-migration/RequestedAPI-AAD.png" alt-text="Filter apps that use Azure AD Graph." border="true":::
69
69
70
-
### Method 3: Use a PowerShell script
70
+
### Method 4: Use a PowerShell script
71
71
72
72
Download and run [this PowerShell script](https://github.com/microsoft/AzureADGraphApps). Use this method to retrieve apps with their home directory in your tenant and apps with their home directories in other tenants.
> Include `"github.com/Azure/azure-sdk-for-go/sdk/azidentity"` and `graph "github.com/microsoftgraph/msgraph-sdk-go"` in your import block to run this code.
> Include `import` statements for `com.azure.identity.DeviceCodeCredential`, `com.azure.identity.DeviceCodeCredentialBuilder`, and `com.microsoft.graph.serviceclient.GraphServiceClient` to run this code.
> Include `use` statements for `Microsoft\Graph\GraphRequestAdapter`, `Microsoft\Graph\GraphServiceClient`, and `Microsoft\Kiota\Abstractions\Authentication\BaseBearerTokenAuthenticationProvider` to run this code.
> Include `import` statements for `DeviceCodeCredential` from `azure.identity` and `GraphServiceClient` from `msgraph.graph_service_client` to run this code.
> Include `import` statements for `DeviceCodeCredential` from `@azure/identity`, `Client` from `@microsoft/microsoft-graph-client`, and `TokenCredentialAuthenticationProvider` from `@microsoft/microsoft-graph-client/authProviders/azureTokenCredentials` to run this code.
0 commit comments