Skip to content

Commit 11a6c8f

Browse files
authored
Update template to create KV using RBAC (Azure#31768)
1 parent fcd717b commit 11a6c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/_arm_deployments/arm_templates/workspace_base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@
661661
"family": "A"
662662
},
663663
"accessPolicies": [],
664+
"enableRbacAuthorization": true,
664665
"networkAcls": "[if(equals(parameters('keyVaultBehindVNet'), 'true'), variables('networkRuleSetBehindVNet'), json('null'))]"
665666
}
666667
},

0 commit comments

Comments
 (0)