Skip to content

Commit

Permalink
Merge pull request #22440 from microsoftgraph/main
Browse files Browse the repository at this point in the history
Merge to publish.
  • Loading branch information
Lauragra authored Aug 10, 2023
2 parents c13ed96 + 0946b3f commit a1952a4
Show file tree
Hide file tree
Showing 2,234 changed files with 26,349 additions and 13,147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ DELETE https://graph.microsoft.com/beta/identityGovernance/entitlementManagement
[!INCLUDE [sample-code](../includes/snippets/php/remove-incompatibleaccesspackage-from-accesspackage-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/remove-incompatibleaccesspackage-from-accesspackage-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/remove-incompatibleaccesspackage-from-accesspackage-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ DELETE /identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-
[!INCLUDE [sample-code](../includes/snippets/php/delete-accesspackageassignmentrequestworkflowextension-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/delete-accesspackageassignmentrequestworkflowextension-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/delete-accesspackageassignmentrequestworkflowextension-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ DELETE /identityGovernance/entitlementManagement/accessPackageCatalogs/32efb28c-
[!INCLUDE [sample-code](../includes/snippets/php/delete-accesspackageassignmentworkflowextension-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/delete-accesspackageassignmentworkflowextension-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/delete-accesspackageassignmentworkflowextension-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Content-Type: application/json
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/create-accesspackageassignmentrequestworkflowextension-powershell-snippets.md)]
[!INCLUDE [snippet-not-available](../includes/snippets/snippet-not-available.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-addreviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Add accessReview reviewer (deprecated)"
description: "In the Azure AD access reviews feature, update an existing accessReview object to add another user as a reviewer. This operation is only permitted for an access review that is not yet completed, and only for an access review where the reviewers are explicitly specified. This operation is not permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers. "
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
6 changes: 5 additions & 1 deletion api-reference/beta/api/accessreview-apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Apply accessReview (deprecated)"
description: "In the Azure AD access reviews feature, apply the decisions of a completed accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. "
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down Expand Up @@ -83,6 +83,10 @@ POST https://graph.microsoft.com/beta/accessReviews/2975E9B5-44CE-4E71-93D3-30F0
[!INCLUDE [sample-code](../includes/snippets/php/apply-accessreview-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/apply-accessreview-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/apply-accessreview-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Create accessReview (deprecated)"
description: "In the Azure AD access reviews feature, create a new accessReview object."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Delete accessReview (deprecated)"
description: "In the Azure AD access reviews feature, delete an accessReview object."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Get accessReview (deprecated)"
description: "In the Azure AD access reviews feature, retrieve an accessReview object."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "List accessReviews (deprecated)"
description: "Retrieve accessReview objects for a businessFlowTemplate."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
16 changes: 8 additions & 8 deletions api-reference/beta/api/accessreview-listdecisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "List accessReview decisions (deprecated)"
description: "In the Azure AD access reviews feature, retrieve the decisions of an accessReview object."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down Expand Up @@ -116,14 +116,14 @@ Content-type: application/json

## See also

| Method | Return Type |Description|
| Method | Return Type |Description|
|:---------------|:--------|:----------|
|[Get accessReview](accessreview-get.md) | [accessReview](../resources/accessreview.md) | Retrieve an access review. |
|[List my accessReview decisions](accessreview-listmydecisions.md) | [accessReviewDecision](../resources/accessreviewdecision.md) collection| As a reviewer, get my decisions of an accessReview.|
|[Send accessReview reminder](accessreview-sendreminder.md) | None. | Send a reminder to the reviewers of an accessReview. |
|[Stop accessReview](accessreview-stop.md) | None. | Stop an accessReview. |
|[Reset accessReview decisions](accessreview-reset.md) | None. | Reset the decisions in an in-progress accessReview.|
|[Apply accessReview decisions](accessreview-apply.md) | None. | Apply the decisions from a completed accessReview.|
|[Get accessReview](accessreview-get.md) | [accessReview](../resources/accessreview.md) | Retrieve an access review. |
|[List my accessReview decisions](accessreview-listmydecisions.md) | [accessReviewDecision](../resources/accessreviewdecision.md) collection| As a reviewer, get my decisions of an accessReview.|
|[Send accessReview reminder](accessreview-sendreminder.md) | None. | Send a reminder to the reviewers of an accessReview. |
|[Stop accessReview](accessreview-stop.md) | None. | Stop an accessReview. |
|[Reset accessReview decisions](accessreview-reset.md) | None. | Reset the decisions in an in-progress accessReview.|
|[Apply accessReview decisions](accessreview-apply.md) | None. | Apply the decisions from a completed accessReview.|


<!--
Expand Down
8 changes: 4 additions & 4 deletions api-reference/beta/api/accessreview-listmydecisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "List my accessReview decisions (deprecated)"
description: "In the Azure AD access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down Expand Up @@ -113,10 +113,10 @@ Content-type: application/json

## See also

| Method | Return Type |Description|
| Method | Return Type |Description|
|:---------------|:--------|:----------|
|[Get accessReview](accessreview-get.md) | [accessReview](../resources/accessreview.md) | Retrieve an access review. |
|[List accessReview decisions](accessreview-listdecisions.md) | [accessReviewDecision](../resources/accessreviewdecision.md) collection| Retrieve all the decisions of an accessReview.|
|[Get accessReview](accessreview-get.md) | [accessReview](../resources/accessreview.md) | Retrieve an access review. |
|[List accessReview decisions](accessreview-listdecisions.md) | [accessReviewDecision](../resources/accessreviewdecision.md) collection| Retrieve all the decisions of an accessReview.|


<!--
Expand Down
10 changes: 5 additions & 5 deletions api-reference/beta/api/accessreview-listreviewers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "List accessReview reviewers (deprecated)"
description: "In the Azure AD access reviews feature, retrieve the reviewers of an accessReview object."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down Expand Up @@ -111,11 +111,11 @@ Content-type: application/json

## See also

| Method | Return Type |Description|
| Method | Return Type |Description|
|:---------------|:--------|:----------|
|[Get accessReview](accessreview-get.md) | [accessReview](../resources/accessreview.md) | Retrieve an access review. |
|[Add accessReview reviewer](accessreview-addreviewer.md) | None. | Add a reviewer to an accessReview. |
|[Remove accessReview reviewer](accessreview-removereviewer.md) | None. | Remove a reviewer from an accessReview. |
|[Get accessReview](accessreview-get.md) | [accessReview](../resources/accessreview.md) | Retrieve an access review. |
|[Add accessReview reviewer](accessreview-addreviewer.md) | None. | Add a reviewer to an accessReview. |
|[Remove accessReview reviewer](accessreview-removereviewer.md) | None. | Remove a reviewer from an accessReview. |


<!--
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-removereviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Remove accessReview reviewer (deprecated)"
description: "Remove an access review reviewer."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Reset accessReview (deprecated)"
description: "In the Azure AD access reviews feature, reset the decisions of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. Previous decisions are no longer recorded, but reviewers can continue to update decisions."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-sendreminder.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "SendReminder accessReview"
description: "In the Azure AD access reviews feature, send a reminder to the reviewers of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. "
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Stop accessReview (deprecated)"
description: "In the Azure AD access reviews feature, stop a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. (To prevent a recurring access review from starting future instances, update it to change its scheduled end date). After the access review stops, reviewers can no longer give input, and the access review decisions can be applied."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/api/accessreview-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Update accessReview (deprecated)"
description: "In the Azure AD access reviews feature, update an existing accessReview object to change one or more of its properties."
ms.localizationpriority: medium
author: "markwahl-msft"
author: "jyothig123"
ms.prod: "governance"
doc_type: apiPageType
---
Expand Down
4 changes: 4 additions & 0 deletions api-reference/beta/api/accessreviewhistorydefinition-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/historyDef
[!INCLUDE [sample-code](../includes/snippets/php/get-accessreviewhistorydefinition-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/get-accessreviewhistorydefinition-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/get-accessreviewhistorydefinition-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
4 changes: 4 additions & 0 deletions api-reference/beta/api/accessreviewinstance-resetdecisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ POST https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitio
[!INCLUDE [sample-code](../includes/snippets/php/accessreviewinstance-resetdecisions-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/accessreviewinstance-resetdecisions-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/accessreviewinstance-resetdecisions-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
4 changes: 0 additions & 4 deletions api-reference/beta/api/accessreviewinstance-stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ POST https://graph.microsoft.com/beta/identityGovernance/accessReviews/definitio
[!INCLUDE [sample-code](../includes/snippets/php/stop-accessreviewinstance-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/stop-accessreviewinstance-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/stop-accessreviewinstance-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Content-Type: application/json
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/update-accessreviewdefinitioninstancedecisionsstage-powershell-snippets.md)]
[!INCLUDE [snippet-not-available](../includes/snippets/snippet-not-available.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ GET https://graph.microsoft.com/beta/identityGovernance/accessReviews/definition
[!INCLUDE [sample-code](../includes/snippets/php/list-accessreviewinstance-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/list-accessreviewinstance-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/list-accessreviewinstance-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
6 changes: 3 additions & 3 deletions api-reference/beta/api/accessreviewset-post-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ Content-type: application/json
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewscheduledefinition-allusers-m365-aadrole-powershell-snippets.md)]
[!INCLUDE [snippet-not-available](../includes/snippets/snippet-not-available.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

---
Expand Down Expand Up @@ -654,7 +654,7 @@ Content-type: application/json
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [snippet-not-available](../includes/snippets/snippet-not-available.md)]
[!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewscheduledefinition-group-multistage-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

---
Expand Down Expand Up @@ -803,7 +803,7 @@ Content-type: application/json
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [snippet-not-available](../includes/snippets/snippet-not-available.md)]
[!INCLUDE [sample-code](../includes/snippets/powershell/create-accessreviewscheduledefinition-insights-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

---
Expand Down
4 changes: 4 additions & 0 deletions api-reference/beta/api/addlargegalleryviewoperation-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ GET https://graph.microsoft.com/beta/communications/calls/57dab8b1-894c-409a-b24
[!INCLUDE [sample-code](../includes/snippets/php/get-addlargegalleryviewoperation-1-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/get-addlargegalleryviewoperation-1-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/get-addlargegalleryviewoperation-1-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ DELETE https://graph.microsoft.com/beta/administrativeUnits/{id}/scopedRoleMembe
[!INCLUDE [sample-code](../includes/snippets/php/delete-scopedrolemember-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/delete-scopedrolemember-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/delete-scopedrolemember-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
4 changes: 0 additions & 4 deletions api-reference/beta/api/administrativeunit-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ DELETE https://graph.microsoft.com/beta/administrativeUnits/{id}
[!INCLUDE [sample-code](../includes/snippets/php/delete-administrativeunit-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/delete-administrativeunit-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/delete-administrativeunit-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ GET https://graph.microsoft.com/beta/administrativeUnits/{id}/scopedRoleMembers/
[!INCLUDE [sample-code](../includes/snippets/php/get-scopedrolemember-1-php-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [PowerShell](#tab/powershell)
[!INCLUDE [sample-code](../includes/snippets/powershell/get-scopedrolemember-1-powershell-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

# [Python](#tab/python)
[!INCLUDE [sample-code](../includes/snippets/python/get-scopedrolemember-1-python-snippets.md)]
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
Expand Down
Loading

0 comments on commit a1952a4

Please sign in to comment.