Merge pull request #5922 from antony/patch-1

Fix formatting issues in documentation
This commit is contained in:
Christopher Boumenot 2018-02-19 09:04:03 -08:00 committed by GitHub
commit 61e4519a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ $ azure account show --json | jq -r ".[] | .id"
```
Python:
```shell
``` shell
$ az account set "$(az account list | jq -r '.[].name')"
```
@ -214,7 +214,7 @@ Python:
```shell
$ id=$(az ad app list | jq -r '.[] | select(.displayName == "Packer") | .appId')
$ az ad sp create --appid "$id"
$ az ad sp create --id "$id"
```
### Grant Permissions to Your Application