Skip to content

Commit cd9f204

Browse files
authored
Merge pull request #102720 from timothymeyers/patch-1
change objectId to id - Fixes #102719
2 parents 6a5872a + 66d73ad commit cd9f204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Follow the steps below to create an Azure Active Directory (Azure AD) [service p
4646
The `appId` and `password` values from the JSON output will be used in the following steps
4747
4848
49-
1. Use the `appId` from the previous command's output to get the `objectId` of the new service principal:
49+
1. Use the `appId` from the previous command's output to get the `id` of the new service principal:
5050
```azurecli
51-
objectId=$(az ad sp show --id $appId --query "objectId" -o tsv)
51+
objectId=$(az ad sp show --id $appId --query "id" -o tsv)
5252
```
5353
The output of this command is `objectId`, which will be used in the Azure Resource Manager template below
5454

0 commit comments

Comments
 (0)