We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2625123 commit 1d8cbbeCopy full SHA for 1d8cbbe
articles/aks/azure-ad-integration-cli.md
@@ -51,7 +51,7 @@ serverApplicationId=$(az ad app create \
51
--identifier-uris "https://${aksname}Server" \
52
--query appId -o tsv)
53
54
-# Update the application group memebership claims
+# Update the application group membership claims
55
az ad app update --id $serverApplicationId --set groupMembershipClaims=All
56
```
57
0 commit comments