Skip to content

Commit a8d5ca8

Browse files
committed
Added service provider note
1 parent 6248ba1 commit a8d5ca8

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

articles/role-based-access-control/role-assignments-list-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 12/02/2019
15+
ms.date: 01/10/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
1919
# List role assignments using Azure RBAC and Azure CLI
2020

2121
[!INCLUDE [Azure RBAC definition list access](../../includes/role-based-access-control-definition-list.md)] This article describes how to list role assignments using Azure CLI.
2222

23+
> [!NOTE]
24+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
25+
2326
## Prerequisites
2427

2528
- [Bash in Azure Cloud Shell](/azure/cloud-shell/overview) or [Azure CLI](/cli/azure)

articles/role-based-access-control/role-assignments-list-portal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 01/08/2020
15+
ms.date: 01/10/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
@@ -21,6 +21,9 @@ ms.reviewer: bagovind
2121

2222
[!INCLUDE [Azure RBAC definition list access](../../includes/role-based-access-control-definition-list.md)] This article describes how to list role assignments using the Azure portal.
2323

24+
> [!NOTE]
25+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
26+
2427
## List role assignments for a user or group
2528

2629
The easiest way to see the roles assigned to a user or group in a subscription is to use the **Azure resources** pane.

articles/role-based-access-control/role-assignments-list-powershell.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 12/02/2019
15+
ms.date: 01/10/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
@@ -22,6 +22,9 @@ ms.reviewer: bagovind
2222

2323
[!INCLUDE [az-powershell-update](../../includes/updated-for-az.md)]
2424

25+
> [!NOTE]
26+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
27+
2528
## Prerequisites
2629

2730
- [PowerShell in Azure Cloud Shell](/azure/cloud-shell/overview) or [Azure PowerShell](/powershell/azure/install-az-ps)

articles/role-based-access-control/role-assignments-list-rest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: multiple
1313
ms.tgt_pltfrm: rest-api
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 11/25/2019
16+
ms.date: 01/10/2020
1717
ms.author: rolyon
1818
ms.reviewer: bagovind
1919

@@ -22,6 +22,9 @@ ms.reviewer: bagovind
2222

2323
[!INCLUDE [Azure RBAC definition list access](../../includes/role-based-access-control-definition-list.md)] This article describes how to list role assignments using the REST API.
2424

25+
> [!NOTE]
26+
> If your organization has outsourced management functions to a service provider who uses [Azure delegated resource management](../lighthouse/concepts/azure-delegated-resource-management.md), role assignments authorized by that service provider won't be shown here.
27+
2528
## List role assignments
2629

2730
In RBAC, to list access, you list the role assignments. To list role assignments, use one of the [Role Assignments - List](/rest/api/authorization/roleassignments/list) REST APIs. To refine your results, you specify a scope and an optional filter.

0 commit comments

Comments
 (0)