Skip to content

Commit 94f5ac6

Browse files
Merge pull request #268608 from Blackmist/214528-security-secrets
preventing listing of secrets
2 parents fb4b130 + d2017d1 commit 94f5ac6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.reviewer: larryfr
1010
ms.author: meyetman
1111
author: meyetman
12-
ms.date: 01/23/2024
12+
ms.date: 03/11/2024
1313
ms.custom: how-to, devx-track-azurecli, devx-track-arm-template
1414
monikerRange: 'azureml-api-1 || azureml-api-2'
1515
---
@@ -329,6 +329,7 @@ A more restricted role definition without wildcards in the allowed actions. It c
329329
"Microsoft.MachineLearningServices/workspaces/computes/delete",
330330
"Microsoft.MachineLearningServices/workspaces/delete",
331331
"Microsoft.MachineLearningServices/workspaces/computes/listKeys/action",
332+
"Microsoft.MachineLearningServices/workspaces/connections/listsecrets/action",
332333
"Microsoft.MachineLearningServices/workspaces/listKeys/action",
333334
"Microsoft.Authorization/*",
334335
"Microsoft.MachineLearningServices/workspaces/datasets/registered/profile/read",

0 commit comments

Comments
 (0)