Skip to content

Releases: Azure/azure-powershell

AzureStack 1.7.1

28 Mar 21:23
7a48220
Compare
Choose a tag to compare

AzureStack 1.7.1

Gallery Module for AzureStack Administration cmdlets: link

To install AzureStack from the PowerShell Gallery, run the following command:

Install-Module -Name AzureStack -Repository PSGallery -Force

To update from an older version of AzureStack, run the following command:

Update-Module -Name AzureStack

Release Notes

AzureStack

  • Update Resource dependency for modules to fix installation bug

1.6.0

22 Mar 16:39
9128576
Compare
Choose a tag to compare

Az 1.6.0

Gallery Module for ARM .NET Standard cmdlets: link

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Changes since last release

Az.Automation

  • Azure automation update management change to support the following new features :
    • Dynamic grouping
    • Pre-Post script
    • Reboot Setting

Az.Compute

  • Fix issue with path resolution in Get-AzVmBootDiagnosticsData
  • Update Compute client library to 25.0.0.

Az.KeyVault

  • Added wildcard support to KeyVault cmdlets

Az.Network

  • Add Threat Intelligence support for Azure Firewall
  • Add Application Gateway Firewall Policy top level resource and Custom Rules
  • Add Alert action type for Azure Firewall Network and Application Rule Collections
  • Added support for conditions in RewriteRules in the Application Gateway
    • New cmdlets added:
      • New-AzApplicationGatewayRewriteRuleCondition
    • Cmdlets updated with optional parameter - RuleSequence and Condition
      • New-AzApplicationGatewayRewriteRule

Az.RecoveryServices

  • Added SnapshotRetentionInDays in Azure VM policy to support Instant RP
  • Added pipe support for unregister container

Az.Resources

  • Update wildcard support for Get-AzResource and Get-AzResourceGroup
  • Update credentials used when making generic calls to ARM

Az.Sql

  • Changed Threat Detection's cmdlets param (ExcludeDetectionType) from DetectionType to string[] to make it future proof when new DetectionTypes are added and to support autocomplete as well.
  • Add Vulnerability Assessment cmdlets on Server and Managed Instance

Az.Storage

  • Support Get/Set/Remove Management Policy on a Storage account
    • Set-AzStorageAccountManagementPolicy
    • Get-AzStorageAccountManagementPolicy
    • Remove-AzStorageAccountManagementPolicy
    • Add-AzStorageAccountManagementPolicyAction
    • New-AzStorageAccountManagementPolicyFilter
    • New-AzStorageAccountManagementPolicyRule

Az.Websites

  • Fix ARM template bug that breaks cloning all slots using 'New-AzWebApp -IncludeSourceWebAppSlots'

1.5.0

08 Mar 17:36
36e294d
Compare
Choose a tag to compare

Az 1.5.0

Gallery Module for ARM .NET Standard cmdlets: link

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Changes since last release

Az.Accounts

  • Add 'Register-AzModule' command to support AutoRest generated cmdlets
  • Update examples for Connect-AzAccount

Az.Automation

  • Fixed issue when retreiving certain monthly schedules in several Azure Automation cmdlets
  • Fix Get-AzAutomationDscNode returning just top 20 nodes. Now it returns all nodes

Az.Cdn

  • Added new Powershell cmdlets for Enable/Disable Custom Domain Https and deprecated the old ones

Az.Compute

  • Add wildcard support to Get cmdlets

Az.DataFactory

  • Updated ADF .Net SDK version to 3.0.1

Az.LogicApp

  • Fix for ListWorkflows only retrieving the first page of results

Az.Network

  • Add wildcard support to Network cmdlets

Az.RecoveryServices

  • Added Sql server in Azure VM support
  • SDK Update
  • Removed VMappContainer check in Get-ProtectableItem
  • Added Name and ServerName as parameters for Get-ProtectableItem

Az.Resources

  • Add -TemplateObject parameter to deployment cmdlets
    • More information here: #2933
  • Fix issue when piping the result of Get-AzResource to Set-AzResource
    • More information here: #8240
  • Fix issue with JSON data type change when running Set-AzResource
    • More information here: #7930

Az.Sql

  • Updating AuditingEndpointsCommunicator.
    • Fixing the behavior of an edge case while creating new diagnostic settings.

Az.Storage

  • Support Kind BlockBlobStorage when create Storage account
    • New-AzStorageAccount

Az.StorageSync 0.8.0

02 Mar 03:14
2a473d3
Compare
Choose a tag to compare
Az.StorageSync 0.8.0 Pre-release
Pre-release

Az.StorageSync 0.8.0

Gallery Module for Az.StorageSync

To install Az.StorageSync from the PowerShell Gallery, run the following command:

Install-Module -Name Az.StorageSync -Repository PSGallery -Force

Changes

  • Cmdlets for managing StoirageSync service

Az.Sql 1.4.0

28 Feb 20:42
e3a2943
Compare
Choose a tag to compare
Az.Sql 1.4.0 Pre-release
Pre-release

Az.Sql 1.4.0

Gallery Module for Az.Sql

