Skip to content

Commit 853c212

Browse files
committed
Final updates
1 parent 060744c commit 853c212

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

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

Lines changed: 5 additions & 11 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/08/2020
9+
ms.date: 05/11/2020
1010
ms.author: normesta
1111
ms.reviewer: prishet
1212
---
@@ -28,18 +28,12 @@ This article shows you how to use the [Azure Command-Line Interface (CLI)](https
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.0.67` or higher by using the following command.
31+
2. Verify that the version of Azure CLI that have installed is `2.5.1` 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.0.67`, then install a later version. See [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
37-
38-
3. Install the `storage` extension.
39-
40-
```azurecli
41-
az extension add -n storage
42-
```
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).
4337

4438
## Connect to the account
4539

@@ -277,7 +271,7 @@ The following image shows the output after setting the ACL of a file.
277271

278272
In this example, the owning user and owning group have only read and write permissions. All other users have write and execute permissions. For more information about access control lists, see [Access control in Azure Data Lake Storage Gen2](data-lake-storage-access-control.md).
279273

280-
### Update directory and file permissions
274+
### Update an ACL
281275

282276
Another way to set this permission is to use the `az storage fs access set` command.
283277

@@ -314,5 +308,5 @@ az storage fs access set --owner xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -p my-dir
314308
* [Gen1 to Gen2 mapping](https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview#mapping-from-adls-gen1-to-adls-gen2)
315309
* [Give feedback](https://github.com/Azure/azure-cli-extensions/issues)
316310
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
317-
* [Source code](https://github.com/Azure/azure-cli-extensions/tree/master/src)
311+
318312

articles/storage/blobs/data-lake-storage-known-issues.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Unmanaged VM disks are not supported in accounts that have a hierarchical namesp
5959
## File system support in SDKs, PowerShell, and Azure CLI
6060

6161
- Get and set ACL operations are not currently recursive.
62-
- [Azure CLI](data-lake-storage-directory-file-acl-cli.md) support is in public preview.
6362

6463

6564
## Lifecycle management policies

0 commit comments

Comments
 (0)