Skip to content

Commit 33db305

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#354085
Updated line no: 53 From: query Id To: query id
1 parent c99951a commit 33db305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/register-application-cli-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In practice, you'll define variables, assign values to them, and set references
5050
### Define app registration name, etc.
5151
appregname=myappregtest1
5252
clientid=$(az ad app create --display-name $appregname --query appId --output tsv)
53-
objectid=$(az ad app show --id $clientid --query Id --output tsv)
53+
objectid=$(az ad app show --id $clientid --query id --output tsv)
5454
```
5555

5656
You can use `echo $<variable name>` to display the value of a specified variable.

0 commit comments

Comments
 (0)