Skip to content

Commit 6d51f30

Browse files
authored
Merge pull request #106092 from Karishma-Tiwari-MSFT/patch-158
(Forumsteam) fixes MicrosoftDocs/azure-docs#49163
2 parents 0f26174 + 1d8cbbe commit 6d51f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-ad-integration-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ serverApplicationId=$(az ad app create \
5353
--identifier-uris "https://${aksname}Server" \
5454
--query appId -o tsv)
5555
56-
# Update the application group memebership claims
56+
# Update the application group membership claims
5757
az ad app update --id $serverApplicationId --set groupMembershipClaims=All
5858
```
5959

0 commit comments

Comments
 (0)