Skip to content

Commit d794446

Browse files
Merge pull request #228011 from MonikaReddy-MSFT/patch-284
Update cluster-connect.md
2 parents c523f8a + 2765c47 commit d794446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/cluster-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Before you begin, review the [conceptual overview of the cluster connect feature
131131
- For an Azure AD user account:
132132
133133
```azurepowershell
134-
$AAD_ENTITY_OBJECT_ID = (az ad signed-in-user show --query objectId -o tsv)
134+
$AAD_ENTITY_OBJECT_ID = (az ad signed-in-user show --query id -o tsv)
135135
```
136136
137137
- For an Azure AD application:

0 commit comments

Comments
 (0)