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:
authorAndrew Schwartzmeyer <andschwa@microsoft.com>2016-09-15 23:52:09 +0300
committerAndrew Schwartzmeyer <andschwa@microsoft.com>2016-09-15 23:59:46 +0300
commitd264501f31747812bf1f7ed31f174deedf1aaa6b (patch)
tree2dcaee3847b7f77f14d13760c93ba87d8defde34 /demos
parentf310450fe6c3d8f840e30626c4587f7654975633 (diff)
Update documentation names and links for alpha.10
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 fa33abe156..47f4e6ff23 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.9
+- Install PowerShell 6.0.0-alpha.10
- 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>"