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-02-16 20:09:45 +0300
committerTravis Plunk <travis.plunk@microsoft.com>2017-02-16 20:09:45 +0300
commitd60dc730a4d9cb0c29fd1b869f9e157d63e81acd (patch)
tree49cbd46e9d07d4499168ae70d047120bb84e6142 /demos
parent409ab7443fc753e0f9869a94904d79005c09ddd4 (diff)
doc updates for release alpha.16 (#3160)
* doc changes for alpha.16 release * update spelling ignore file for new release
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 d83bd857e6..de28315dc3 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.15
+- Install PowerShell 6.0.0-alpha.16
- 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>"