Releases: Azure/azure-powershell
Az.Sql v3.4.1
https://www.powershellgallery.com/packages/Az.Sql/3.4.1
Version 3.4.1
- Fixed identity logic in
Set-AzSqlServer
andSet-AzSqlInstance
Az.RecoveryServices v4.4.0
https://www.powershellgallery.com/packages/Az.RecoveryServices/4.4.0
Version 4.4.0
- Added Archive for V1 vaults.
- Added ProtectedItemsCount in Get-AzRecoveryServicesBackupProtectionPolicy.
- Azure site recovery bug fix for azure to azure in update vm properties.
Az v6.2.1
Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/6.2.1
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
Docker images
- mcr.microsoft.com/azure-powershell:latest
- mcr.microsoft.com/azure-powershell:ubuntu-18.04
- mcr.microsoft.com/azure-powershell:6.2.1-ubuntu-18.04
- mcr.microsoft.com/azure-powershell:debian-9
- mcr.microsoft.com/azure-powershell:6.2.1-debian-9
- mcr.microsoft.com/azure-powershell:centos-7
- mcr.microsoft.com/azure-powershell:6.2.1-centos-7
- mcr.microsoft.com/azure-powershell:alpine-3.10
- mcr.microsoft.com/azure-powershell:6.2.1-alpine-3.10
6.2.1 - July 2021
Az.Accounts
- Fixed access error when subscripiton has no 'Tags' property [#15425].
Az.Tools.Predictor 0.4.0
Release Notes:
- Display Open-AzPredictorSurvey cmdlet as the last suggestion in listview mode
- Fixed compatibility issues with Powershell 7.2.0-preview 6 and PS Readline 2.2.0-beta3
https://www.powershellgallery.com/packages/Az.Tools.Predictor/0.4.0
Az v6.2.0
Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/6.2.0
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
Docker images
- mcr.microsoft.com/azure-powershell:latest
- mcr.microsoft.com/azure-powershell:ubuntu-18.04
- mcr.microsoft.com/azure-powershell:6.2.0-ubuntu-18.04
- mcr.microsoft.com/azure-powershell:debian-9
- mcr.microsoft.com/azure-powershell:6.2.0-debian-9
- mcr.microsoft.com/azure-powershell:centos-7
- mcr.microsoft.com/azure-powershell:6.2.0-centos-7
- mcr.microsoft.com/azure-powershell:alpine-3.10
- mcr.microsoft.com/azure-powershell:6.2.0-alpine-3.10
6.2.0 - July 2021
Az.Accounts
- Added Tags, AuthorizationSource to PSAzureSusbscripiton and added TenantType, DefaultDomain, TenantBrandingLogoUrl, CountryCode to PSAzureTenant [#15220]
- Upgraded subscription client to 2021-01-01 [#15220]
- Removed Interactive mode check in common lib
- Added endpoint of OperationalInsights to environment AzureChinaCloud [#15305]
- Printed auto generated modules' default logs to verbose stream
Az.Aks
- Added parameter 'AvailabilityZone' for 'New-AzAksNodePool'. [#14505]
Az.ApplicationInsights
- Added read only property 'ConnectionString' and 'ApplicationId' to applicationinsights component
Az.Compute
- Added optional parameter '-OrchestrationMode' to 'New-AzVmss' and 'New-AzVmssConfig'
- Updated the following cmdlets to work when the resource uses a remote image source using AKS or Shared Image Gallery.
- 'Update-AzVm'
- 'Update-AzVmss'
- 'Update-AzGalleryImageVersion'
- Added parameters '-EnableCrossZoneUpgrade' and '-PrioritizeUnhealthyInstance' to the 'Set-AzVmssRollingUpgradePolicy'
- Added 'AssessmentMode' parameter to the 'Set-AzVMOperatingSystem' cmdlet.
- Fixed a bug in 'Add-AzVmssNetworkInterfaceConfiguration'
- Fixed IOPS and throughput check in 'Test-AzVMAEMExtension'
- Added new cmdlets for 2020-12-01 DiskRP API version
- New-AzDiskPurchasePlanConfig
- Set-AzDiskSecurityProfile
- Changed Cmdlets for 2020-12-01 DiskRP API version
- New-AzDiskConfig
- New-AzSnapshotConfig
- New-AzSnapshotUpdateConfig
- New-AzDiskUpdateConfig
- New-AzDiskEncryptionSetConfig
- Update-AzDiskEncryptionSet
Az.CosmosDB
- This release introduces the cmdlets for the features of Continuous Backup(Point in time restore):
- Introduced support for creating accounts with continuous mode backup policy.
- Introduced support for Point in time restore for accounts with continuous mode backup policy.
- Introduced support to update the backup interval and backup retention for accounts with periodic mode backup policy.
- Introduced support to list the restorable resources in a live database account.
- Introduces support to specify analytical storage schema type on account creation/update.
- The following cmdlets are added:
- Restore-AzCosmosDBAccount, New-AzCosmosDBDatabaseToRestore, Get-AzCosmosDBRestorableDatabaseAccount,
- Get-AzCosmosDBSqlRestorableDatabase, Get-AzCosmosDBSqlRestorableContainer, Get-AzCosmosDBSqlRestorableResource,
- Get-AzCosmosDBMongoDBRestorableDatabase, Get-AzCosmosDBMongoDBRestorableCollection, Get-AzCosmosDBMongoDBRestorableResource.
Az.DataFactory
- Added Customer Managed Key Encryption to DataFactory
Az.Functions
- Added two additional app settings (WEBSITE_CONTENTSHARE and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING) for Linux Consumption apps. [15124]
- Fixed bug with New-AzFunctionApp when created on Azure Gov. [13379]
- Added Az.Functions cmdlets need to support creating and copying app settings with empty values. [14511]
Az.Monitor
- Fixed null reference bug for 'Get-AzMetric' when 'ResultType' set to 'Metadata'
- Fixed bug for 'Add-AzAutoscaleSetting' not able to pipe result from 'Get-AzAutoscaleSetting' [#13861]
Az.Network
- Added public ip address as an optional parameter to create route server
- 'New-AzRouteServer'
- Updated cmdlets to enable specification of edge zone
- 'New-AzPublicIpPrefix'
- 'New-AzLoadBalancer'
- 'New-AzPrivateLinkService'
- 'New-AzPrivateEndpoint'
- Added support for viewing extended location of virtual network in the console
- 'New-AzVirtualNetwork'
- 'Get-AzVirtualNetwork'
- Added support for viewing extended location of public IP address in the console
- 'New-AzPublicIpAddress'
- 'Get-AzPublicIpAddress'
Az.RecoveryServices
- Fixed Disable SQL AG AutoProtection.
Az.Security
- General availability of Az.Security module
- Changed the name of Get-AzRegulatoryComplainceAssessment to Get-AzRegulatoryComplianceAssessment to fix typo
Az.Sql
- Added 'RestrictOutboundNetworkAccess' parameter to following cmdlets
- 'New-AzSqlServer'
- 'Set-AzSqlServer'
- Added new cmdlets for CRUD operations on Allowed FQDNs of Outbound Firewall rules
'Get-AzSqlServerOutboundFirewallRule'
'New-AzSqlServerOutboundFirewallRule'
'Remove-AzSqlServerOutboundFirewallRule' - Fixed the identity logic for SystemAssigned,UserAssigned identities for New-AzSqlServer, New-AzSqlInstance
- Updated cmdlets for getting and updating SQL database's differential backup frequency
'Get-AzSqlDatabaseBackupShortTermRetentionPolicy'
'Set-AzSqlDatabaseBackupShortTermRetentionPolicy' - Fixed Partial PUT issue for Azure Policy in 'Set-AzSqlServer' and 'Set-AzSqlInstance'
Az.Storage
- Supported enable/disable Blob container soft delete
- 'Enable-AzStorageContainerDeleteRetentionPolicy'
- 'Disable-AzStorageContainerDeleteRetentionPolicy'
- Supported list deleted Blob containers
- 'Get-AzRmStorageContainer'
- 'Get-AzStorageContainer'
- Supported restore deleted Blob container
- 'Restore-AzStorageContainer'
- Supported secure SMB setting in File service properties
- 'Update-AzStorageFileServiceProperty'
- Supported create account with EnableNfsV3
- 'New-AzStorageAccount'
- Supported input more copy blob parameters from pipeline [#15301]
- 'Start-AzStorageBlobCopy'
Az.Websites
- Fixed 'Import-AzWebAppKeyVaultCertificate' to support ServerFarmId [#15091]
- Fixed 'Added an optional parameter to delete or keep Appservice plan when the last WebApp is removing from plan'
Thanks to our community contributors
- Mikey Bronowski (@MikeyBronowski)
- @mjsharma, Adding note for alternate commands (#15359)
- @tomswedlund, Adding support for setting analytical storage schema type on account create/update for CosmosDB (#15362)
- @ylabade, Fix web app parameter name in examples (#15291)
Az.Sql v3.3.0
Release Notes
- Changed the type of parameter AutoRotationEnabled in Set-AzSqlInstanceTransparentDataEncryptionProtector to bool?.
- Fixed Update-AzSqlDatabaseAdvancedThreatProtectionSetting with StorageAccount as an optional parameter instead of required.
Az.ResourceGraph v0.11.0
Release Notes
- Fixed the output print issue for Search-AzGraph by updating the output type to Microsoft.Azure.Commands.ResourceGraph.Models.PSResourceGraphResponse`1[[System.Management.Automation.PSObject]].
- Fixed the issue when Search-AzGraph fails if no subscriptions are stored in the context.
Az.RecoveryServices v4.2.1-preview
Release Notes
- Added Archive for V1 vaults.
- Fixed Disable SQL AG AutoProtection.
Az 6.1.0
Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/6.1.0
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
Docker images
- mcr.microsoft.com/azure-powershell:latest
- mcr.microsoft.com/azure-powershell:ubuntu-18.04
- mcr.microsoft.com/azure-powershell:6.1.0-ubuntu-18.04
- mcr.microsoft.com/azure-powershell:debian-9
- mcr.microsoft.com/azure-powershell:6.1.0-debian-9
- mcr.microsoft.com/azure-powershell:centos-7
- mcr.microsoft.com/azure-powershell:6.1.0-centos-7
- mcr.microsoft.com/azure-powershell:alpine-3.10
- mcr.microsoft.com/azure-powershell:6.1.0-alpine-3.10
6.1.0 - June 2021
Az.Accounts
- Added cmdlet 'Open-AzSurveyLink'
- Supported certificate file as input parameter of Connect-AzAccount
Az.Aks
- Fixed the issue that 'Set-AzAks' will fail in Automation Runbook. [#15006]
Az.ApplicationInsights
- Fixed issue that 'ResourcegroupName' is missed when executing below cmdlets with 'InputObject' parameter [#14848]
- 'Get-AzApplicationInsightsLinkedStorageAccount'
- 'New-AzApplicationInsightsLinkedStorageAccount'
- 'Update-AzApplicationInsightsLinkedStorageAccount'
- 'Remove-AzApplicationInsightsLinkedStorageAccount'
Az.Cdn
- Fixed profile missing issue in 'Remove-AzCdnProfile' cmdlet
Az.Compute
- Updated Compute module to use the latest .Net SDK version 47.0.0.
Az.ContainerInstance
- Removed the display of file share credential [#15224]
Az.DataFactory
- Updated ADF .Net SDK version to 4.19.0
Az.EventHub
- Added functionality to accept input from pipeline for 'Get-AzEventHub' from 'Get-AzEventHubNamespace'.
Az.HDInsight
- Support new azure monitor feature in HDInsight:
- Add cmdlet 'Get-AzHDInsightAzureMonitor' to allow customer to get the Azure Monitor status of HDInsight cluster.
- Add cmdlet 'Enable-AzHDInsightAzureMonitor' to allow customer to enable the Azure Monitor in HDInsight cluster.
- Add cmdlet 'Disable-AzHDInsightAzureMonitor' to allow customer to disable the Azure Monitor in HDInsight cluster.
Az.KeyVault
- Removed duplicate list item in 'Get-AzKeyVault' [#15164]
- Added 'SecretManagement' tag to 'Az.KeyVault' module [#15173]
Az.Network
- Updated cmdlets for route server for a more stable way to add IP configuration.
- Added support for getting a single private link resource.
- Added more detailed description about GroupId in 'New-AzPrivateLinkServiceConnection'
- Updated cmdlets to enable setting of PrivateRange on AzureFirewallPolicy.
- 'New-AzFirewallPolicy'
- 'Set-AzFirewallPolicy'
- Updated cmdlets to add NatRules in VirtualNetworkGateway and BgpRouteTranslationForNat.
- 'New-AzVirtualNetworkGateway'
- 'Set-AzVirtualNetworkGateway'
- Updated cmdlets to add EngressNatRules and EgressNatRules in VirtualNetworkGateway Connection.
- 'New-AzVirtualNetworkGatewayConnection'
- 'Set-AzVirtualNetworkGatewayConnection'
- Updated cmdlet to enable setting of FlowTimeout in VirtualNetwork.
- 'New-AzVirtualNetwork'
- Added cmdlets for Get/Create/Update/Delete VirtualNetworkGatewayNatRules.
- 'New-AzVirtualNetworkGatewayNatRule'
- 'Update-AzVirtualNetworkGatewayNatRule'
- 'Get-AzVirtualNetworkGatewayNatRule'
- 'Remove-AzVirtualNetworkGatewayNatRule'
- Added a new cmdlet for Sync on VirtualNetworkPeering
- 'Sync-AzVirtualNetworkPeering'
- Updated cmdlets to add new properties and redefined an existing property in the VirtualNetworkPeering
- 'Add-AzVirtualNetworkPeering'
- 'Get-AzVirtualNetworkPeering'
- Updated cmdlets to enable setting of PreferredRoutingGateway on VirtualHub.
- 'New-AzVirtualHub'
- 'Update-AzVirtualHub'
- Updated cmdlets to expose two read-only properties of client certificate.
- 'Get-AzApplicationGatewayTrustedClientCertificate'
Az.RecoveryServices
- Added cross tenant DS Move.
- Removed restriction to fetch recovery points only for a 30 days time range.
- Enabled CRR for new regions.
Az.Resources
- Allowed naming the deployment when testing deployments [#11497]
Az.SignalR
- Changed to 'Allow' and 'Deny' parameters of 'Update-AzSignalRNetworkAcl' cmdlet:
- Accepted 'Trace' as a valid value.
- Accepted '@()' as empty collection to clear the list.
- Supported 'ResourceGroupCompleter' and 'ResourceNameCompleter' in the applicable cmdlets.
- Deprecated the 'HostNamePrefix' property of output type 'PSSignalRResource' of following cmdlets:
- 'Get-AzSignalR'
- 'New-AzSignalR'
- 'Update-AzSignalR'
Az.Sql
- Added option to support short version of maintenance configuration id for Managed Instance in 'New-AzSqlInstance' and 'Set-AzSqlInstance' cmdlets
- Added HighAvailabilityReplicaCount to 'New-AzSqlDatabaseSecondary'
- Added External Administrator and AAD Only Properties to AzSqlServer and AzSqlInstance
- Added option to specify '-ExternalAdminName', '-ExternalAdminSid', '-EnableActiveDirectoryOnlyAuthentication' in 'New-AzSqlInstance' and 'Set-AzSqlInstance' cmdlets
- Added option to expand external administrators information using '-ExpandActiveDirectoryAdministrator' in 'Get-AzSqlServer' and 'Get-AzSqlInstance' cmdlets
- Fixed 'Set-AzSqlDatabase' to no longer default ReadScale to Disabled when not specified
- Fixed 'Set-AzSqlServer' and 'Set-AzSqlInstance' for partial PUT with only identity and null properties
- Added parameters related to UMI in 'New-AzSqlServer', 'New-AzSqlInstance', 'Set-AzSqlServer' and 'Set-AzSqlInstance' cmdlets.
- Added -AutoRotationEnabled parameter to following cmdlets:
- 'Set-AzSqlServerTransparentDataEncryptionProtector'
- 'Get-AzSqlServerTransparentDataEncryptionProtector'
- 'Set-AzSqlInstanceTransparentDataEncryptionProtector'
- 'Get-AzSqlInstanceTransparentDataEncryptionProtector'
Az.Storage
- Supported create file share with NFS/SMB enabledEnabledProtocol and RootSquash, and update share with RootSquash
- 'New-AzRmStorageShare'
- 'Update-AzRmStorageShare'
- Supported enable Smb Multichannel on File service
- 'Update-AzStorageFileServiceProperty'
- Fixed copy inside same account issue by access source with anonymous credential, when copy Blob inside same account with Oauth credential
- Removed StorageFileDataSmbShareOwner from value set of parameter DefaultSharePermission in create/update storage account
- 'New-AzStorageAccount'
- 'Set-AzStorageAccount'
Az.Websites
- Fixed issue that prevented removing rules by name and unique identifier in 'Remove-AzWebAppAccessRestrictionRule'
- Fixed issue that defaults AlwaysOn to false in 'Set-AzWebAppSlot'
Thanks to our community contributors
- Andy Roberts (@andyr8939), Removing unused TimeGrain variable from example (#15062)
- Ashley Roll (@AshleyRoll), Remove Write-Host leaking file share credentials (#15225)
- Kailash Mandal (@KaishM), Update New-AzPublicIpAddress.md (#15040)
- Olivier Miossec (@omiossec), Update Get-AzExpressRouteCircuitRouteTable.md (#15054)
- Scott (@S-T-S), Update Set-AzNetworkInterface.md (#15112)
- @sohaibMSFT, Application Gateway AutoScale Example (#15071)
- @Srihsu, Update Split-AzReservation.md (#15049)
- @srozemuller, typo in examples resourcegroup parameter (#15146)
Az.DiskPool 0.1.1
Version 0.1.1
- Hotfix for the issue on windows powershell
https://www.powershellgallery.com/packages/Az.DiskPool/0.1.1