Skip to content

Commit 3911545

Browse files
authored
Merge pull request #97058 from rickrain/patch-1
Update register-application-cli-rest.md
2 parents 5f4c144 + b2e9b54 commit 3911545

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
@@ -89,7 +89,7 @@ Choose a name for the secret and specify the expiration duration. The default is
8989
###Add client secret with expiration. The default is one year.
9090
clientsecretname=mycert2
9191
clientsecretduration=2
92-
clientsecret=$(az ad app credential reset --id $clientid --append --credential-description $clientsecretname --years $clientsecretduration --query password --output tsv)
92+
clientsecret=$(az ad app credential reset --id $clientid --append --display-name $clientsecretname --years $clientsecretduration --query password --output tsv)
9393
echo $clientsecret
9494
```
9595

0 commit comments

Comments
 (0)