Skip to content

Commit 8ce3a26

Browse files
committed
Removing preview label
1 parent 0234d47 commit 8ce3a26

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

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

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
---
2-
title: Azure Data Lake Storage Gen2 PowerShell for files & ACLs (preview)
2+
title: Azure Data Lake Storage Gen2 PowerShell for files & ACLs
33
description: Use PowerShell cmdlets to manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
44
services: storage
55
author: normesta
66
ms.service: storage
77
ms.subservice: data-lake-storage-gen2
88
ms.topic: conceptual
9-
ms.date: 04/10/2020
9+
ms.date: 04/21/2020
1010
ms.author: normesta
1111
ms.reviewer: prishet
1212
---
1313

14-
# Use PowerShell to manage directories, files, and ACLs in Azure Data Lake Storage Gen2 (preview)
14+
# Use PowerShell to manage directories, files, and ACLs in Azure Data Lake Storage Gen2
1515

1616
This article shows you how to use PowerShell to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
1717

18-
> [!IMPORTANT]
19-
> The PowerShell module that is featured in this article is currently in public preview.
20-
2118
[Gen1 to Gen2 mapping](#gen1-gen2-map) | [Give feedback](https://github.com/Azure/azure-powershell/issues)
2219

2320
## Prerequisites
@@ -28,7 +25,7 @@ This article shows you how to use PowerShell to create and manage directories, f
2825
> * .NET Framework is 4.7.2 or greater installed. See [Download .NET Framework](https://dotnet.microsoft.com/download/dotnet-framework).
2926
> * PowerShell version `5.1` or higher.
3027
31-
## Install PowerShell modules
28+
## Install the PowerShell module
3229

3330
1. Verify that the version of PowerShell that have installed is `5.1` or higher by using the following command.
3431

@@ -38,16 +35,10 @@ This article shows you how to use PowerShell to create and manage directories, f
3835

3936
To upgrade your version of PowerShell, see [Upgrading existing Windows PowerShell](https://docs.microsoft.com/powershell/scripting/install/installing-windows-powershell?view=powershell-6#upgrading-existing-windows-powershell)
4037

41-
2. Install the latest **PowershellGet** module. Then, close and reopen the PowerShell console.
42-
43-
```powershell
44-
Install-Module PowerShellGet –Repository PSGallery –Force
45-
```
46-
47-
3. Install **Az.Storage** preview module.
38+
2. Install **Az.Storage** module.
4839

4940
```powershell
50-
Install-Module az.storage -RequiredVersion 1.13.3-preview -Repository PSGallery -AllowClobber -AllowPrerelease -Force
41+
Install-Module Az.Storage -Repository PSGallery -Force
5142
```
5243

5344
For more information about how to install PowerShell modules, see [Install the Azure PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps?view=azps-3.0.0)

0 commit comments

Comments
 (0)