Skip to content

Commit 0deb8be

Browse files
Merge pull request #229380 from CocoWang-wql/patch-29
Update trusted-access-feature.md
2 parents ef9e65a + dc7a32d commit 0deb8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/trusted-access-feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable Azure resources to access Azure Kubernetes Service (AKS) clusters
33
description: Learn how to use the Trusted Access feature to enable Azure resources to access Azure Kubernetes Service (AKS) clusters.
44
author: schaffererin
55
ms.topic: article
6-
ms.date: 02/23/2023
6+
ms.date: 03/03/2023
77
ms.author: schaffererin
88
---
99

@@ -89,7 +89,7 @@ az aks trustedaccess rolebinding create --resource-group <AKS resource group> -
8989
az aks trustedaccess rolebinding create \
9090
-g myResourceGroup \
9191
--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 \
9393
--roles Microsoft.Compute/virtualMachineScaleSets/test-node-reader,Microsoft.Compute/virtualMachineScaleSets/test-admin
9494
```
9595

0 commit comments

Comments
 (0)