Skip to content

Commit 2765c47

Browse files
Update cluster-connect.md
MicrosoftDocs/azure-docs#105384
1 parent 01ef01e commit 2765c47

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
@@ -130,7 +130,7 @@ Before you begin, review the [conceptual overview of the cluster connect feature
130130
- For an Azure AD user account:
131131
132132
```azurepowershell
133-
$AAD_ENTITY_OBJECT_ID = (az ad signed-in-user show --query objectId -o tsv)
133+
$AAD_ENTITY_OBJECT_ID = (az ad signed-in-user show --query id -o tsv)
134134
```
135135
136136
- For an Azure AD application:

0 commit comments

Comments
 (0)