Skip to content

Commit 021a6f2

Browse files
authored
Merge pull request #115533 from normesta/normesta-sdk-interop
Updating the CLI version number
2 parents a7b6f20 + 20b5dfe commit 021a6f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/blobs/data-lake-storage-directory-file-acl-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: normesta
66
ms.service: storage
77
ms.subservice: data-lake-storage-gen2
88
ms.topic: conceptual
9-
ms.date: 05/11/2020
9+
ms.date: 05/18/2020
1010
ms.author: normesta
1111
ms.reviewer: prishet
1212
---
@@ -22,18 +22,18 @@ This article shows you how to use the [Azure Command-Line Interface (CLI)](https
2222
> [!div class="checklist"]
2323
> * An Azure subscription. See [Get Azure free trial](https://azure.microsoft.com/pricing/free-trial/).
2424
> * A storage account that has hierarchical namespace (HNS) enabled. Follow [these](data-lake-storage-quickstart-create-account.md) instructions to create one.
25-
> * Azure CLI version `2.5.1` or higher.
25+
> * Azure CLI version `2.6.0` or higher.
2626
2727
## Ensure that you have the correct version of Azure CLI installed
2828

2929
1. Open the [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview?view=azure-cli-latest), or if you've [installed](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest) the Azure CLI locally, open a command console application such as Windows PowerShell.
3030

31-
2. Verify that the version of Azure CLI that have installed is `2.5.1` or higher by using the following command.
31+
2. Verify that the version of Azure CLI that have installed is `2.6.0` or higher by using the following command.
3232

3333
```azurecli
3434
az --version
3535
```
36-
If your version of Azure CLI is lower than `2.5.1`, then install a later version. See [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
36+
If your version of Azure CLI is lower than `2.6.0`, then install a later version. See [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
3737

3838
## Connect to the account
3939

0 commit comments

Comments
 (0)