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 5f4c144 + b2e9b54 commit 3911545Copy full SHA for 3911545
articles/healthcare-apis/register-application-cli-rest.md
@@ -89,7 +89,7 @@ Choose a name for the secret and specify the expiration duration. The default is
89
###Add client secret with expiration. The default is one year.
90
clientsecretname=mycert2
91
clientsecretduration=2
92
-clientsecret=$(az ad app credential reset --id $clientid --append --credential-description $clientsecretname --years $clientsecretduration --query password --output tsv)
+clientsecret=$(az ad app credential reset --id $clientid --append --display-name $clientsecretname --years $clientsecretduration --query password --output tsv)
93
echo $clientsecret
94
```
95
0 commit comments