Merge pull request #6964 from glasnt/patch-1
update homepage flag in `ad app create`
This commit is contained in:
commit
732b08e68a
|
@ -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…
Reference in New Issue