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>2016-11-23 04:50:45 +0300
committerGitHub <noreply@github.com>2016-11-23 04:50:45 +0300
commit581050ec43280f35bdac0c4d2168ae6404f026a3 (patch)
treef094627f83232b9680f75dd98f7b1b546231db7b /demos
parent67e9bf6376b90c289d725c904280a2439de4dd3b (diff)
Update docs with release alpha.13 (#2765)
* Update docs with release alpha.13 * Additional doc updates * Update the 'Get PowerShell' table
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 9f45b27493..22b77e3e6d 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.12
+- Install PowerShell 6.0.0-alpha.13
- 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>"