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.
2 parents 0f26174 + 1d8cbbe commit 6d51f30Copy full SHA for 6d51f30
articles/aks/azure-ad-integration-cli.md
@@ -53,7 +53,7 @@ serverApplicationId=$(az ad app create \
53
--identifier-uris "https://${aksname}Server" \
54
--query appId -o tsv)
55
56
-# Update the application group memebership claims
+# Update the application group membership claims
57
az ad app update --id $serverApplicationId --set groupMembershipClaims=All
58
```
59
0 commit comments