From c973dd91c510f74c0a8267d2f860f65c1839ee71 Mon Sep 17 00:00:00 2001 From: Antony Jones Date: Mon, 19 Feb 2018 13:07:03 +0000 Subject: [PATCH] Fix formatting issues --- website/source/docs/builders/azure-setup.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/azure-setup.html.md b/website/source/docs/builders/azure-setup.html.md index 618e38543..697861c00 100644 --- a/website/source/docs/builders/azure-setup.html.md +++ b/website/source/docs/builders/azure-setup.html.md @@ -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