To install Az.Sql from the PowerShell Gallery, run the following command:

Install-Module -Name Az.Sql -Repository PSGallery -Force

Changes

  • Add support for restore an instance database from geo-redundant backups

1.4.0

22 Feb 17:16
5a5c00f
Compare
Choose a tag to compare

Az 1.4.0

Gallery Module for ARM .NET Standard cmdlets: link

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Changes since last release

Az.AnalysisServices

  • Deprecated AddAzureASAccount cmdlet

Az.Automation

  • Update help for Import-AzAutomationDscNodeConfiguration
  • Added configuration name validation to Import-AzAutomationDscConfiguration cmdlet
  • Improved error handling for Import-AzAutomationDscConfiguration cmdlet

Az.CognitiveServices

  • Added CustomSubdomainName as a new optional parameter for New-AzCognitiveServicesAccount which is used to specify subdomain for the resource.

Az.Compute

  • Fix issue with ID parameter sets
  • Update Get-AzVMExtension to list all installed extension if Name parameter is not provided
  • Add Tag and ResourceId parameters to Update-AzImage cmdlet
  • Get-AzVmssVM without instance ID and with InstanceView can list VMSS VMs with instance view.

Az.DataLakeStore

  • Add cmdlets for ADL deleted item enumerate and restore

Az.EventHub

  • Added new boolean property SkipEmptyArchives to Skip Empty Archives in CaptureDescription class of Eventhub

Az.KeyVault

  • Fix tagging on Set-AzKeyVaultSecret

Az.LogicApp

  • Add in Basic sku for Integration Accounts
  • Add in XSLT 2.0, XSLT 3.0 and Liquid Map Types
  • New cmdlets for Integration Account Assemblies
    • Get-AzIntegrationAccountAssembly
    • New-AzIntegrationAccountAssembly
    • Remove-AzIntegrationAccountAssembly
    • Set-AzIntegrationAccountAssembly
  • New cmdlets for Integration Account Batch Configuration
    • Get-AzIntegrationAccountBatchConfiguration
    • New-AzIntegrationAccountBatchConfiguration
    • Remove-AzIntegrationAccountBatchConfiguration
    • Set-AzIntegrationAccountBatchConfiguration
  • Update Logic App SDK to version 4.1.0

Az.Monitor

  • Update help for Get-AzMetric

Az.Network

  • Update help example for Add-AzApplicationGatewayCustomError

Az.OperationalInsights

  • Additional support for New and Get ApplicationInsights data source.
    • Added new 'ApplicationInsights' kind to support Get specific and Get all ApplicationInsights data sources for given workspace.
    • Added New-AzOperationalInsightsApplicationInsightsDataSource cmdlet for creating data source by given Application-Insights resource parameters: subscription Id, resourceGroupName and name.

Az.Resources

  • Fix for issue #8166
  • Fix for issue #8235
  • Fix for issue #6219
  • Fix bug preventing repeat creation of KeyCredentials

Az.Sql

  • Add support for SQL DB Hyperscale tier
  • Fixed bug where restore could fail due to setting unnecessary properties in restore request

Az.Websites

  • Correct example in Get-AzWebAppSlotMetrics

1.3.0

11 Feb 06:07
bf1adec
Compare
Choose a tag to compare

Az 1.3.0

Gallery Module for ARM .NET Standard cmdlets: link

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Release Notes

Az.Accounts

  • Update to latest version of ClientRuntime

Az.AnalysisServices

  • General availability for Az.AnalysisServices module.

Az.Compute

  • AEM extension: Add support for UltraSSD and P60,P70 and P80 disks
  • Update help description for Set-AzVMBootDiagnostics
  • Update help description and example for Update-AzImage

Az.RecoveryServices

  • General availability for Az.RecoveryServices module.

Az.Resources

  • Fix tagging for resource groups
    • More information here: #8166
  • Fix issue where Get-AzureRmRoleAssignment doesn't respect -ErrorAction
    • More information here: #8235

Az.Sql

  • Add Get/Set AzSqlDatabaseBackupShortTermRetentionPolicy
  • Fix issue where not being logged into Azure account would result in nullref exception when executing SQL cmdlets
  • Fixed null ref exception in Get-AzSqlCapability

AzureStack 1.7.0

08 Feb 18:57
1abcb8c
Compare
Choose a tag to compare

AzureStack 1.7.0

Gallery Module for AzureStack Administration cmdlets: link

To install AzureStack from the PowerShell Gallery, run the following command:

Install-Module -Name AzureStack -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name AzureStack

AzureRM 2.4.0

Gallery Module for Azure and AzureStack Client modules for AzureRM: link

To install AzureRM 2.4.0 from the PowerShell Gallery, run the following command:

Install-Module -Name AzureRM -RequiredVersion 2.4.0 -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name AzureStack -RequiredVersion 2.4.0

Release Notes

AzureRM

AzureRm.Resources

  • Bug fix in Get-AzureRmResource to query case insensitively by resource type

Azure.Storage

  • AzureRm rollup module now includes the already published version 4.5.0 supporting the api-version 2017-07-29

