Skip to content

Commit ce5cb17

Browse files
authored
Update README.md
Use standard module imports
1 parent aa7ff87 commit ce5cb17

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Usage/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Azure Stack Usage
1+
As a prerequisite, make sure that you installed the correct PowerShell modules and versions:
22

33
```powershell
4-
Install-Module -Name AzureRM -RequiredVersion 1.2.8 -Scope CurrentUser
5-
Install-Module -Name AzureStack -RequiredVersion 1.2.8 -Scope CurrentUser
4+
Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
5+
Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
6+
Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser
67
```
78
```
89
Use this script to extract usage data from the AzureStack Usage API's and export it to a CSV file

0 commit comments

Comments
 (0)