Fix formatting issues
This commit is contained in:
parent
21b141e526
commit
c973dd91c5
|
@ -214,7 +214,7 @@ Python:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ id=$(az ad app list | jq -r '.[] | select(.displayName == "Packer") | .appId')
|
$ 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
|
### Grant Permissions to Your Application
|
||||||
|
|
Loading…
Reference in New Issue