We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83866c commit 4ed90fdCopy full SHA for 4ed90fd
articles/storage/common/storage-auth-aad-script.md
@@ -5,7 +5,7 @@ services: storage
5
author: tamram
6
ms.service: storage
7
ms.topic: article
8
-ms.date: 05/30/2018
+ms.date: 08/29/2018
9
ms.author: tamram
10
ms.component: common
11
---
@@ -61,7 +61,7 @@ To use Azure PowerShell to sign in with an Azure AD identity:
61
1. Make sure that you have the latest version of PowerShellGet installed. Run the following command to install the latest:
62
63
```powershell
64
- Install-Module PowerShellGet –Repository PSGallery –Force
+ Install-Module -Name Azure.Storage -AllowPrerelease –AllowClobber -RequiredVersion "4.4.1-preview"
65
```
66
67
2. Uninstall any previous installations of Azure PowerShell.
0 commit comments