Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorDongbo Wang <dongb.wang@gmail.com>2017-03-10 22:32:19 +0300
committerGitHub <noreply@github.com>2017-03-10 22:32:19 +0300
commit3a960db5b0a61e0e797fbcaa3f61b06c87d92aff (patch)
tree0d5ce62eab37df5f6e907fcb3dec3eba989b3b49 /demos
parent7cea2914753a735a45cd7bdd40081b718d4c7aca (diff)
Update docs for alpha.17 release (#3298)
Diffstat (limited to 'demos')
-rw-r--r--demos/Azure/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Azure/README.md b/demos/Azure/README.md
index de28315dc3..d2c8155f6f 100644
--- a/demos/Azure/README.md
+++ b/demos/Azure/README.md
@@ -3,7 +3,7 @@
This demo (Azure-Demo.ps1) shows management of Azure Compute resource using Azure Resource Management (ARM) cmdlets.
## Prerequisites ##
-- Install PowerShell 6.0.0-alpha.16
+- Install the latest PowerShell Core.
- Install AzureRM.NetCore.Preview, AzureRM.Profile.NetCore.Preview and AzureRM.Resources.NetCore.Preview modules to a local directory.
- The instructions for downloading these modules are in Azure-Demo.ps1 file.
- You have to use the command "Install-Package -Name AzureRM.NetCore.Preview -Source https://www.powershellgallery.com/api/v2 -ProviderName NuGet -ExcludeVersion -Destination <Local Directory>"