Azure PowerShell v9.2.0 Release Notes
Release Date: 2022-12-01 // almost 2 years ago-
Az.Accounts
- ๐ Enabled caching tokens when logging in with a client assertion. This fixed the incorrectly short lifespan of tokens.
- โฌ๏ธ Upgraded target framework of Microsoft.Identity.Client to net461 [#20189]
- Stored 'ServicePrincipalSecret' and 'CertificatePassword' into 'AzKeyStore'.
- โก๏ธ Updated the reference of Azure PowerShell Common to 1.3.67-preview.
Az.Aks
- โฌ๏ธ Bumped API version to 2022-09-01
- โ Added parameter '-NodeOsSKU' for 'New-AzAksCluster' and parameter '-OsSKU' for 'New-AzAksNodePool'
- โ Added parameter '-Mode' for 'New-AzAksNodePool' and 'Update-AzAksNodePool'
- โ Added property '-NodeImageVersion' for the output of 'Get-AzAksNodePool'[#19893]
- โ Added parameter '-NodePoolLabel' for 'Set-AzAksCluster', '-NodeLabel' for 'New-AzAksNodePool' and 'Update-AzAksNodePool'
- โ Added parameter '-NodePoolTag' for 'New-AzAksCluster' and 'Set-AzAksCluster', '-Tag' for 'New-AzAksNodePool' and 'Update-AzAksNodePool'
Az.ApplicationInsights
- ๐ Supported Workbook function. Below is the new cmdlet
- 'Get-AzApplicationInsightsMyWorkbook'
- 'Get-AzApplicationInsightsWorkbook'
- 'Get-AzApplicationInsightsWorkbookRevision'
- 'Get-AzApplicationInsightsWorkbookTemplate'
- 'New-AzApplicationInsightsMyWorkbook'
- 'New-AzApplicationInsightsWorkbook'
- 'New-AzApplicationInsightsWorkbookTemplate'
- 'New-AzApplicationInsightsWorkbookTemplateGalleryObject'
- 'Remove-AzApplicationInsightsMyWorkbook'
- 'Remove-AzApplicationInsightsWorkbook'
- 'Remove-AzApplicationInsightsWorkbookTemplate'
- 'Update-AzApplicationInsightsMyWorkbook'
- 'Update-AzApplicationInsightsWorkbook'
- 'Update-AzApplicationInsightsWorkbookTemplate'
Az.Compute
- ๐ Fixed issue found for 'Set-AzVmssVMRunCommand' [#19985]
- ๐ Fixed 'Get-AzVm' cmdlet when parameter '-Status' is provided, return property 'OsName', 'OsVersion' and 'HyperVGeneration'
- ๐ Fixed 'New-AzVM' cmdlet when creating VM with bootdiagnostic storage causes exception 'Kind' cannot be null.
Az.CosmosDB
- โ Added support for Cosmos DB Service related cmdlets.
Az.DataFactory
- โก๏ธ Updated ADF .Net SDK version to 8.0.0
Az.DataProtection
- ๐ Fixed spacing issues in Set-AzDataProtectionMSIPermission.ps1
Az.EventHub
- โ Added NamespaceV2 cmdlets for EventHub
Az.KeyVault
- ๐ Fixed certificate export parameter issue in 'Add-AzKeyVaultKey' [#19623]
- ๐ Fixed CertificateString decoding issue in 'Import-AzKeyVaultCertificate'
- ๐ Shifted the location of key CVM release policy to GitHub [#19984]
- โ Added fallback logic (reading default CVM policy from a local copy) if fetching default CVM Policy from GitHub failed.
Az.Monitor
- ๐ Fixed bug for 'New-AzActivityLogAlert' and 'Update-AzActivityLogAlert' [#19927]
Az.Network
- โ Added optional parameters 'CustomBlockResponseStatusCode' and 'CustomBlockResponseBody' parameter to 'AzApplicationGatewayFirewallPolicySettings'
- โ Added a new cmdlet to get the application gateway waf manifest and rules
- 'Get-AzApplicationGatewayWafDynamicManifest'
Az.RecoveryServices
- โ Added support for passing DiskEncryptionSetId for Cross region restore
- ๐ Fixed the pagination bug in 'Get-AzRecoveryServicesAsrProtectableItem' for the V2ARCM scenario.
- ๐ Fixed 'IncludeDiskId' property for 'New-ASRReplicationProtectedItem' cmdlet of H2A
Az.Resources
- โ Added cmdlet 'Get-AzADOrganization'
- ๐ Fixed 'Set-AzPolicySetDefinition' InternalServerError when the initiative is too large [#20238]
Az.ServiceBus
- โ Added NamespaceV2 cmdlets for ServiceBus.
๐ฆ Az.SignalR
- โก๏ธ Updated to API version 2022-08-01-preview
- Added support for custom domain. Added new cmdlets New-AzWebPubSubCustomCertificate, Get-AzWebPubSubCustomCertificate, Remove-AzWebPubSubCustomCertificate, New-AzWebPubSubCustomDomain, Get-AzWebPubSubCustomDomain, Remove-AzWebPubSubCustomDomain.
- Added support for event listeners in hub settings. Added new cmdlets New-AzWebPubSubEventHubEndpointObject, New-AzWebPubSubEventNameFilterObject.
Az.StackHCI
- Enabled system-assigned identity on HCI cluster resource registration and repair registration flow.
- โ Added error message in the command Register-AzStackHCI if Arc is not enabled.
- โ Added default region confirmation prompt if the region is not mentioned in the command Register-AzStackHCI.
- โ Added general logging improvements.
- โ Added logic that skipping the Arc SPN permission check in Register-AzStackHCI if a customer doesn't have the required permissions to read Arc SPN credential.
- โ Added deprecation message for the command Test-AzStackHCIConnection. Customers can use Invoke-AzStackHciConnectivityValidation from the module AzStackHCI.EnvironmentChecker for connectivity verification tests.
Az.Storage
- ๐ Supported MaxPageSize, Include, and Filter parameters for listing encryption scopes
- 'Get-AzStorageEncryptionScope'
- ๐ Supported excludePrefix, includeDeleted, and many new schema fields in Blob Inventory
- 'New-AzStorageBlobInventoryPolicyRule'
Az.Synapse
- โ Added breaking change message for '-SparkConfigFilePath'. It will be deprecated around the middle of December.
- โก๏ธ Updated 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' to support for setting spark pool configuration artifact by '-SparkCongifuration'. '-SparkCongifuration' is an alternative of parameter '-SparkConfigFilePath'.
Az.Websites
- โ Added Tag parameter for 'New-AzWebApp' and 'New-AzWebAppSlot'
- ๐ Fixed 'Set-AzWebApp' and 'Set-AZWebAppSlot' to rethrow exception when Service Principal/User doesn't have permission to list web app configuration. [#19942]
Thanks to our community contributors
- @Ajay1250, The example was using the wrong command (#20237)
- Hiroshi Yoshioka (@hyoshioka0128), Typo "resouce"โ"resource" (#20321)
- โก๏ธ Mats Estensen (@matsest), [Az.Tools.Installer]: Updates for a new minor/patch version (#20022)
- โ๏ธ Matthew Burleigh (@mburleigh), fix typos (#20020)
- Mo Zaatar (@mzaatar), Change letter case in example of New-AzStorageBlobSASToken (#20018)
- โก๏ธ @patchin404, Updates Enable-AzCdnCustomDomainCustomHttps Doc (#20165)
- โก๏ธ Robin Malik (@robinmalik), Update New-AzADAppCredential.md (#20317)
- ๐ @SherrySahni, container name not supported with upper case (#20012)
- @sushil490023, Adding PS Cmdlets for Azure Automation Python3 operation (#19598)
- Thomas Pike (@thwpike), Typo Fix (#20087)
Previous changes from v9.1.1
-
Az.Aks
- โฌ๏ธ Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
Az.ApiManagement
- โฌ๏ธ Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
Az.Compute
- โฌ๏ธ Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
๐ง Az.Maintenance
- โฌ๏ธ Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
Az.Monitor
- โฌ๏ธ Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
Az.Network
- โฌ๏ธ Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
Az.RecoveryServices
- โฌ๏ธ Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
Az.Resources
- โฌ๏ธ Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]