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:
authorMike Richmond <mirichmo@microsoft.com>2016-11-04 00:23:05 +0300
committerJason Shirk <jason@truewheels.net>2016-11-04 00:23:05 +0300
commitea6cacafd7399b80e776f1798d99fe5523f8d41c (patch)
tree490f78913dc96fc671446c7ee3625acab6af5d6b /demos
parentc8c55b7ce70ab46d153944fe108650582a76ca59 (diff)
Change log and 6.0.0-alpha.12 version number updates (#2593)
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 6e2c5a849e..9f45b27493 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.11
+- Install PowerShell 6.0.0-alpha.12
- 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>"