File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Enable Azure resources to access Azure Kubernetes Service (AKS) clusters
3
3
description : Learn how to use the Trusted Access feature to enable Azure resources to access Azure Kubernetes Service (AKS) clusters.
4
4
author : schaffererin
5
5
ms.topic : article
6
- ms.date : 02/23 /2023
6
+ ms.date : 03/03 /2023
7
7
ms.author : schaffererin
8
8
---
9
9
@@ -89,7 +89,7 @@ az aks trustedaccess rolebinding create --resource-group <AKS resource group> -
89
89
az aks trustedaccess rolebinding create \
90
90
-g myResourceGroup \
91
91
--cluster-name myAKSCluster -n test-binding \
92
- -s /subscriptions/000-000-000-000-000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearningServices/workspaces/MyMachineLearning \
92
+ --source-resource-id /subscriptions/000-000-000-000-000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearningServices/workspaces/MyMachineLearning \
93
93
--roles Microsoft.Compute/virtualMachineScaleSets/test-node-reader,Microsoft.Compute/virtualMachineScaleSets/test-admin
94
94
```
95
95
You can’t perform that action at this time.
0 commit comments