Skip to content

Commit 2b3df1e

Browse files
author
Xiaoming Huang
committed
Update batch-role-based-access-control.md
1 parent f4d34b6 commit 2b3df1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/batch/batch-role-based-access-control.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Role-based access control for Azure Batch service
33
description: Learn how to use Azure role-based access control for managing individual access to Azure Batch account.
44
ms.topic: how-to
5-
ms.date: 04/02/2025
5+
ms.date: 08/07/2025
66
# Customer intent: As a cloud administrator, I want to manage role-based access to the Azure Batch service, so that I can control user permissions and ensure secure and efficient operation of batch processing tasks.
77
---
88

@@ -161,8 +161,8 @@ Grants permissions to manage Batch pools and jobs but not to modify accounts.
161161
> | [Microsoft.Authorization](/azure/role-based-access-control/permissions/management-and-governance#microsoftauthorization)/*/read | Read roles and role assignments. |
162162
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/read | Lists Batch accounts or gets the properties of a Batch account. |
163163
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/applications/* | Create and manage applications and application packages on a Batch account. |
164-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificates/* | Create and manage certificates on a Batch account. |
165-
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificateOperationResults/* | Gets the results of a long running certificate operation on a Batch account. |
164+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificates/* | Create and manage certificates on a Batch account. (Warning: [Certificate feature was retired](./batch-certificate-migration-guide#feature-end-of-support)) |
165+
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/batchAccounts/certificateOperationResults/* | Gets the results of a long running certificate operation on a Batch account. (Warning: [Certificate feature was retired](./batch-certificate-migration-guide#feature-end-of-support)) |
166166
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/pools/* | Create and manage pools on a Batch account. |
167167
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/poolOperationResults/* | Gets the results of a long running pool operation on a Batch account. |
168168
> | [Microsoft.Batch](/azure/role-based-access-control/permissions/compute#microsoftbatch)/locations/*/read | Get Batch account operation result/Batch quota/supported VM size at the given location. |
@@ -276,8 +276,8 @@ If Azure Batch built-in roles don't meet your needs, [Azure custom roles](../rol
276276
- Microsoft.Batch/batchAccounts/jobs/delete
277277
- Microsoft.Batch/batchAccounts/jobs/read
278278
- Microsoft.Batch/batchAccounts/certificates/write
279-
- Microsoft.Batch/batchAccounts/certificates/delete
280-
- Microsoft.Batch/batchAccounts/certificates/read
279+
- Microsoft.Batch/batchAccounts/certificates/delete (Warning: [Certificate feature was retired](./batch-certificate-migration-guide#feature-end-of-support))
280+
- Microsoft.Batch/batchAccounts/certificates/read (Warning: [Certificate feature was retired](./batch-certificate-migration-guide#feature-end-of-support))
281281
- Microsoft.Batch/batchAccounts/applications/write
282282
- Microsoft.Batch/batchAccounts/applications/delete
283283
- Microsoft.Batch/batchAccounts/applications/read

0 commit comments

Comments
 (0)