Releases: Azure/azure-powershell
Az.Marketplace v0.4.0
https://www.powershellgallery.com/packages/Az.Marketplace/0.4.0
Version 0.4.0
- Added new features and capabilities to user and marketplace-admins:
- Approve offer and plans with subscription granularity.
- Enable\Disable Approve-All-Products on a collection.
- Fetch all subscriptions in a tenant.
- Get new plans notifications for the offers in the privatestore.
- Get all approved offers and plans for a user.
Az.Accounts v2.18.0-preview
https://www.powershellgallery.com/packages/Az.Accounts/2.18.0-preview
Version 2.18.0-preview
- Supported interactive subscription selection for user login flow.
Az.Storage v6.1.4-preview
https://www.powershellgallery.com/packages/Az.Storage/6.1.4-preview
Version 6.1.4-preview
- Removed references of "Microsoft.Azure.Storage.Queue" in Queue cmdlets
- Get-AzStorageQueue
- New-AzStorageQueue
- New-AzStorageQueueSASToken
Az 11.5.0
Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/{version}
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:alpine-3.16
- mcr.microsoft.com/azure-powershell:11.5.0-alpine-3.16
- mcr.microsoft.com/azure-powershell:alpine-3.17
- mcr.microsoft.com/azure-powershell:11.5.0-alpine-3.17
- mcr.microsoft.com/azure-powershell:debian-11
- mcr.microsoft.com/azure-powershell:11.5.0-debian-11
- mcr.microsoft.com/azure-powershell:debian-12
- mcr.microsoft.com/azure-powershell:11.5.0-debian-12
- mcr.microsoft.com/azure-powershell:mariner-2
- mcr.microsoft.com/azure-powershell:11.5.0-mariner-2
- mcr.microsoft.com/azure-powershell:mariner-2-arm64
- mcr.microsoft.com/azure-powershell:11.5.0-mariner-2-arm64
- mcr.microsoft.com/azure-powershell:ubi-8
- mcr.microsoft.com/azure-powershell:11.5.0-ubi-8
- mcr.microsoft.com/azure-powershell:ubi-9
- mcr.microsoft.com/azure-powershell:11.5.0-ubi-9
- mcr.microsoft.com/azure-powershell:ubuntu-20.04
- mcr.microsoft.com/azure-powershell:11.5.0-ubuntu-20.04
- mcr.microsoft.com/azure-powershell:ubuntu-22.04
- mcr.microsoft.com/azure-powershell:11.5.0-ubuntu-22.04
11.5.0 - April 2024
General
- Removed Az.DevSpaces from AzPreview, see more details at Dev Spaces was retired on 15 May 2021
Az.Accounts 2.17.0
- Enabled globally disabling instance discovery before token acquisition [#22535].
- Implemented secrets detection feature for autorest modules.
- Added 'AsSecureString' to 'Get-AzAccessToken' to convert the returned token to SecureString [#24190].
- Upgraded Azure.Core to 1.37.0.
Az.Aks 6.0.2
- Fixed the 'Non-static method requires a target' error when updating the image version of the node pool. [#24337]
Az.ApplicationInsights 2.2.4
- Fixed the issue that Update-AzApplicationInsights would incorrectly remove existing tags.
Az.Attestation 2.0.1
- Fixed vulnerability GHSA-8g9c-28fc-mcx2
Az.Compute 7.2.0
- Added parameters '-scriptUriManagedIdentity', '-outputBlobManagedIdentity', '-errorBlobMangedIdentity', and '-TreatFailureAsDeploymentFailure' to cmdlets 'Set-AzVmRunCommand' and 'Set-AzVmssRunCommand'.
- Added new parameter '-EnableAutomaticOSUpgrade' to 'New-AzVmss' cmdlet.
- Renamed parameter '-AutoOSUpgrade' to '-EnableAutomaticOSUpgrade' in 'New-AzVmssConfig' cmdlet for consistency. Using '-AutoOSUpgrade' as parameter name will continue to work as it is added as an alias.
- Upgraded Azure.Core to 1.37.0.
- Az.Compute is updated to use the 2023-07-03 GalleryRP, 2024-03-01 ComputeRP and 2023-10-02 DiskRP API.
- Added new parameter '-TierOption' to 'New-AzSnapshotConfig'.
- Added breaking change warnings for the May 2024 release. The warnings are for:
'New-AzGalleryImageVersion' defaulting to turn on TrustedLaunchSupported and HyperVGeneration to V2.
'New-AzVM' and 'New-AzVmss' will default to the image 'Windows Server 2022 Azure Edition' instead of 'Windows 2016 Datacenter' by default.
'Get-AzVmss' will no longer allow empty values to 'ResourceGroupName' and 'VMScaleSetName' to avoid a bug where it will just return nothing. - Added a new parameter '-SharingProfile' to 'New-AzCapacityReservationGroup' and 'Update-AzCapacityReservationGroup'.
- Added the new parameter 'SourceImageVMId' to the 'New-AzGalleryImageVersion' cmdlet. Also added some error messages for this new parameter and the existing parameter 'SourceImageId'.
Az.ContainerRegistry 4.2.0
- Upgraded Azure.Core to 1.37.0.
- Fixed vulnerability GHSA-8g9c-28fc-mcx2
- Added exposeToken parameter for Connect-AzContainerRegistry to get token
Az.CosmosDB 1.14.2
- Upgraded Azure.Core to 1.37.0.
Az.DataFactory 1.18.3
- Added ServiceNowV2, PostgreSqlV2, GoogleBigQuery in ADF
- Fixed headers property schema deserialize issue
- Fixed vulnerability GHSA-98g6-xh36-x2p7
Az.DataProtection 2.3.0
- Onboarded new workloads AzureDatabaseForPGFlexServer, AzureDatabaseForMySQL for data protection.
Az.ElasticSan 1.0.1
- Introduced secrets detection feature to safeguard sensitive data.
Az.EventGrid 1.6.1
- Added breaking change messages due to structure update:
- The cmdlet 'Set-AzEventGridTopic' will be removed.
- In the 'Remove-AzEventGridSubscription' parameters will be deprecated.
- In the 'Get-AzEventGrid*' the parameter 'ODataQuery', 'NextLink', 'ResourceId' will be removed.
- In the 'New/Update-AzEventGrid*' parameters will be deprecated.
Az.EventHub 4.2.1
- Added Breaking Change Warning for parameter datatype change.
Az.KeyVault 5.2.2
- Introduced secrets detection feature to safeguard sensitive data.
- Formatted the output of Azure Key Vault certificate in removed state. [#24333]
- [Upcoming Breaking Change] Added breaking change warning message for parameter 'EnableRbacAuthorization' of 'New-AzKeyVault' and 'Update-AzKeyVault'.
- RBAC will be enabled by default during the process of key vault creation. To disable RBAC authorization, please use parameter 'DisableRbacAuthorization'.
- Parameter 'EnableRbacAuthorization' is expected to be removed in Az.KeyVault 6.0.0 and Az 12.0.0.
- Parameter 'EnableRbacAuthorization' is expected to be replaced by 'DisableRbacAuthorization'.
- Upgraded Azure.Core to 1.37.0.
Az.Monitor 5.1.1
- Added breaking change warning messages for Metric Management Plane
- Get-AzMetric
- Get-AzMetricDefinition
- New-AzMetricFilter
Az.Network 7.4.1
- Fixed a bug caused by the introduction of the new property 'GlobalConfiguration' in 'PSApplicationGateway'
Az.PolicyInsights 1.6.5
- Upgraded Azure.Core to 1.37.0.
Az.RecoveryServices 6.8.0
- Added option to set snapshot consistency type in policy cmdlets for creating or updating enhanced AzureVM policies.
- Fixed an issue while setting soft delete vault property.
Az.Resources 6.16.1
- Added null check to the permissions object in the ToPSRoleDefinition method.
- Added dynamic parameters to stack New/Set cmdlets.
- Used correct JSON serializer settings for all templates-related deserialization.
Az.Security 1.6.1
- Introduced secrets detection feature to safeguard sensitive data.
Az.ServiceBus 3.1.0
- Added Breaking Change Warning for parameter datatype change.
Az.StackHCIVM 1.0.2
- Updated API to 2024-01-01 version.
- Introduced secrets detection feature to safeguard sensitive data.
Az.Storage 6.1.3
- Introduced secrets detection feature to safeguard sensitive data.
- Upgraded Azure.Core to 1.37.0.
- Fixed upload file with OAuth authentication issue [#24289]
- 'Set-AzStorageFileContent'
Az.Support 1.0.1
- Added breaking change warning messages for cmdlet deprecation
- New-AzSupportContactProfileObject
- Added breaking change warning messages for cmdlet rename
- Get-AzSupportTicketCommunication
- New-AzSupportTicketCommunication
- Added breaking change warning messages for parameter name and/or structure changes
- Get-AzSupportService
- Get-AzSupportProblemClassification
- Get-AzSupportTicketCommunication
- Get-AzSupportTicket
- New-AzSupportTicket
- Update-AzSupportTicket
- Added breaking change warning messages for output property name and/or structure changes
- Get-AzSupportService
- Get-AzSupportTicket
- New-AzSupportTicket
- Update-AzSupportTicket
- Added breaking change warning messages for new required parameters
- New-AzSupportTicket
- Added breaking change warning messages for removed parameters
- Get-AzSupportTicket
- Get-AzSupportTicketCommunication
- New-AzSupportTicket
- Added breaking change warning message for removal of pipe parameter set for list/new
- New-AzSupportTicketCommunication
- Get-AzSupportProblemClassification
- Get-AzSupportTicketCommunication
- Added breaking change warning message for Get-AzSupportTicket retrieving tickets from the past week if no other parameters are specified
- Get-AzSupportTicket
Az.Synapse 3.0.6
- Upgraded Azure.Core to 1.37.0.
- Fixed vulnerability GHSA-98g6-xh36-x2p7
SHA256 Hashes of the release artifacts
- Az-Cmdlets-{version-commitnumber}.tar.gz
- F6A77A5D533F1ED96A6771527D56964899440F02628E6EEA4902F4EAB6190A5A
Az.DataFactory v1.18.3
https://www.powershellgallery.com/packages/Az.DataFactory/1.18.3
Version 1.18.3
- Added ServiceNowV2, PostgreSqlV2, GoogleBigQuery in ADF
- Fixed headers property schema deserialize issue
- Fixed vulnerability GHSA-98g6-xh36-x2p7
Az.CosmosDB v2.0.6-preview
https://www.powershellgallery.com/packages/Az.CosmosDB/2.0.6-preview
Version 2.0.6-preview
- Added capability to provide Min/Max Throughput RU Consumption
- Added SecuredByPerimeter value to PublicNetworkAccess enum
- Added Default Priority Level and Priority Based Execution enablement features
- Locations show response now includes status, isSubscriptionRegionAccessAllowedForRegular and isSubscriptionRegionAccessAllowedForAz properties
- Added new paramater
MinimalTlsVersion
toUpdate-AzCosmosDBAccount
andNew-AzCosmosDBAccount
. - Added new property
CustomerManagedKeyStatus
toGet-AzCosmosDBAccount
. - Added new parameter
EnablePartitionMerge
toUpdate-AzCosmosDBAccount
andNew-AzCosmosDBAccount
. - Added new parameter
EnablePerRegionPerPartitionAutoscale
toUpdate-AzCosmosDBAccount
andNew-AzCosmosDBAccount
. - Added new parameter
DisableTtl
toRestore-AzCosmosDBAccount
.
Az.NetAppFiles v0.15.1
https://www.powershellgallery.com/packages/Az.NetAppFiles/0.15.1
Version 0.15.1
- Fixed some minor issues
Az 11.4.0
Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/11.4.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:alpine-3.16
- mcr.microsoft.com/azure-powershell:11.4.0-alpine-3.16
- mcr.microsoft.com/azure-powershell:alpine-3.17
- mcr.microsoft.com/azure-powershell:11.4.0-alpine-3.17
- mcr.microsoft.com/azure-powershell:debian-11
- mcr.microsoft.com/azure-powershell:11.4.0-debian-11
- mcr.microsoft.com/azure-powershell:debian-12
- mcr.microsoft.com/azure-powershell:11.4.0-debian-12
- mcr.microsoft.com/azure-powershell:mariner-2
- mcr.microsoft.com/azure-powershell:11.4.0-mariner-2
- mcr.microsoft.com/azure-powershell:mariner-2-arm64
- mcr.microsoft.com/azure-powershell:11.4.0-mariner-2-arm64
- mcr.microsoft.com/azure-powershell:ubi-8
- mcr.microsoft.com/azure-powershell:11.4.0-ubi-8
- mcr.microsoft.com/azure-powershell:ubi-9
- mcr.microsoft.com/azure-powershell:11.4.0-ubi-9
- mcr.microsoft.com/azure-powershell:ubuntu-20.04
- mcr.microsoft.com/azure-powershell:11.4.0-ubuntu-20.04
- mcr.microsoft.com/azure-powershell:ubuntu-22.04
- mcr.microsoft.com/azure-powershell:11.4.0-ubuntu-22.04
11.4.0 - March 2024
Az.Accounts 2.16.0
- Added a preview feature to detect secrets and sensitive information from the output of Azure PowerShell cmdlets to prevent leakage. Enable it by 'Set-AzConfig -DisplaySecretsWarning True'. Learn more at https://go.microsoft.com/fwlink/?linkid=2258844
- Fixed 'CacheDirectory' and 'CacheFile' out-of-sync issue in AzureRmContextSettings.json and the customers are not allowed to change these 2 properties.
- Redirected device code login messages from warning stream to information stream if use device authentication in 'Connect-AzAccount'.
Az.Cdn 3.1.2
- Fixed the case sensitive issue when do preparing migration steps for 'Start-AzFrontDoorCdnProfilePrepareMigration'
Az.Compute 7.1.2
- Fixed 'New-AzVM' when a source image is specified to avoid an error on the 'Version' value.
Az.CosmosDB 1.14.1
- Fixed validation issues in same-account collection/container/graph and database/table/Gremlin restores, affecting the following cmdlets:
- Restore-AzCosmosDBSqlDatabase
- Restore-AzCosmosDBSqlContainer
- Restore-AzCosmosDBMongoDBDatabase
- Restore-AzCosmosDBMongoDBCollection
- Restore-AzCosmosDBGremlinDatabase
- Restore-AzCosmosDBGremlinGraph
- Restore-AzCosmosDBTable
- Upgraded SDK 'Azure.Security.KeyVault.Keys' TO 4.6.0-beta.1.
- Added breaking change message for ListConnectionStrings changes
Az.DataFactory 1.18.2
- Supported Snowflake V2 in ADF
Az.KeyVault 5.2.1
- Supported 'HsmPlatform' in 'KeyAttributes'.
Az.LogicApp 1.5.1
- Removed the *.deps.json file that caused false positive security alerts. [#23603]
Az.Monitor 5.1.0
- Added support for the Metric Data Plane
Az.RedisCache 1.9.0
- Upgraded API version to 2023-08-01
- Added support for flush operation
- Added support for update channels
- Added support for Microsoft Entra Authentication
Az.Resources 6.16.0
- Added breaking change warnings for Azure Policy cmdlets.
- Added 'AuxTenant' parameter in 'New-AzResourceGroupDeployment'to support cross-tenant deployment.
- Fixed bug with custom types and deployments whatif. [#13245]
- Fixed bug with nullable array parameters & outputs.
- Fixed bug with TemplateParameterUri not downloading parameters correctly.
Az.Security 1.6.0
- Added new cmdlets for Security Connectors
- Added new cmdlets for ApiCollections Security
Az.StackHCI 2.3.1
- Updated 'Set-AzStackHCI' to use HTTP PATCH for updating cluster resource instead of HTTP PUT and to only send updated properties.
Az.StackHCIVM 1.0.1
- Reported image download progress
Az.Storage 6.1.2
- Fixed parser logic when downloading blob from managed disk account with Sas Uri and bearer token on Linux and MacOS
- 'Get-AzStorageBlobContent'
- Added warning messages for upcoming breaking changes in Queue cmdlets for removing references to 'Microsoft.Azure.Storage.Queue'
- 'New-AzStorageQueue'
- 'Get-AzStorageQueue'
- 'New-AzStorageQueueSASToken'
- Added warning messages for an upcoming breaking change when uploading a file using SAS token without read permission
- 'Set-AzStorageFileContent'
- Added warning messages for an upcoming breaking change when upgrading a Storage account to StorageV2
- 'Set-AzStorageAccount'
SHA256 Hashes of the release artifacts
- Az-Cmdlets-11.4.0.38336.tar.gz
- 166D03A4D6D254495864066D0EEC7D604C26DA39DB2248D8A6516C2F420DDE1A
Az.DesktopVirtualization v5.2.0-preview
https://www.powershellgallery.com/packages/Az.DesktopVirtualization/5.2.0-preview
Version 5.2.0-preview
- Generated cmdlets of api version 2023-11-01-preview. Includes support for the following operations:
Get-ActiveSessionHostConfiguration
Create-SessionHostConfiguration
Get-SessionHostConfiguration
Update-SessionHostConfiguration
Get-SessionHostConfigurationOperationStatus
Create-SessionHostManagement
Get-SessionHostManagement
Update-SessionHostManagement
Get-SessionHostManagementOperationStatus
Invoke-ControlSessionHostUpdate
Invoke-InitiateSessionHostUpdate
Az 11.3.1
Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/11.3.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:alpine-3.16
- mcr.microsoft.com/azure-powershell:11.3.1-alpine-3.16
- mcr.microsoft.com/azure-powershell:alpine-3.17
- mcr.microsoft.com/azure-powershell:11.3.1-alpine-3.17
- mcr.microsoft.com/azure-powershell:debian-11
- mcr.microsoft.com/azure-powershell:11.3.1-debian-11
- mcr.microsoft.com/azure-powershell:debian-12
- mcr.microsoft.com/azure-powershell:11.3.1-debian-12
- mcr.microsoft.com/azure-powershell:mariner-2
- mcr.microsoft.com/azure-powershell:11.3.1-mariner-2
- mcr.microsoft.com/azure-powershell:mariner-2-arm64
- mcr.microsoft.com/azure-powershell:11.3.1-mariner-2-arm64
- mcr.microsoft.com/azure-powershell:ubi-8
- mcr.microsoft.com/azure-powershell:11.3.1-ubi-8
- mcr.microsoft.com/azure-powershell:ubi-9
- mcr.microsoft.com/azure-powershell:11.3.1-ubi-9
- mcr.microsoft.com/azure-powershell:ubuntu-20.04
- mcr.microsoft.com/azure-powershell:11.3.1-ubuntu-20.04
- mcr.microsoft.com/azure-powershell:ubuntu-22.04
- mcr.microsoft.com/azure-powershell:11.3.1-ubuntu-22.04
Release Notes
General
- Fixed a signature issue that blocked update of Az
Az.Resources
- Fixed deadlock in Bicep CLI execution. [#24133]
SHA256 Hashes of the release artifacts
- Az-Cmdlets-11.3.1.38271.tar.gz
- 5F064E7FF89798212DFD3C93123480064C78F27728210B86C20CFB93B7955564