diff --git a/Connect/README.md b/Connect/README.md index 4fa60a9..8725e59 100644 --- a/Connect/README.md +++ b/Connect/README.md @@ -5,7 +5,7 @@ As a prerequisite, make sure that you installed the correct PowerShell modules a ```powershell Install-Module -Name 'AzureRm.Bootstrapper' Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Install-Module -Name AzureStack -RequiredVersion 1.2.11 +Install-Module -Name AzureStack -RequiredVersion 1.4.0 ``` This tool set allows you to connect to an Azure Stack Development Kit (ASDK) instance from an external personal laptop. You can then access the portal or log into that environment via PowerShell. diff --git a/Marketplace/README.md b/Marketplace/README.md index 191fa6b..1c163ab 100644 --- a/Marketplace/README.md +++ b/Marketplace/README.md @@ -15,7 +15,7 @@ To use the Marketplace Toolkit for Microsoft Azure Stack script you require: - This script - The [gallerypackager executable](http://www.aka.ms/azurestackmarketplaceitem) -- Access as Azure Stack administrator to the Azure Stack environment. This is only required if you want to publish the generated package to the marketplace. For this you will also need to install the current PowerShell modules (1.3.0) to support Azure Stack on the machine that runs this script. [Install PowerShell for Azure Stack](https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-install). +- Access as Azure Stack administrator to the Azure Stack environment. This is only required if you want to publish the generated package to the marketplace. For this you will also need to install the current Azure Stack powerShell modules (1.4.0) on the machine that runs this script. [Install PowerShell for Azure Stack](https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-install). ## Download the Marketplace Toolkit diff --git a/README.md b/README.md index 14abd24..bc9f0ac 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For PowerShell, install the following: ```powershell Install-Module -Name 'AzureRm.Bootstrapper' Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Install-Module -Name AzureStack -RequiredVersion 1.3.0 +Install-Module -Name AzureStack -RequiredVersion 1.4.0 ``` Obtain the tools by cloning the git repository. diff --git a/Syndication/readme.md b/Syndication/readme.md index 85d6659..a3938dc 100644 --- a/Syndication/readme.md +++ b/Syndication/readme.md @@ -14,7 +14,7 @@ The downloaded items need to be transferred to a machine with has connectivity t - Azure Stack RP registered within your Azure Subscription - Azure Subscription used to register Azure Stack System (Multi Node or ASDK) -- AzureStack 1.3.0 PowerShell needs to be installed +- AzureStack module version greater than or equal to 1.3.0 PowerShell needs to be installed (https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-install) @@ -76,17 +76,17 @@ https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-add-vm-image For detailed steps using PowerShell see: -https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/add-azsplatformimage?view=azurestackps-1.3.0 +https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/add-azsplatformimage?view=azurestackps-1.4.0 ### Publishing the Gallery Item For detailed steps using PowerShell see: -https://docs.microsoft.com/en-us/powershell/module/azs.gallery.admin/add-azsgalleryitem?view=azurestackps-1.3.0 +https://docs.microsoft.com/en-us/powershell/module/azs.gallery.admin/add-azsgalleryitem?view=azurestackps-1.4.0 ### Publishing VM Extensions For detailed steps using PowerShell see: -https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/add-azsvmextension?view=azurestackps-1.3.0 +https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/add-azsvmextension?view=azurestackps-1.4.0 diff --git a/Usage/README.md b/Usage/README.md index 807c9ce..5575b43 100644 --- a/Usage/README.md +++ b/Usage/README.md @@ -5,7 +5,7 @@ As a prerequisite, make sure that you installed the correct PowerShell modules a ```powershell Install-Module -Name 'AzureRm.Bootstrapper' Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Install-Module -Name AzureStack -RequiredVersion 1.3.0 +Install-Module -Name AzureStack -RequiredVersion 1.4.0 ``` Use this script to extract usage data from the AzureStack Usage API's and export it to a CSV file