Merge pull request #6964 from glasnt/patch-1

update homepage flag in `ad app create`
This commit is contained in:
Adrien Delorme 2018-11-07 12:22:07 +01:00 committed by GitHub
commit 732b08e68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ using `openssl rand -base64 24`.
$ az ad app create \
--display-name $APPNAME \
--identifier-uris $APPURL \
--home-page $APPURL \
--homepage $APPURL \
--password $PASSWORD
```