Skip to content

Commit 026345c

Browse files
Merge pull request #3067 from Blackmist/preview
adding preview
2 parents 06a830a + 880617f commit 026345c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/ai-studio/concepts/rbac-ai-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Here's a table of the built-in roles and their permissions for the hub:
4040
| --- | --- |
4141
| Owner | Full access to the hub, including the ability to manage and create new hubs and assign permissions. This role is automatically assigned to the hub creator|
4242
| Contributor | User has full access to the hub, including the ability to create new hubs, but isn't able to manage hub permissions on the existing resource. |
43-
| Azure AI Administrator (preview) | This role is automatically assigned to the system-assigned managed identity for the hub. The Azure AI Administrator role has the minimum permissions needed for the managed identity to perform its tasks. For more information, see [Azure AI Administrator role preview](#azure-ai-administrator-role-preview). |
43+
| Azure AI Administrator (preview) | This role is automatically assigned to the system-assigned managed identity for the hub. The Azure AI Administrator role has the minimum permissions needed for the managed identity to perform its tasks. For more information, see [Azure AI Administrator role (preview)](#azure-ai-administrator-role-preview). |
4444
| Azure AI Developer | Perform all actions except create new hubs and manage the hub permissions. For example, users can create projects, compute, and connections. Users can assign permissions within their project. Users can interact with existing Azure AI resources such as Azure OpenAI, Azure AI Search, and Azure AI services. |
4545
| Azure AI Inference Deployment Operator | Perform all actions required to create a resource deployment within a resource group. |
4646
| Reader | Read only access to the hub. This role is automatically assigned to all project members within the hub. |
@@ -49,7 +49,7 @@ The key difference between Contributor and Azure AI Developer is the ability to
4949

5050
Only the Owner and Contributor roles allow you to make a hub. At this time, custom roles can't grant you permission to make hubs.
5151

52-
### Azure AI Administrator role preview
52+
### Azure AI Administrator role (preview)
5353

5454
Prior to 11/19/2024, the system-assigned managed identity created for the hub was automatically assigned the __Contributor__ role for the resource group that contains the hub and projects. Hubs created after this date have the system-assigned managed identity assigned to the __Azure AI Administrator__ role. This role is more narrowly scoped to the minimum permissions needed for the managed identity to perform its tasks.
5555

@@ -189,7 +189,7 @@ Here's a table of the built-in roles and their permissions for the project:
189189
| --- | --- |
190190
| Owner | Full access to the project, including the ability to assign permissions to project users. |
191191
| Contributor | User has full access to the project but can't assign permissions to project users. |
192-
| Azure AI Administrator (preview) | This role is automatically assigned to the system-assigned managed identity for the hub. The Azure AI Administrator role has the minimum permissions needed for the managed identity to perform its tasks. For more information, see [Azure AI Administrator role preview](#azure-ai-administrator-role-preview). |
192+
| Azure AI Administrator (preview) | This role is automatically assigned to the system-assigned managed identity for the hub. The Azure AI Administrator role has the minimum permissions needed for the managed identity to perform its tasks. For more information, see [Azure AI Administrator role (preview)](#azure-ai-administrator-role-preview). |
193193
| Azure AI Developer | User can perform most actions, including create deployments, but can't assign permissions to project users. |
194194
| Azure AI Inference Deployment Operator | Perform all actions required to create a resource deployment within a resource group. |
195195
| Reader | Read only access to the project. |

articles/machine-learning/how-to-assign-roles.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ You can combine the roles to grant different levels of access. For example, you
5252
> [!IMPORTANT]
5353
> Role access can be scoped to multiple levels in Azure. For example, someone with owner access to a workspace may not have owner access to the resource group that contains the workspace. For more information, see [How Azure RBAC works](/azure/role-based-access-control/overview#how-azure-rbac-works).
5454
55-
## Azure AI Administrator role
55+
## Azure AI Administrator role (preview)
5656

5757
Prior to 11/19/2024, the system-assigned managed identity created for the workspace was automatically assigned the __Contributor__ role for the resource group that contains the workspace. Workspaces created after this date have the system-assigned managed identity assigned to the __Azure AI Administrator__ role. This role is more narrowly scoped to the minimum permissions needed for the managed identity to perform its tasks.
5858

5959
The __Azure AI Administrator__ role is currently in public preview. If you encounter issues when using the Azure AI Administrator role with your workspace's managed identity, you can try [reverting to the Contributor role](#revert-to-the-contributor-role).
6060

61+
The __Azure AI Administrator__ role is currently in public preview.
62+
6163
[!INCLUDE [machine-learning-preview-generic-disclaimer](includes/machine-learning-preview-generic-disclaimer.md)]
6264

6365
The __Azure AI Administrator__ role has the following permissions:

0 commit comments

Comments
 (0)