Skip to content

Commit 5f475df

Browse files
committed
some tweaks
1 parent d04af7e commit 5f475df

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ This article shows you how to use PowerShell to create and manage directories, f
3232

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

35-
```powershell
36-
echo $PSVersionTable.PSVersion.ToString()
37-
```
35+
```powershell
36+
echo $PSVersionTable.PSVersion.ToString()
37+
```
3838

39-
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)
39+
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)
4040

4141
2. Install the latest **PowershellGet** module. Then, close and reopen the Powershell console.
4242

43-
```powershell
44-
install-Module PowerShellGet –Repository PSGallery –Force
45-
```
43+
```powershell
44+
install-Module PowerShellGet –Repository PSGallery –Force
45+
```
4646

47-
3. Install **Az.Storage** preview module.
47+
3. Install **Az.Storage** preview module.
4848

49-
```powershell
50-
Install-Module az.storage -RequiredVersion 1.13.3-preview -Repository PSGallery -AllowClobber -AllowPrerelease -Force
51-
```
49+
```powershell
50+
Install-Module az.storage -RequiredVersion 1.13.3-preview -Repository PSGallery -AllowClobber -AllowPrerelease -Force
51+
```
5252

53-
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)
53+
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)
5454

5555
## Connect to the account
5656

0 commit comments

Comments
 (0)