Merge pull request #6964 from glasnt/patch-1

update homepage flag in `ad app create`
pull/6967/head
Adrien Delorme 8 years ago committed by GitHub
commit 732b08e68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save