updating references to azurestack 1.4.0 (#443)

* updating references to azurestack 1.4.0

* Reverting back to 1.2.11 version for CSS scripts
This commit is contained in:
bganapa 2018-08-10 14:23:44 -07:00 коммит произвёл Krishna Nithin
Родитель f3f4f632d1
Коммит c54d2edddd
5 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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

Просмотреть файл

@ -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.

Просмотреть файл

@ -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

Просмотреть файл

@ -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