From 18c7ed30155808e8083fa490e912cfb76d4e3ceb Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Tue, 13 Dec 2016 11:53:20 -0800 Subject: [PATCH] readme: fix az instructions for latest release --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cd72a471..cc1a02513 100644 --- a/README.md +++ b/README.md @@ -85,17 +85,19 @@ $ azure group deployment create \ ### Deploying with Azure CLI 2.0 **NOTE:** Azure CLI 2.0 is still in preview, so changes may occur. -Please reference [the Azure CLI 2.0 GitHub Repo](https://github.com/Azure/azure-cli) for updated commands. +Please reference [the Azure CLI 2.0 GitHub Repo](https://github.com/Azure/azure-cli) for updated commands and please +ensure that your installation is up to date with the latest release. (Releases occur weekly!) + ```bash $ az login $ az account set --name "" -$ az resource group create \ +$ az group create \ --name "" \ --location "" -$ az resource group deployment create \ +$ az group deployment create \ --name "" \ --resource-group "" \ --template-file "./_output//azuredeploy.json" \