Skip to content

Commit 7f20f47

Browse files
authored
Merge pull request #50388 from MicrosoftDocs/tamram-patch-10
Update storage-auth-aad-script.md
2 parents 534b47b + 4ed90fd commit 7f20f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-auth-aad-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: tamram
66
ms.service: storage
77
ms.topic: article
8-
ms.date: 05/30/2018
8+
ms.date: 08/29/2018
99
ms.author: tamram
1010
ms.component: common
1111
---
@@ -61,7 +61,7 @@ To use Azure PowerShell to sign in with an Azure AD identity:
6161
1. Make sure that you have the latest version of PowerShellGet installed. Run the following command to install the latest:
6262

6363
```powershell
64-
Install-Module PowerShellGet –Repository PSGallery –Force
64+
Install-Module -Name Azure.Storage -AllowPrerelease –AllowClobber -RequiredVersion "4.4.1-preview"
6565
```
6666
6767
2. Uninstall any previous installations of Azure PowerShell.

0 commit comments

Comments
 (0)