AzureRm.Storage

  • AzureRm rollup module now includes the already published version 5.0.4 supporting the api-version 2017-10-01

AzureRm.Compute

  • Added simple parameter sets in New-AzureRMVM and NewAzureRMVMSS, -ImageName parameter supports specifying user images.

AzureRm.Insights

  • AzureRm rollup module now includes the already published version 5.1.5 supporting the api-version 2018-01-01 for metrics/metric definitions resource types

AzureStack

  • Supported with 1901 update
  • This a breaking change release. For details on the breaking changes, refer to The Migration Guide

Azs.Backup.Admin Module

  • Breaking change: Backup changes to cert-based encryption mode. Support for symmetric keys is deprecated.

Azs.Fabric.Admin Module

  • Deprecation
    • Get-AzsInfrastructureVolume has been deprecated, we provide new cmdlet Get-AzsVolume
    • Get-AzsStorageSystem has been deprecated, we provide new cmdlet Get-AzsStorageSubSystem
    • Get-AzsStoragePool has been deprecated, the StorageSubSystem object has the capacity property

Azs.Compute.Admin Module

  • BugFix: Add-AzsPlatformImage, Get-AzsPlatformImage : Calling ConvertTo-PlatformImageObject only in the success path
  • BugFix: Add-AzsVmExtension, Get-AzsVmExtension : Calling ConvertTo-VmExtensionObject only in the success path

Azs.Storage.Admin Module

  • Bug fix - New Storage Quota uses defaults if none provided.

1.2.1

31 Jan 19:22
116c6cb
Compare
Choose a tag to compare

Az 1.2.1

Gallery Module for ARM .NET Standard cmdlets: link

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Release Notes

Az.Accounts

  • Release with correct version of Authentication
  • Enable MSI Authentication in Azure Functions and WebApps

Az.AnalysisServices

  • Release with updated Authentication dependency

Az.RecoveryServices

  • Release with updated Authentication dependency

1.2.0

25 Jan 18:56
13e8317
Compare
Choose a tag to compare

Az 1.2.0

Gallery Module for ARM .NET Standard cmdlets: link

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

Release Notes

Az.Accounts

  • Add interactive and username/password authentication for Windows PowerShell 5.1 only
  • Update incorrect online help URLs
  • Add warning message in PS Core for Uninstall-AzureRm

Az.Aks

  • Update incorrect online help URLs

Az.Automation

  • Added support for Python 2 runbooks
  • Update incorrect online help URLs

Az.Cdn

  • Update incorrect online help URLs

Az.Compute

  • Add Invoke-AzVMReimage cmdlet
  • Add TempDisk parameter to Set-AzVmss
  • Fix the warning message of New-AzVM

Az.ContainerRegistry

  • Update incorrect online help URLs

Az.DataFactory

  • Updated ADF .Net SDK version to 3.0.0

Az.DataLakeStore

  • Fix issue with ADLS endpoint when using MSI
    • More information here: #7462
  • Update incorrect online help URLs

Az.IotHub

  • Add Encoding format to Add-IotHubRoutingEndpoint cmdlet.

Az.KeyVault

  • Update incorrect online help URLs

Az.Network

  • Update incorrect online help URLs

Az.Resources

  • Fix incorrect examples in 'New-AzADAppCredential' and 'New-AzADSpCredential' reference documentation
  • Fix issue where path for '-TemplateFile' parameter was not being resolved before executing resource group deployment cmdlets
  • Az.Resources: Correct documentation for New-AzureRmPolicyDefinition -Mode default value
  • Az.Resources: Fix for issue #7522
  • Az.Resources: Fix for issue #5747
  • Fix formatting issue with 'PSResourceGroupDeployment' object
    • More information here: #2123

Az.ServiceFabric

  • Rollback when a certificate is added to VMSS model but an exception is thrown this is to fix bug: microsoft/service-fabric-issues#932
  • Fix some error messages.
  • Fix create cluster with default ARM template for New-AzServiceFabriCluster which was not working with migration to Az.
  • Fix add cluster/application certificate to only add to VM Scale Sets that correspond to the cluster by checking cluster id in the extension.

Az.SignalR

  • Update incorrect online help URLs

Az.Sql

  • Update incorrect online help URLs
  • Updated parameter description for LicenseType parameter with possible values
  • Fix for updating managed instance identity not working when it is the only updated property
  • Support for custom collation on managed instance

Az.Storage

  • Update incorrect online help URLs
  • Give detail error message when get/set classic Logging/Metric on Premium Storage Account, since Premium Storage Account not supoort classic Logging/Metric.
    • Get/Set-AzStorageServiceLoggingProperty
    • Get/Set-AzStorageServiceMetricsProperty

Az.TrafficManager

  • Update incorrect online help URLs

Az.Websites

  • Update incorrect online help URLs
  • Fixes 'New-AzWebAppSSLBinding' to upload the certificate to the correct resourcegroup+location if the app is hosted on an ASE.
  • Fixes 'New-AzWebAppSSLBinding' to not overwrite the tags on binding an SSL certificate to an app