Skip to content

Releases: Azure/azurestack-powershell

AzureStack 2.4.0 release

03 Aug 07:38
Compare
Choose a tag to compare

AzureStack operator module version 2.4.0

Azs.Network.Admin module

  • Get-AzsVirtualNetworkGatewayConnection - Added support for admin to view all VPN resources created on the stamp.

Azs.Update.Admin module

  • Added support for update preparation that can be done without starting the installation process.
    • Start-AzsUpdatePreparation cmdlet can be used to start an update preparation.
    • Start-AzsUpdateHealthCheck cmdlet can be used to retry an update health check for a prepared update.

Install Instructions

Install-Module -Name AzureStack -RequiredVersion 2.4.0

Prerequisites

Requires Azure Stack Hub 2301+

Feedback

Please open issues at https://github.com/Azure/azurestack-powershell/issues

AzureStack 2.3.0 release

15 Jul 01:33
Compare
Choose a tag to compare

AzureStack operator module version 2.3.0

Azs.Compute.Admin module

  • Get-AzsComputeScaleUnit - Added admin support to view the tenant VM and compute node information of a target scale unit

Install Instructions

Install-Module -Name AzureStack -RequiredVersion 2.3.0

Prerequisites

Requires Azure Stack Hub 2206+

Feedback

Please open issues at https://github.com/Azure/azurestack-powershell/issues

AzureStack 2.2.0 release

16 Dec 19:55
Compare
Choose a tag to compare

AzureStack operator module version 2.2.0

  • New capabilities in Azs.Compute.Admin module
  • New modules - Azs.ContainerRegistry.Admin , Azs.ContainerService.Admin
  • Az.Resources module version 0.12.0 is added as a dependency for all the Admin modules
  • Detailed change list at changelog.md

Install Instructions
Install-Module -Name AzureStack -RequiredVersion 2.2.0
Please refer to https://aka.ms/azspsh220 for additional instructions

Prerequisites
The module is supported on AzureStack versions with Update 2108+

Feedback
Please open issues at https://github.com/Azure/azurestack-powershell/issues

AzureStack 2.1.1 and Az.Bootstrapper 1.0.1 release

08 Jul 17:50
e414f3b
Compare
Choose a tag to compare

AzureStack operator module GA version 2.1.1

  • Bug fix release for signing a script file
  • Bug fix in Az.BootStraper module to update the cache
    #103

Install Instructions

Install-Module -Name AzureStack -RequiredVersion 2.1.1
Please refer to https://aka.ms/azspsh210 for additional instructions

Prerequisites

The module is supported on AzureStack versions with Update 2102+

Feedback

Please open issues at https://github.com/Azure/azurestack-powershell/issues

AzureStack 1.8.3 release

04 Jun 00:45
40ea684
Compare
Choose a tag to compare

Bug fix release for AzureRM compatible AzureStack module version 1.8.2. The bug is detailed in the following issue
#102

The release simply updates the AzureStack dependency on AzureRM.Profile to be >= 5.8.4 rather than taking required version dependency

Install Instructions

Install-Module -Name AzureStack -RequiredVersion 1.8.3
For more instructions on install please refer to https://aka.ms/azsazurermpsh

Feedback

Although the AzureRM module is on the way of deprecation, the module is still supported.
Please open issues at https://github.com/Azure/azurestack-powershell/issues

AzureStack 2.1.0 release

04 Jun 00:21
e7f9849
Compare
Choose a tag to compare

AzureStack operator module GA version 2.1.0, coming out of preview

  • AzureStack Operator module version 2.1.0. Requires AzureStack Hub Update 2102+,
  • There are no breaking changes from the previous release 2.0.2-preview
  • Compatible with AzureStack specific Az module version 1.10.0
  • The individual Azs.* module versions are updated to 1.0.0, marking GA
  • Fabric Admin module adds support for changing the default Gpu partition on a GPU enabled Azure Stack hub with Set-AzsScaleUnit -NumberOfGPUPartition X

Install Instructions

Install-Module -Name AzureStack -RequiredVersion 2.1.0
Please refer to https://aka.ms/azspsh210 for additional instructions

Prerequisites

The module is supported on AzureStack versions with Update 2102+

Feedback

Please open issues at https://github.com/Azure/azurestack-powershell/issues

v2.0.2-preview

10 Aug 21:10
Compare
Choose a tag to compare
v2.0.2-preview Pre-release
Pre-release

Bug fix for the existing 2.0.1-preview release
Included fix for the issue - #23

Install Instructions

Install-Module -Name AzureStack -RequiredVersion 2.0.2-preview -AllowPrerelease

PreRequisites

The module is supported on AzureStack versions with Update 2002+ and the hotfix

Note that PowershellGet 2.2.3 version is required to have the support for installing Preview modules

Install-Module PowerShellGet -MinimumVersion 2.2.3 -Force

Breaking Changes

This is a breaking change release from the earlier AzureRm compatible version 1.8.1. The migration guide can be found at https://aka.ms/azspshmigration

Feedback

Although the module is marked as preview, all the existing functionalities are supported and any issues will quickly be addressed.
Please open issues at https://github.com/Azure/azurestack-powershell/issues

AzureStack 2.0.1-preview release

22 Jun 17:33
59f7e0f
Compare
Choose a tag to compare
Pre-release

Minor update to the existing 2.0.0-preview release
Included fix for the issue - #14

Install Instructions

Install-Module -Name AzureStack -RequiredVersion 2.0.1-preview -AllowPrerelease

PreRequisites

The module is supported on AzureStack versions with Update 2002 and the hotfix

Note that PowershellGet 2.2.3 version is required to have the support for installing Preview modules

Install-Module PowerShellGet -MinimumVersion 2.2.3 -Force

Breaking Changes

This is a breaking change release from the earlier AzureRm compatible version 1.8.1. The migration guide can be found at https://aka.ms/azspshmigration

Feedback

Although the module is marked as preview, all the existing functionalities are supported and any issues will quickly be addressed.
Please open issues at https://github.com/Azure/azurestack-powershell/issues

AzureStack 2.0.0-preview release

15 Apr 22:41
bf0cad2
Compare
Choose a tag to compare
Pre-release

AzureStack module generated with autorest powershell generator. This version is compatible with Az modules for AzureStack

To install please do

Install-Module -Name AzureStack -RequiredVersion 2.0.0-preview -AllowPrerelease

PreRequisites

  • The module is supported on AzureStack versions with Update 2002 and the hotfix

  • Note that PowershellGet 2.2.3 version is required to have the support for installing Preview modules

Install-Module PowerShellGet -MinimumVersion 2.2.3 -Force

Breaking Changes

This is a breaking change release from the earlier AzureRm compatible version 1.8.1. The migration guide can be found at https://aka.ms/azspshmigration

Feedback

Although the module is marked as preview, all the existing functionalities are supported and any issues will quickly be addressed.
Please open issues here