azure-powershell

Microsoft Azure PowerShell

OTHER License

Stars
4.1K
Committers
1.7K

Bot releases are hidden (Show)

azure-powershell - Az 10.0.0

Published by isra-fel over 1 year ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/10.0.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-22.04
  • mcr.microsoft.com/azure-powershell:10.0.0-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:10.0.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:10.0.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:10.0.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:10.0.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:10.0.0-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:10.0.0-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:10.0.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:10.0.0-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:10.0.0-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-10.0.0.37310.tar.gz
    • D7E4CEADF501A9CD91AE73EC36424F88BA2EA5354314346E08E52D77BB344626

10.0.0 - June 2023

Az.Accounts 2.12.3

  • Updated System.Security.Permissions to 4.7.0.

Az.Aks 5.5.0

  • Fixed the issue of 'Enable-AzAksAddon' when there are no addons. [#21665]
  • Added parameter '-EnableAHUB' for 'New-AzAksCluster' and 'Set-AzAksCluster'
  • Added parameter '-WindowsProfileAdminUserPassword' for 'Set-AzAksCluster'

Az.Billing 2.0.2

  • Fixed skip token for Consumption PriceSheet cmdlet

Az.Cdn 3.0.0

  • Upgraded API version to 2022-11-01-preview
  • Added support to migrate from Azure Front Door (classic) to Azure Front Door Standard and Premium.
  • Added support for AFDX upgrade from Standard tier to Premium tier.

Az.Compute 6.0.0

  • Added new switch parameter 'OSImageScheduledEventEnabled' and string parameter 'OSImageScheduledEventNotBeforeTimeoutInMinutes' to the cmdlets 'New-AzVmssConfig' and 'Update-AzVmss'.
  • Fixed an issue that 'Add-AzVhd' throws 'FileNotFoundException' on Windows PowerShell. [#21321]
  • Removed the 'NextLink' parameter and parameter set from the 'Get-AzVM' cmdlet.

Az.ContainerRegistry 4.0.0

  • Updated module to autorest based

Az.CosmosDB 1.11.0

  • Added support for Continuous 7 Days backup mode.
  • Added new parameter 'EnablePartitionMerge' to 'Update-AzCosmosDBAccount' and 'New-AzCosmosDBAccount'.

Az.Databricks 1.5.1

  • Fixed an issue that 'Update-AzDatabricksWorkspace' doesn't work as expected while enabling encryption. [#21324]

Az.DataProtection 2.0.0

  • Added support for Blob Hardened recovery points (VaultStore).
  • Added Cross Subscription Restore for 'AzureDisk', 'AzureDatabaseForPostgreSQL' and 'AzureBlob'.
  • Added 'Get-AzDataProtectionOperationStatus' command for long running cmdlets async.

Az.DesktopVirtualization 4.0.0

  • Upgraded API version to 2022-09-09
  • Added cmdlet:
    • 'Get-AzWvdScalingPlanPooledSchedule'
    • 'New-AzWvdScalingPlanPooledSchedule'
    • 'Remove-AzWvdScalingPlanPooledSchedule'
    • 'Update-AzWvdScalingPlanPooledSchedule'
  • Added parameters 'pageSize', 'isDescending' and 'initialSkip' to:
    • 'Get-AzWvdApplication'
    • 'Get-AzWvdApplicationGroup'
    • 'Get-AzWvdDesktop'
    • 'Get-AzWvdHostPool'
    • 'Get-AzWvdMsixPackage'
    • 'Get-AzWvdScalingPlan'
    • 'Get-AzWvdSessionHost'
    • 'Get-AzWvdStartMenuItem'
    • 'Get-AzWvdUserSession'
    • 'Get-AzWvdWorkspace'
  • Added parameters 'AgentUpdateMaintenanceWindow', 'AgentUpdateMaintenanceWindowTimeZone', 'AgentUpdateType', 'AgentUpdateUseSessionHostLocalTime' to:
    • 'New-AzWvdHostPool'
    • 'Update-AzWvdHostPool'
  • Added parameter 'FriendlyName' to:
    • 'New-AzWvdHostPool'
    • 'Update-AzWvdHostPool'
    • 'Update-AzWvdSessionHost'

Az.EventHub 4.0.0

  • Aliased 'New-AzEventHubNamespace', 'Remove-AzEventHubNamespace', 'Set-AzEventHubNamespace', 'Get-AzEventHubNamespace' with 'New-AzEventHubNamespaceV2', 'Remove-AzEventHubNamespaceV2', 'Set-AzEventHubNamespaceV2', 'Get-AzEventHubNamespaceV2' respectively
  • Replaced 'New-AzEventHubEncryptionConfig' by 'New-AzEventHubKeyVaultPropertiesObject'

Az.HDInsight 6.0.0

  • Breaking Change:
    • Removed the parameter '-RdpAccessExpiry' which has been marked as deprecated for a long time from cmdlet 'New-AzHDInsightCluster'
    • Removed the parameter '-RdpCredential' which has been marked as deprecated for a long time from cmdlet 'New-AzHDInsightCluster'

Az.KeyVault 4.10.0

  • Added breaking change announcement for parameter 'SoftDeleteRetentionInDays' in 'New-AzKeyVaultManagedHsm'. The parameter 'SoftDeleteRetentionInDays' is becoming mandatory
    • This change will take effect on version 6.0.0
  • Changed the encoding way from a string into byte array in 'Invoke-AzKeyVaultKeyOperation' from ASCII to UTF8. UTF8 is backward-compatible with ASCII. [#21269]
  • Bug fix: Changed the decoding way from byte array into a string from system default encoding to UTF8 to match encoding way. [#21269]
  • Added parameter 'PolicyPath' and 'PolicyObject' in 'Import-AzKeyVaultCertificate' to support custom policy [#20780]

Az.MachineLearningServices 1.0.0

  • General availability for module Az.MachineLearningServices

Az.Monitor 4.5.0

  • Added cmdlets for monitor workspace:
    • 'Get-AzMonitorWorkspace'
    • 'New-AzMonitorWorkspace'
    • 'Update-AzMonitorWorkspace'
    • 'Remove-AzMonitorWorkspace'

Az.Network 6.0.0

  • Added new cmdlets for RouteMap child resource of VirtualHub.
    -'Get-AzRouteMap'
    -'New-AzRouteMapRuleCriterion'
    -'New-AzRouteMapRuleActionParameter'
    -'New-AzRouteMapRuleAction'
    -'New-AzRouteMapRule'
    -'New-AzRouteMap'
    -'Set-AzRouteMap'
    -'Remove-AzRouteMap'
  • Updated cmdlets to add inbound/outbound route maps in routingConfiguration
    -'New-AzRoutingConfiguration'
  • Added the command 'New-AzFirewallPolicyApplicationRuleCustomHttpHeader'
  • Added the method 'AddCustomHttpHeaderToInsert' to 'PSAzureFirewallPolicyApplicationRule'
  • Added new cmdlets to support Rate Limiting Rule for Application Gateway WAF
    • 'New-AzApplicationGatewayFirewallCustomRuleGroupByUserSession',
    • 'New-AzApplicationGatewayFirewallCustomRuleGroupByVariable',
    • Also updated cmdlet to add the property of 'RateLimitDuration', 'RateLimitThreshold' and 'GroupByUserSession'
    • 'New-AzureApplicationGatewayFirewallCustomRule'
  • Added support of 'AdditionalNic' Property in 'New-AzNetworkVirtualAppliance'
  • Added the new cmdlet for supporting 'AdditionalNic' Property
    • 'New-AzVirtualApplianceAdditionalNicProperty'
  • Added new cmdlets to support Log Scrubbing Feature for Application Gateway WAF Firewall Policy
    • 'New-AzApplicationGatewayFirewallPolicyLogScrubbingConfiguration',
    • 'New-AzApplicationGatewayFirewallPolicyLogScrubbingRule',
    • Also updated cmdlet to add the property of 'LogScrubbing'
    • 'New-AzApplicationGatewayFirewallPolicySetting'
  • Onboarded 'Microsoft.HardwareSecurityModules/cloudHsmClusters' to private link cmdlets
  • Updated cmdlet to add the property of 'DisableRequestBodyEnforcement', 'RequestBodyInspectLimitInKB' and 'DisableFileUploadEnforcement'
    • 'New-AzApplicationGatewayFirewallPolicySetting'
  • Added optional property 'AuxiliarySku' to cmdlet 'New-AzNetworkInterface' to help choose performance on an 'AuxiliaryMode' enabled Network Interface.
  • Added a new value 'AcceleratedConnections' for existing property 'AuxiliaryMode' for 'New-AzNetworkInterface'
  • Added new cmdlets to get virtual hub effective routes and in/outbound routes
    • 'Get-AzVHubEffectiveRoute'
    • 'Get-AzVHubInboundRoute'
    • 'Get-AzVHubOutboundRoute'

Az.RedisEnterpriseCache 1.2.0

  • Upgraded API version to 2023-03-01-preview

Az.Relay 2.0.0

  • Updated API version to 2021-11-01

Az.Resources 6.7.0

  • Added parameter '-CountVariable' for list operations, 'odataCount' can now be assigned to this variable [#20982]
    • 'Get-AzADApplication'
    • 'Get-AzADServicePrincipal'
    • 'Get-AzADUser'
    • 'Get-AzADGroup'
  • Supported polymorphism for 'Get-AzADGroupMember', output of this cmdlet was now 'Application' 'ServicePrincipal', 'User' and 'Group' based on the 'odataType' [#19728]
  • Added '-Force' parameter on 'Publish-AzBicepModule' for supporting overwriting existing modules.
  • Fixed 'New-AzADApplication' when multiple redirect url types were provided. [#21108]
  • Fixed 'Update-AzADServicePrincipal' when empty array passed for 'IdentifierUri' [#21345]
  • Fixed an issue where location header was missing in the response from the service for 'New-AzManagedApplication'.
  • Fixed 'Get-AzResourceGroup' ignored the subscription ID in '-Id' [#21725]

Az.ServiceBus 3.0.0

  • Aliased 'New-AzServiceBusNamespace', 'Remove-AzServiceBusNamespace', 'Set-AzServiceBusNamespace', 'Get-AzServiceBusNamespace' with 'New-AzServiceBusNamespaceV2', 'Remove-AzServiceBusNamespaceV2', 'Set-AzServiceBusNamespaceV2', 'Get-AzServiceBusNamespaceV2' respectively.
  • Replaced 'New-AzServiceBusEncryptionConfig' by 'New-AzServiceBusKeyVaultPropertiesObject'

Az.ServiceFabric 3.2.0

  • Added new cmdlet 'Add-AzServiceFabricManagedClusterNetworkSecurityRule' to update network security rules in managed cluster resource

Az.SignalR 2.0.0

  • Breaking change:
    • Removed 'HostNamePrefix' property of output type 'PSSignalRResource' of following cmdlets:
      • 'Get-AzSignalR'
      • 'New-AzSignalR'
      • 'Update-AzSignalR'

Az.Sql 4.7.0

  • Added new cmdlets 'Get-AzSqlInstanceDatabaseLedgerDigestUpload', 'Disable-AzSqlInstanceDatabaseLedgerDigestUpload', and 'Enable-AzSqlInstanceDatabaseLedgerDigestUpload'
  • Added 'EnableLedger' parameter to 'New-AzSqlInstanceDatabase'
  • Added 'PreferredEnclaveType' parameter to 'NewAzureSqlElasticPool' and 'SetAzureSqlElasticPool' cmdlet

Az.SqlVirtualMachine 2.0.0

  • Converted Az.SqlVirtualMachine to autorest-based module.

Az.StackHCI 2.0.0

  • Made Region parameter mandatory in 'Register-AzStackHCI' cmdlet.
  • Removed EnableAzureArcServer parameter from 'Register-AzStackHCI' cmdlet.
  • Removed 'Test-AzStackHCIConnection' cmdlet. Customers can use 'Invoke-AzStackHciConnectivityValidation' from AzStackHCI.EnvironmentChecker module for enhanced connectivity verification tests.
  • Added support for Managed Service identity (MSI) in Azure China Cloud.
  • Added support for Mandatory extensions, for OS versions starting 23H2.
  • Added parameter validations for 'Register-AzStackHCI' cmdlet.
  • Improved Error logging in Registration and Unregistration.

Az.Storage 5.7.0

  • Fixed issue of getting a single blob with leading slashes
    • 'Get-AzStorageBlob'
  • Supported setting CORS rules in management plane cmdlets
    • 'Update-AzStorageBlobServiceProperty'
    • 'Update-AzStorageFileServiceProperty'
  • Fixed an issue of 'StorageAccountName' field in context object when the context is invalid
    • 'New-AzStorageContext'
  • Fixed an issue when a context does not have Credentials field
  • Added '' to be a valid container name

Az.StorageSync 2.0.0

  • Deprecated 'RegisteredServer' alias for InputObject parameter for Set-AzStorageSyncServerEndpoint

Az.Synapse 3.0.0

  • Removed the unnecessary breaking change of parameter '-SparkConfigFilePath' for 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' cmdlets

Az.Websites 3.0.0

  • Removed 'New-AzWebAppContainerPSSession' and 'Enter-AzWebAppContainerPSSession' cmdlets

Known Issues

  • We have identified an issue when executing the following cmdlets from Az.Cdn module. We are working on a hotfix as soon as possible.
    • Update-AzFrontDoorCdnProfile
    • Remove-AzCdnProfile
    • Remove-AzFrontDoorCdnProfile
    • Update-AzCdnProfile
    • Start-AzFrontDoorCdnProfilePrepareMigration

Thanks to our community contributors

  • Gitanjali Verma (@gitanjali1993), Update Set-AzApplicationGatewayBackendAddressPool.md (#21458)
  • Jeremiah Mathers (@jeremiahmathers), Update Set-AzApplicationGatewayConnectionDraining.md (#21601)
  • Morris Janatzek (@morrisjdev), Added PackageAction Set for Update-AzSynapseSparkPool to support removing and adding packages in one action (#21579)
  • Adam Myatt (@myatt83)
    • Update Set-AzNetworkManagerSubscriptionConnection.md (#21621)
    • Update Get-AzApiManagementAuthorizationServerClientSecret.md (#21619)
  • Noah Koontz (@prototypicalpro)
    • Regenerate help for Az.Network (#21533)
    • feat: add autoscale support for virtual hub and update network formatting (#21518)
  • Simon Wåhlin (@SimonWahlin), Add -Force parameter on Publish-AzBicepModule (#21713)
  • Steve Matney (@stevematney), Fix typo in Update-AzWebAppTrafficRouting.md (#21667)
azure-powershell - Az 10.0.0 RC1

Published by isra-fel over 1 year ago

This is the first release candidate of the upcoming Az 10.0.0 release.

Downloads

Release Notes

Az.Accounts 2.12.3

  • Updated System.Security.Permissions to 4.7.0.

Az.Aks 5.5.0

  • Fixed the issue of 'Enable-AzAksAddon' when there are no addons. [#21665]

  • Added parameter '-EnableAHUB' for 'New-AzAksCluster' and 'Set-AzAksCluster'

  • Added parameter '-WindowsProfileAdminUserPassword' for 'Set-AzAksCluster'

Az.Billing 2.0.2

  • Fixed skip token for Consumption PriceSheet cmdlet

Az.Compute 6.0.0

  • Added new switch parameter 'OSImageScheduledEventEnabled' and string parameter 'OSImageScheduledEventNotBeforeTimeoutInMinutes' to the cmdlets 'New-AzVmssConfig' and 'Update-AzVmss'.

  • Fixed an issue that 'Add-AzVhd' throws 'FileNotFoundException' on Windows PowerShell. [#21321]

  • Removed the 'NextLink' parameter and parameter set from the 'Get-AzVM' cmdelt.

Az.CosmosDB 1.11.0

  • Added support for Continuous 7 Days backup mode.

  • Added new parameter 'EnablePartitionMerge' to 'Update-AzCosmosDBAccount' and 'New-AzCosmosDBAccount'.

Az.Databricks 1.5.1

  • Fixed an issue that 'Update-AzDatabricksWorkspace' doesn't work as expected while enabling encryption. [#21324]

Az.DataProtection 2.0.0

  • Added support for Blob Hardened recovery points (VaultStore).

  • Added Cross Subscription Restore for 'AzureDisk', 'AzureDatabaseForPostgreSQL' and 'AzureBlob'.

  • Added 'Get-AzDataProtectionOperationStatus' command for long running cmdlets async.

Az.DesktopVirtualization 4.0.0

  • Upgraded API version to 2022-09-09

  • Added cmdlet:

    • 'Get-AzWvdScalingPlanPooledSchedule'

    • 'New-AzWvdScalingPlanPooledSchedule'

    • 'Remove-AzWvdScalingPlanPooledSchedule'

    • 'Update-AzWvdScalingPlanPooledSchedule'

  • Added parameters 'pageSize', 'isDescending' and 'initialSkip' to:

    • 'Get-AzWvdApplication'

    • 'Get-AzWvdApplicationGroup'

    • 'Get-AzWvdDesktop'

    • 'Get-AzWvdHostPool'

    • 'Get-AzWvdMsixPackage'

    • 'Get-AzWvdScalingPlan'

    • 'Get-AzWvdSessionHost'

    • 'Get-AzWvdStartMenuItem'

    • 'Get-AzWvdUserSession'

    • 'Get-AzWvdWorkspace'

  • Added parameters 'AgentUpdateMaintenanceWindow', 'AgentUpdateMaintenanceWindowTimeZone', 'AgentUpdateType', 'AgentUpdateUseSessionHostLocalTime' to:

    • 'New-AzWvdHostPool'

    • 'Update-AzWvdHostPool'

  • Added parameter 'FriendlyName' to:

    • 'New-AzWvdHostPool'

    • 'Update-AzWvdHostPool'

    • 'Update-AzWvdSessionHost'

Az.EventHub 4.0.0

  • Aliased 'New-AzEventHubNamespace', 'Remove-AzEventHubNamespace', 'Set-AzEventHubNamespace', 'Get-AzEventHubNamespace' with 'New-AzEventHubNamespaceV2', 'Remove-AzEventHubNamespaceV2', 'Set-AzEventHubNamespaceV2', 'Get-AzEventHubNamespaceV2' respectively

  • Replaced 'New-AzEventHubEncryptionConfig' by 'New-AzEventHubKeyVaultPropertiesObject'

Az.HDInsight 6.0.0

  • Breaking Change:

    • Removed the parameter '-RdpAccessExpiry' which has been marked as deprecated for a long time from cmdlet 'New-AzHDInsightCluster'

    • Removed the parameter '-RdpCredential' which has been marked as deprecated for a long time from cmdlet 'New-AzHDInsightCluster'

Az.KeyVault 4.10.0

  • Added breaking change announcement for parameter 'SoftDeleteRetentionInDays' in 'New-AzKeyVaultManagedHsm'. The parameter 'SoftDeleteRetentionInDays' is becoming mandatory

    • This change will take effect on version 6.0.0
  • Changed the encoding way from a string into byte array in 'Invoke-AzKeyVaultKeyOperation' from ASCII to UTF8. UTF8 is backward-compatible with ASCII. [#21269]

  • Bug fix: Changed the decoding way from byte array into a string from system default encoding to UTF8 to match encoding way. [#21269]

  • Added parameter 'PolicyPath' and 'PolicyObject' in 'Import-AzKeyVaultCertificate' to support custom policy [#20780]

Az.Migrate 2.2.0

  • Added support for Windows Server OS upgrade while migrating the server to Azure using Azure Migrate

  • Added fix for keyvault SPN Id coming as null for some users

Az.Monitor 4.5.0

  • Added cmdlets for monitor workspace:

    • 'Get-AzMonitorWorkspace'

    • 'New-AzMonitorWorkspace'

    • 'Update-AzMonitorWorkspace'

    • 'Remove-AzMonitorWorkspace'

Az.Network 6.0.0

  • Added new cmdlets for RouteMap child resource of VirtualHub.

    -'Get-AzRouteMap'

    -'New-AzRouteMapRuleCriterion'

    -'New-AzRouteMapRuleActionParameter'

    -'New-AzRouteMapRuleAction'

    -'New-AzRouteMapRule'

    -'New-AzRouteMap'

    -'Set-AzRouteMap'

    -'Remove-AzRouteMap'

  • Updated cmdlets to add inbound/outbound route maps in routingConfiguration

    -'New-AzRoutingConfiguration'

  • Added the command 'New-AzFirewallPolicyApplicationRuleCustomHttpHeader'

  • Added the method 'AddCustomHttpHeaderToInsert' to 'PSAzureFirewallPolicyApplicationRule'

  • Added new cmdlets to support Rate Limiting Rule for Application Gateway WAF

    • 'New-AzApplicationGatewayFirewallCustomRuleGroupByUserSession',

    • 'New-AzApplicationGatewayFirewallCustomRuleGroupByVariable',

    • Also updated cmdlet to add the property of 'RateLimitDuration', 'RateLimitThreshold' and 'GroupByUserSession'

    • 'New-AzureApplicationGatewayFirewallCustomRule'

  • Added support of 'AdditionalNic' Property in 'New-AzNetworkVirtualAppliance'

  • Added the new cmdlet for supporting 'AdditionalNic' Property

    • 'New-AzVirtualApplianceAdditionalNicProperty'
  • Added new cmdlets to support Log Scrubbing Feature for Application Gateway WAF Firewall Policy

    • 'New-AzApplicationGatewayFirewallPolicyLogScrubbingConfiguration',

    • 'New-AzApplicationGatewayFirewallPolicyLogScrubbingRule',

    • Also updated cmdlet to add the property of 'LogScrubbing'

    • 'New-AzApplicationGatewayFirewallPolicySetting'

  • Onboarded 'Microsoft.HardwareSecurityModules/cloudHsmClusters' to private link cmdlets

  • Updated cmdlet to add the property of 'DisableRequestBodyEnforcement', 'RequestBodyInspectLimitInKB' and 'DisableFileUploadEnforcement'

    • 'New-AzApplicationGatewayFirewallPolicySetting'
  • Added optional property 'AuxiliarySku' to cmdlet 'New-AzNetworkInterface' to help choose performance on an 'AuxiliaryMode' enabled Network Interface.

  • Added a new value 'AcceleratedConnections' for existing property 'AuxiliaryMode' for 'New-AzNetworkInterface'

Az.RedisEnterpriseCache 1.2.0

  • Upgraded API version to 2023-03-01-preview

Az.Relay 2.0.0

  • Updated API version to 2021-11-01

Az.Resources 6.7.0

  • Added parameter '-CountVariable' for list operations, 'odataCount' can now be assigned to this variable [#20982]

    • 'Get-AzADApplication'

    • 'Get-AzADServicePrincipal'

    • 'Get-AzADUser'

    • 'Get-AzADGroup'

  • Supported polymorphism for 'Get-AzADGroupMember', output of this cmdlet was now 'Application' 'ServicePrincipal', 'User' and 'Group' based on the 'odataType' [#19728]

  • Added '-Force' parameter on 'Publish-AzBicepModule' for supporting overwriting existing modules.

  • Fixed 'New-AzADApplication' when multiple redirect url types were provided. [#21108]

  • Fixed 'Update-AzADServicePrincipal' when empty array passed for 'IdentifierUri' [#21345]

  • Fixed an issue where location header was missing in the response from the service for 'New-AzManagedApplication'.

  • Fixed 'Get-AzResourceGroup' ignored the subscription ID in '-Id' [#21725]

Az.ServiceBus 3.0.0

  • Aliased 'New-AzServiceBusNamespace', 'Remove-AzServiceBusNamespace', 'Set-AzServiceBusNamespace', 'Get-AzServiceBusNamespace' with 'New-AzServiceBusNamespaceV2', 'Remove-AzServiceBusNamespaceV2', 'Set-AzServiceBusNamespaceV2', 'Get-AzServiceBusNamespaceV2' respectively.

  • Replaced 'New-AzServiceBusEncryptionConfig' by 'New-AzServiceBusKeyVaultPropertiesObject'

Az.ServiceFabric 3.2.0

  • Added new cmdlet 'Add-AzServiceFabricManagedClusterNetworkSecurityRule' to update network security rules in managed cluster resource

Az.SignalR 2.0.0

  • Breaking change:

    • Removed 'HostNamePrefix' property of output type 'PSSignalRResource' of following cmdlets:

      • 'Get-AzSignalR'

      • 'New-AzSignalR'

      • 'Update-AzSignalR'

Az.Sql 4.7.0

  • Added new cmdlets 'Get-AzSqlInstanceDatabaseLedgerDigestUpload', 'Disable-AzSqlInstanceDatabaseLedgerDigestUpload', and 'Enable-AzSqlInstanceDatabaseLedgerDigestUpload'

  • Added 'EnableLedger' parameter to 'New-AzSqlInstanceDatabase'

  • Added 'PreferredEnclaveType' parameter to 'NewAzureSqlElasticPool' and 'SetAzureSqlElasticPool' cmdlet

Az.SqlVirtualMachine 2.0.0

  • Converted Az.SqlVirtualMachine to autorest-based module.

Az.StackHCI 2.0.0

  • Made Region parameter mandatory in 'Register-AzStackHCI' cmdlet.

  • Removed EnableAzureArcServer parameter from 'Register-AzStackHCI' cmdlet.

  • Removed 'Test-AzStackHCIConnection' cmdlet. Customers can use 'Invoke-AzStackHciConnectivityValidation' from AzStackHCI.EnvironmentChecker module for enhanced connectivity verification tests.

  • Added support for Managed Service identity (MSI) in Azure China Cloud.

  • Added support for Mandatory extensions, for OS versions starting 23H2.

  • Added parameter validations for 'Register-AzStackHCI' cmdlet.

  • Improved Error logging in Registration and Unregistration.

Az.Storage 5.7.0

  • Fixed issue of getting a single blob with leading slashes

    • 'Get-AzStorageBlob'
  • Supported setting CORS rules in management plane cmdlets

    • 'Update-AzStorageBlobServiceProperty'

    • 'Update-AzStorageFileServiceProperty'

  • Fixed an issue of 'StorageAccountName' field in context object when the context is invalid

    • 'New-AzStorageContext'
  • Fixed an issue when a context does not have Crendentials field

  • Added '' to be a valid container name

Az.Synapse 3.0.0

  • Removed the unnecessary breaking change of parameter '-SparkConfigFilePath' for 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' cmdlets

Az.Websites 3.0.0

  • Removed 'New-AzWebAppContainerPSSession' and 'Enter-AzWebAppContainerPSSession' cmdlets
azure-powershell - Az.Storage 5.6.2-preview

Published by vidai-msft over 1 year ago

https://www.powershellgallery.com/packages/Az.Storage/5.6.2-preview

Version 5.6.2-preview

  • Removed the API version limitation on File cmdlets
azure-powershell - Az.CosmosDB 2.0.5-preview

Published by msJinLei over 1 year ago

https://www.powershellgallery.com/packages/Az.CosmosDB/2.0.5-preview

Version 2.0.5-preview

  • Added PublicNetworkAccess parameter to Restore-AzCosmosDBAccount.
azure-powershell - Az.Storage 5.6.1-preview

Published by msJinLei over 1 year ago

https://www.powershellgallery.com/packages/Az.Storage/5.6.1-preview

Version 5.6.1-preview

  • Support OAuth authentication on File service cmdlets
    • 'New-AzStorageContext'
    • 'Get-AzStorageFile'
    • 'Get-AzStorageFileContent'
    • 'Get-AzStorageFileCopyState'
    • 'New-AzStorageDirectory'
    • 'Remove-AzStorageDirectory'
    • 'Remove-AzStorageFile'
    • 'Set-AzStorageFileContent'
    • 'Start-AzStorageFileCopy'
    • 'Stop-AzStorageFileCopy'
    • 'Get-AzStorageFileHandle'
    • 'Close-AzStorageFileHandle'
  • Support get a file share object without get share properties. For pipeline to file/directory cmdlets with OAuth authentication.
    • 'Get-AzStorageShare'
azure-powershell - Az.Tools.Prector v1.1.1

Published by msJinLei over 1 year ago

https://www.powershellgallery.com/packages/Az.Tools.Predictor/1.1.1

Version 1.1.1

  • Data collection mechnanism updated
azure-powershell - Az 9.7.1

Published by wyunchi-ms over 1 year ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/9.7.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-22.04
  • mcr.microsoft.com/azure-powershell:9.7.1-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:9.7.1-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:9.7.1-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:9.7.1-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:9.7.1-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:9.7.1-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:9.7.1-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:9.7.1-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:9.7.1-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:9.7.1-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.7.1.37189.tar.gz
    • AA34EC9069391E4C010648324D5AC80A428BA5A7FF0EA0BC50AC735E23FC97FB

9.7.1 - May 2023

Az.DesktopVirtualization 3.1.2

  • Added breaking change warnings

Az.Websites 2.15.1

  • Used AAD Auth instead of Basic Auth for PublishAzureWebApps
azure-powershell - Az 9.7.0

Published by wyunchi-ms over 1 year ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/9.7.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-22.04
  • mcr.microsoft.com/azure-powershell:9.7.0-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:9.7.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:9.7.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:9.7.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:9.7.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:9.7.0-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:9.7.0-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:9.7.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:9.7.0-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:9.7.0-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.7.0.37108.tar.gz
    • 8FA7B283B44C66999B7B4CE0E5D9B9F0DC555929F7ABC089345E5CD39FFC1459

9.7.0 - May 2023

Az.Accounts 2.12.2

  • Fixed 'AzureSynapseAnalyticsEndpointResourceId' of 'USGovernment' environment.
  • Updated Azure.Core to 1.31.0.
  • Updated the reference of Azure PowerShell Common to 1.3.75-preview.

Az.Aks 5.4.0

  • Added cmdlet 'New-AzAksMaintenanceConfiguration', 'Get-AzAksMaintenanceConfiguration', 'Remove-AzAksMaintenanceConfiguration', 'New-AzAksSnapshot', 'Get-AzAksSnapshot', 'Remove-AzAksSnapshot', 'Get-AzAksManagedClusterCommandResult', 'Get-AzAksManagedClusterOSOption', 'Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint', 'Invoke-AzAksAbortAgentPoolLatestOperation', 'Invoke-AzAksAbortManagedClusterLatestOperation', 'Invoke-AzAksRotateManagedClusterServiceAccountSigningKey', 'Start-AzAksManagedClusterCommand', 'New-AzAksTimeInWeekObject', 'New-AzAksTimeSpanObject'.
  • Added parameter '-OutboundType' for 'New-AzAksCluster'
  • Added parameter '-EnableOidcIssuer' for 'New-AzAksCluster' and 'Set-AzAksCluster'
  • Added parameter '-NodePodSubnetID' for 'New-AzAksCluster', '-PodSubnetID' for 'New-AzAksNodePool'

Az.Compute 5.7.1

  • Added a breaking change warning to the 'Get-AzVM' cmdlet to show that the 'NextLink' parameter and parameter set will be removed in June 2023. The parameter has been non-functional for a long time.
  • Updated the breaking change warning in 'New-AzVM' and 'New-AzVmss' regarding using the new versioned image aliases to indicate that certain aliases will be removed next breaking change release.
  • Updated the 'Get-AzVMRunCommand' to include the 'ProvisioningState' value. Fix [#21473]
  • Updated Azure.Core to 1.31.0.

Az.ContainerRegistry 3.0.4

  • Updated Azure.Core to 1.31.0.

Az.CosmosDB 1.10.1

  • Updated Azure.Core to 1.31.0.

Az.KeyVault 4.9.3

  • Added breaking changes for 'Invoke-AzKeyVaultKeyOperation'. The encoded/decoded way between string and bytes in 'Invoke-AzKeyVaultKeyOperation' will change to UTF8.
    • This change will take effect on 5/23/2023
    • The change is expected to take effect from the version 5.0.0
  • Updated Azure.Core to 1.31.0.

Az.LoadTesting 1.0.0

  • General availability of 'Az.LoadTesting' module

Az.Network 5.7.0

  • Onboarded 'Microsoft.HardwareSecurityModules/cloudHsmClusters' to private link cmdlets
  • Fixed the issue for 'Update-AzCustomIpPrefix' that 'NoInternetAdvertise' will should be set to false if not provided

Az.PolicyInsights 1.6.1

  • Updated Azure.Core to 1.31.0.

Az.PowerBIEmbedded 1.2.1

  • Added deprecate warning message for workspace collection cmdlets

Az.RecoveryServices 6.4.0

  • Added support for updating CrossSubscriptionRestoreState of the vault
  • Added Cross subscription restore support for workload type MSSQL

Az.Resources 6.6.1

  • Added support for Azure resources deployment with parameters file using Bicep parameters syntax

Az.Sql 4.6.0

  • Added new cmdlets for managing server configuration options
    • 'Set-AzSqlServerConfigurationOption'
    • 'Get-AzSqlServerConfigurationOption'

Az.Storage 5.6.0

  • Supported rename file and directory
    • 'Rename-AzStorageFile'
    • 'Rename-AzStorageDirectory'
  • Added a warning message for an upcoming breaking change when getting a single blob
    • 'Get-AzStorageBlob'
  • Fixed the issue of listing blobs with leading slashes
    • 'Get-AzStorageBlob'
  • Added support for sticky bit
    • 'New-AzDataLakeGen2Item'
    • 'New-AzDataLakeGen2ACLObject'
    • 'Update-AzDataLakeGen2Item'
  • Added warning messages for an upcoming cmdlet breaking change
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Allowed to clear blob tags on a blob
    • 'Set-AzStorageBlobTag'
  • Updated Azure.Core to 1.31.0

Az.Synapse 2.3.1

  • Updated Azure.Core to 1.31.0.

Az.Websites 2.15.0

  • Fixed Tag parameter issues with ASE for 'New-AzWebApp'

Thanks to our community contributors

  • @geologyrocks
    • Update IsCustom property on example role defintion (#21514)
    • Fix Assignment/Definition typo in Output (#21442)
azure-powershell - Az 9.6.0

Published by VeryEarly over 1 year ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/9.6.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-22.04
  • mcr.microsoft.com/azure-powershell:9.6.0-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:9.6.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:9.6.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:9.6.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:9.6.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:9.6.0-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:9.6.0-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:9.6.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:9.6.0-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:9.6.0-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.6.0.37108.tar.gz
    • EE109D9BA86BA096D7B8C2053B80AE9194504D4E69F9C6580D2B1FD8E85EF696

9.6.0 - April 2023

Az.Aks 5.3.2

  • Fixed the issue that system variable 'True' is undefined in 'Windows PowerShell'.
  • Decoupled AutoMapper dependency, replaced with AdapterHelper.

Az.Batch 3.4.0

  • Added new property 'Encryption' of type 'EncryptionProperties' to 'AccountCreateParameters'.
    • Configures how customer data is encrypted inside the Batch account.

Az.Billing 2.0.1

  • Fixed pagination for 'Get-AzConsumptionPriceSheet' cmdlet

Az.CognitiveServices 1.13.1

  • Removed notice and attestation from 'New-AzCognitiveServicesAccount'.

Az.Compute 5.7.0

  • Addressed bug in 'Remove-AzVmss' to throw error when '-InstanceId' is null. [#21162]
  • Added '-CustomData', '-AdminPassword', and '-ExactVersion' parameters to 'Invoke-AzVMReimage'.
  • Removed the image alias 'CoreOS' as the publisher CoreOS no longer has any images for Azure.
    Updated the names of the 'openSUSE-Leap' and 'SLES' aliases to 'OpenSuseLeap154' and 'SuseSles15SP4' respectively. Updated these aliases to point to an image that actually exists.
  • Added a breaking change warning to 'New-AzVM' and 'New-AzVmss' for future planned image alias removals due to the images reaching their End of Support date.
  • Added new descriptive and versioned alias names for the Linux image aliases, including a new alias for the 'Kinvolk' publisher.

Az.ContainerRegistry 3.0.3

  • Added breaking change attributes for cmdlets

Az.CosmosDB 1.10.0

  • Introduced restorable apis support for Gremlin and Table, which includes:
    • Added the apis for RestorableGremlinDatabases, RestorableGremlinGraphs, RestorableGremlinResources,RestorableTables, RestorableResources.
    • Added RetrieveContinuousBackupInfo apis for Gremlin and Table which help in determining the restore point of time and the resources to restore.
    • Added GremlinDatabasesToRestore and TablesToRestore field to provision and restore database account api.
    • Added StartTime and EndTime support for listing restorable containers event feed.

Az.DataProtection 1.2.0

  • Added support for AKS workload with Backup Vaults
  • Added support for 'Set-AzDataProtectionMSIPermission' during restore with AKS workload

Az.EventGrid 1.6.0

  • Added fix for DeliveryAttributeMapping
  • Added validation for StorageQueueTtl

Az.EventHub 3.2.3

  • Added upcoming breaking change notifications for Az.EventHub module.

Az.Kusto 2.2.0

  • Added cmdlet 'Get-AzKustoSku'
  • Added parameter 'CallerRole' for cmdlet 'AzKustoDatabase' and 'Update-AzKustoDatabase'
  • Added support for new data connection kind 'CosmosDb' for cmdlet 'New-AzKustoDataConnection' and 'Update-AzKustoDataConnection'
  • Added parameters 'DatabaseNameOverride' 'DatabaseNamePrefix' 'TableLevelSharingPropertyFunctionsToInclude' 'TableLevelSharingPropertyFunctionsToExclude' for cmdlet 'New-AzKustoAttachedDatabaseConfiguration'

Az.Network 5.6.0

  • Updated 'New-AzLoadBalancer' and 'Set-AzLoadBalancer' to validate surface level parameters for global tier load balancers
  • Added property 'AuthorizationStatus' to ExpressRouteCircuit
  • Added property 'BillingType' to ExpressRoutePort
  • Added support for connection flushing in network security group which when enabled, re-evaluates flows when rules are updated
    • 'New-AzNetworkSecurityGroup'
  • Added support for state in WAF Custom Rule
  • Added 'New-AzGatewayCustomBgpIpConfigurationObject' command
  • Updated 'New-AzVirtualNetworkGatewayConnection', 'Set-AzVirtualNetworkGatewayConnection' and 'New-AzVpnSiteLinkConnection' to support GatewayCustomBgpIpConfiguration.
  • Updated 'Reset-AzVpnGateway' to support IpConfigurationId.
  • Blocked some regions when creating/updating Basic Sku firewall
  • Fixed bugs related to auto learn IP prefixes and Snat
  • Updated multi-auth to be supported when both OpenVPN and IkeV2 protocols are used for VNG and VWAN VPN

Az.Resources 6.6.0

  • Fixed an issue when running the 'New-AzManagementGroup' command where it tried to cast an async operation as a Management Group. [#21000]
  • Fixed an issue when running 'Get-AzResourceGroup -Name 'some_name'', it ignores '-Location' if specified[#21225]

Az.ServiceBus 2.2.1

  • Added upcoming breaking change notifications for Az.ServiceBus module.

Az.Sql 4.5.0

  • Added a new cmdlet to refresh external governance status
    • 'Invoke-AzSqlServerExternalGovernanceStatusRefresh'

Az.SqlVirtualMachine 1.1.1

  • Added breaking change notification for cmdlets to be removed and parameters to be changed.
    • Cmdlet 'New-AzSqlVMConfig' will be removed.
    • Cmdlet 'Set-AzSqlVMConfigGroup' will be removed.
    • Cmdlet 'Update-AzAvailabilityGroupListener' will be removed.
    • Parameter 'SqlVM' will be removed from cmdlet 'New-AzSqlVM'.
    • Parameter 'SqlVMGroupObject' will be removed from cmdlet 'Get-AzAvailabilityGroupListener' and 'Remove-AzAvailabilityGroupListener'.
    • Parameter alias 'SqlVM' will be removed from 'InputObject' of cmdlet 'Remove-AzSqlVM'.
    • Parameter alias 'SqlVMGroup' will be removed from 'InputObject' of cmdlet 'Update-AzSqlVMGroup' and 'Remove-AzSqlVMGroup'.
  • Added breaking change notification for SqlManagementType

Az.Storage 5.5.0

  • Supported create storage account with DnsEndpointType
    • 'New-AzStorageAccount'
  • Fixed file cmdlets potential context issue when the current context doesn't match with the credential of input Azure File object
    • 'Close-AzStorageFileHandle'
    • 'Get-AzStorageFile'
    • 'Get-AzStorageFileContent'
    • 'Get-AzStorageFileHandle'
    • 'New-AzStorageDirectory'
    • 'New-AzStorageFileSASToken'
    • 'Remove-AzStorageDirectory'
    • 'Remove-AzStorageFile'
    • 'Remove-AzStorageShare'
    • 'Set-AzStorageFileContent'
    • 'Set-AzStorageShareQuota'
    • 'Start-AzStorageFileCopy'

Az.Websites 2.14.0

  • Fixed 'Edit-AzWebAppBackupConfiguration' to pass backup configuration enabled or not
  • Added a new parameter '-SoftRestart' for 'Restart-AzWebApp' and 'Restart-AzWebApp' to perform a soft restart
  • Updated 'Get-AzWebApp' and 'Get-AzWebAppSlot' to expose 'VirtualNetwork Integration Info' [#10665]
  • Set default value for '-RepositoryUrl' of 'New-AzStaticWebApp' [#21202]

Thanks to our community contributors

  • Allen TechWorld (@hachi1030-Allen), Bug - Invoke-AzCostManagementQuery cmdlet should handle null value in the response rows (#21180)
  • Simon Angling (@sangling), Minor Spelling (#21165)
  • Thomas Pike (@thwpike), Missing formatting for code block (#21130)
azure-powershell - Az.Compute v5.6.0

Published by VeryEarly over 1 year ago

azure-powershell - Az.Storage 5.4.2-preview

Published by VeryEarly over 1 year ago

azure-powershell - Az 9.5.0

Published by BethanyZhou over 1 year ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/9.5.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-22.04
  • mcr.microsoft.com/azure-powershell:9.5.0-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:9.5.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:9.5.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:9.5.0-mariner-2
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:9.5.0-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:9.5.0-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:9.5.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:9.5.0-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:9.5.0-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.5.0.37012.tar.gz
    • 1249DA128EFDE56591F35E82882D860AC56BD9E9A3A111EE2F1BC909DF8F0E15

9.5.0 - March 2023

Az.Accounts 2.12.0

  • Fixed the issue that errors related to WAM are thrown when it is not enabled. [#20871] [#20824]
  • Updated Azure.Core library to 1.28.0.
  • Fixed an issue that the helper message about missing modules shows up at the wrong time. [#19228]
  • Added a hint message for some resource creation cmdlets when there is another region which may reduce the costs.
  • Supported environment initialization and auto-discovery with ArmMetadata of API version 2022-09-01.

Az.Aks 5.3.1

  • Fixed the issue that Invoke-AzAksRunCommand will fail when the directory for parameter CommandContextAttachment contains sub-directories. [#20734]

Az.Automanage 1.0.0

  • General availability for module Az.Automanage

Az.Automation 1.9.1

  • Fixed bug: Runbooks Name Pattern failures.

Az.CloudService 1.2.0

  • Upgraded the api version to 2022-09-04.
  • Upgraded the api version of referenced network to 2022-07-01.

Az.CognitiveServices 1.13.0

  • Updated CognitiveServices PowerShell to use 2022-12-01 version.
  • Added new CognitiveServices CommitmentPlan and Association cmdlets.
  • Added MultiRegionSetting support for CognitiveServices Account cmdlets.

Az.Compute 5.5.0

  • Added breaking change message for 'New-AzVmss'.
  • Added '-PerformancePlus' parameter to 'New-AzDiskConfig'
  • Added 'MaxSurge' to Set-AzVmssRollingUpgradePolicyCommand
  • Added support for 'latest' in 'Get-AzvmImage' '-Version' parameter
  • Added 'CompletionPercent' property to PSDisk object.

Az.ContainerInstance 3.2.0

  • Added 'priority' property to Container Group properties
  • Added 'Confidential' sku type to Container Group Skus

Az.ContainerRegistry 3.0.2

  • Updated Azure.Core to 1.28.0.

Az.CosmosDB 1.9.1

  • Updated Azure.Core to 1.28.0.

Az.Databricks 1.5.0

  • Upgraded API version to 2023-02-01

Az.DataFactory 1.16.13

  • Updated ADF .Net SDK version to 9.2.0
  • Added AzureBlobFS sasUri and sasToken properties in ADF
  • Added AzureBlobStorage containerUri and authenticationType properties in ADF
  • Added support copyComputeScale And pipelineExternalComputeScale in IntegrationRuntime

Az.EventHub 3.2.2

  • Added breaking change description for parameter 'MessageRetentionInDays', which would be deprecated and would be replaced by 'RetentionTimeInHours'

Az.FrontDoor 1.10.0

  • Fixed New-AzFrontDoorWafPolicy cmdlet to support adding Tags for the Azure Frontdoor waf policy

Az.IotHub 2.7.5

  • Updated IoT Hub Management SDK to version 4.2.0 (api-version 2021-07-02)
  • Fixed 'Get-AzIoTHub' to work with DigiCert hubs

Az.KeyVault 4.9.2

  • Updated Azure.Core to 1.28.0.

Az.ManagedServiceIdentity 1.1.1

  • Upgraded to API version 2023-01-31.
  • Federated identity credentials GA version is available now.

Az.Network 5.5.0

  • Updated cmdlets to add new property of 'Snat' in Azure Firewall Policy.
    • 'New-AzFirewallPolicySnat'
    • 'New-AzFirewallPolicy'
    • 'Set-AzFirewallPolicy'
  • Fixed a bug that reverts classic fw private ranges to default when doing get & set
  • Onboarded 'Microsoft.Monitor/accounts' to private link cmdlets

Az.PolicyInsights 1.6.0

  • Added support for policy attestations.

Az.RecoveryServices 6.3.0

  • Supported using managed disks for replication for HyperV to Azure provider in Azure Site Recovery

Az.Relay 1.0.4

  • Added breaking change message for cmdlets.
    • 'Set-AzRelayNamespace'
    • 'Get-AzRelayOperation'

Az.Resources 6.5.3

  • Updated behavior of Get-AzPolicyDefinition which previously returned all definitions when -Id was provided with a nonexistent policy definition id. Fixed to correctly throw a 404 exception in this case.

Az.Security 1.4.0

  • Updated Alerts cmdlets:
    'Get-AzSecurityAlert'
    'Set-AzSecurityAlert'
  • Moving Security Contacts to be based on the latest API version '2020-01-01-preview' with backward compatibility support

Az.ServiceBus 2.2.0

  • Upgraded API version to 2022-10-01-preview
  • Fixed a bug for 'Set-AzServiceBusQueue'

Az.ServiceFabric 3.1.1

  • Added support for Windows 2022 server vm image.
    • This enables cluster operations with Windows 2022 server vm image

Az.Sql 4.4.0

  • Fixed identity assignment in 'Set-AzSqlDatabase' cmdlet
  • Added new parameters to 'New-AzSqlDatabase', 'Get-AzSqlDatabase', 'Set-AzSqlDatabase', 'New-AzSqlDatabaseCopy', 'New-AzSqlDatabaseSecondary' cmdlets
    • AssignIdentity
    • EncryptionProtector
    • UserAssignedIdentityId
    • KeyList
    • KeysToRemove
    • FederatedClientId
  • Added 'ExpandKeyList' and 'KeysFilter' parameters to 'Get-AzSqlDatabaseGeoBackup' and 'Get-SqlDeletedDatabaseBackup'
  • Added new cmdlets for Per DB CMK
    • 'Revalidate-AzSqlDatabaseTransparentDataEncryptionProtector'
    • 'Revert-AzSqlDatabaseTransparentDataEncryptionProtector'
    • 'Revalidate-AzSqlServerTransparentDataEncryptionProtector'
    • 'Revalidate-AzSqlInstanceTransparentDataEncryptionProtector'
  • Added an optional parameter 'SecondaryType' to:
    'Set-AzSqlDatabaseInstanceFailoverGroup'
    'New-AzSqlDatabaseInstanceFailoverGroup'

Az.StackHCI 1.4.3

  • Removed manual installation for Az.Accounts from Az.StackHCI.
  • Removed verbose while importing modules.

Az.Storage 5.4.1

  • Updated Azure.Core to 1.28.0.

Az.StorageMover 1.0.0

  • General availability for module Az.StorageMover
  • Updated StorageMover API version to 2023-03-01

Az.Synapse 2.3.0

  • Upgraded Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.17
  • Updated 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' to support for setting spark pool isolated compute by '-EnableIsolatedCompute'
  • Updated 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' to support for setting spark pool node size to 'XLarge', 'XXLarge', 'XXXLarge'

Az.Websites 2.13.0

  • Added a new parameter '-CopyIdentity' for 'New-AzWebAppSlot' to copy the identity from the parent app to the slot.
  • Updated 'New-AzWebAppSSLBinding' to support -WhatIf parameter

Thanks to our community contributors

  • Brett Miller (@brettmillerb), Corrected syntax for ConfirmAction (#20902)
  • Dave Neeley (@daveneeley), Clarify behavior of AcountEnabled and Password (#21006)
  • Hiroshi Yoshioka (@hyoshioka0128), Typo "udpate"→"update" (#20810)
  • @meenalsri
    • Update New-AzSynapseRoleAssignment.md (#20905)
    • Update Remove-AzSynapseRoleAssignment.md (#20906)
    • Added note for scenario when an SPN role assignment is listed (#20907)
  • @sushil490023, Update Reference to latest swagger for Runbook Cmdlets (#20803)
azure-powershell - Az.ConnectedKubernetes v0.8.0

Published by Nickcandy over 1 year ago

https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/0.8.0

Version 0.8.0

  • Added optional configs (-HttpProxy, -HttpsProxy, -NoProxy, -ProxyCert) for connection behind outbound proxy server.
  • Added optional configs (-ContainerLogPath, -DisableAutoUpgrade, -NoWait, -OnboardingTimeout).
  • Fixed invalid URI issue with display name of location.
  • Fixed response can't be parsed issue with UseBasicParsing.
azure-powershell - Az.Automation v1.9.1

Published by BethanyZhou over 1 year ago

https://www.powershellgallery.com/packages/Az.Automation/1.9.1

Version 1.9.1

  • Fixed bug: Runbooks Name Pattern failures.
azure-powershell - Az 9.4.0

Published by isra-fel over 1 year ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/9.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:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:9.4.0-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:9.4.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:9.4.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:9.4.0-mariner-2
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:9.4.0-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:9.4.0-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:9.4.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:9.4.0-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:9.4.0-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.4.0.36911.tar.gz
    • E4C49337C534AD84AEC3A9B59E42DE03EA311D6B34563D52CD36256562A1F47B

9.4.0 - February 2023

Az.Accounts 2.11.2

  • Supported Web Account Manager on ARM64-based Windows systems. Fixed an issue where 'Connect-AzAccount' failed with error 'Unable to load DLL 'msalruntime_arm64''. [#20700]
  • Enabled credential to be found only by applicationId while tenant was not matched when accquire token. [#20484]
  • When Az.Accounts ran in parallel, the waiters were allowed to wait infinitely to avoid throw exception in automation enviroment. [#20455]

Az.Aks 5.3.0

  • Added parameter '-AadProfile' for 'New-AzAksCluster' and 'Set-AzAksCluster'
  • Added parameter '-NodeHostGroupID' for 'New-AzAksCluster' and parameter '-HostGroupID' for 'New-AzAksNodePool'

Az.ApplicationInsights 2.2.2

  • Added parameter validation for 'Get-AzApplicationInsights' [#20697]

Az.Compute 5.4.0

  • Added '-SkipIdentity', '-PathUserIdentity', '-IsTest' parameter to 'Set-AzVMAEMExtension'
  • Added 'ConsistencyMode' parameter to 'New-AzRestorePoint'.
  • Updated the storage account type value in several locations from the outdated 'StandardLRS' to the current 'Standard_LRS'.
  • Filled in missing parameter descriptions across multiple parameters and improved some existing parameter descriptions.
  • Updated Compute PS to use the new .Net SDK version 59.0.0. This includes an approved breaking change for a non-functional feature.
    • The type of the property 'Source' of type 'Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage', 'Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage', and 'Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile' has changed from 'Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource' to 'Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource'.
  • Updated the broken 'UbuntuLTS' image alias to use its original sku version of '16.04-LTS' instead of the nonexistent image '20.04-LTS'. This fixes an issue introduced in the version 5.3.0 release.
  • Updated Set-AzVMRunCommand and Set-AzVmssRunCommand ScriptLocalPath parameter set to work with Linux and with files that have comments.
  • Added '-TargetExtendedLocation' parameter to 'New-AzGalleryImageVersion' and 'Update-AzGalleryImageVersion'
  • Added '-AllowDeletionOfReplicatedLocation' to 'Update-AzGalleryImageVersion'

Az.DataFactory 1.16.12

  • Updated ADF .Net SDK version to 9.0.0

Az.DataProtection 1.1.0

  • Added support for Immutable backup vaults
  • Added Cross subscription restore flag for backup vaults
  • Added Soft delete setting for backup vaults
  • Fixed issue with Set-AzDataProtectionMSIPermission command
  • Replaced Get-InstalledModule with Get-Module -ListAvailable
  • Added New-AzDataProtectionSoftDeleteSettingObject command

Az.EventHub 3.2.1

  • Fixed 'New-AzEventHubAuthorizationRuleSASToken' cmdlet which was returning wrong skn value

Az.Monitor 4.4.1

  • Removed default value for time window for autoscale profile [#20660]
    • 'Get-AzAutoscaleSetting'
    • 'New-AzAutoscaleSetting'

Az.Network 5.4.0

  • Fixed a bug that does not enable to set Perform SNAT to Always
  • Fixed the incorrect type of '-TotalBytesPerSession' in 'New-AzNetworkWatcherPacketCapture'

Az.RecoveryServices 6.2.0

  • Added support for enable/disable Public Network Access and PrivateEndpoints
  • Added support for Immutable Vaults
  • Added support for RetainRecoveryPointsAsPerPolicy in Disable-AzRecoveryServicesBackupProtection cmdlet. Now user can suspend backups and retain RPs as per policy
  • Added List Recovery Point expiry time
  • Added RecoveryServices, RecoveryServices.Backup, RecoveryServices.Backup.CrossRegionRestore management SDK
  • Added support for non-UTC time zones with standard policy for workloadType IaasVM, MSSql, AzureFiles

Az.RedisCache 1.7.1

  • Updated 'Get-AzRedisCacheLink' and 'New-AzRedisCacheLink' to print 'PrimaryHostName', 'GeoReplicatedPrimaryHostName', 'ServerRole', and 'LinkedRedisCacheLocation'.

Az.Resources 6.5.2

  • Fixed query issue when objectId in assignment is empty for 'Get-DenyAssignment'
  • Fixed an issue where running deployment cmdlets with '-WhatIf' throws exception when formatting results with nested array changes

Az.Sql 4.3.0

  • Added an optional parameter 'HAReplicaCount' to 'Restore-AzSqlDatabase'
  • Added new cmdlets for managed instance DTC
    'Get-AzSqlInstanceDtc'
    'Set-AzSqlInstanceDtc'
  • Added 'TargetSubscriptionId' to 'Restore-AzSqlInstanceDatabase' in order to enable cross subscription restore
  • Enabled support for UserAssignedManagedIdentity in Auditing
  • Fixed WorkspaceResourceId parameter value in 'Set-AzSqlServerAudit'

Az.StackHCI 1.4.2

  • Added Remote Support terms and conditions for HCI device types.
  • Unified Resource Group support for both Azure Stack HCI and Arc for server resources.
  • Enhanced error feedback and logging in the Register-AzStackHCI cmdlet.
  • Bug fixes and improvements in Azure Arc for servers enablement in Register-AzStackHCI cmdlet.
  • Improved parameter validations in the Register-AzStackHCI cmdlet.
  • Enabled Managed System Identity (MSI) for Registration in Fairfax Cloud.
  • Minor bug fixes and improvements.

Az.Storage 5.4.0

  • Added a warning message for the upcoming breaking change when creating a Storage account
    • 'New-AzStorageAccount'
  • Removed the ValidateSet of StandardBlobTier parameter
    • 'Copy-AzStorageBlob'
    • 'Set-AzStorageBlobContent'
    • 'Start-AzStorageBlobCopy'

Az.TrafficManager 1.2.0

  • Added a new optional parameter 'AlwaysServe' for endpoints.

Thanks to our community contributors

  • Arun Sabale (@Ar-Sa), Fix example 1 in Set-AzVirtualNetworkPeering.md (#20588)
  • Hiroshi Yoshioka (@hyoshioka0128)
    • Fixed typo "resouce group"→"resource group" (#20664)
    • Typo "resouce group"→"resource group" (#20713)
azure-powershell - Az.BillingBenefits v0.1.0

Published by msJinLei over 1 year ago

https://www.powershellgallery.com/packages/Az.BillingBenefits/0.1.0

Version 0.1.0

  • First preview release for module Az.BillingBenefits
azure-powershell - Az.LoadTesting v0.1.0

Published by msJinLei over 1 year ago

https://www.powershellgallery.com/packages/Az.LoadTesting/0.1.0

Version 0.1.0

  • First preview release for module Az.LoadTesting
azure-powershell - Az.ConnectedKubernetes v0.7.1

Published by Nickcandy almost 2 years ago

https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/0.7.1

Version 0.7.1

Made New-AzConnectedKubernetes support PowerShell 5.

azure-powershell - Az.Accounts v2.11.1

Published by isra-fel almost 2 years ago

https://www.powershellgallery.com/packages/Az.Accounts/2.11.1

Version 2.11.1

  • Fixed an issue where Az.Accounts cannot be imported correctly. [#20615]
azure-powershell - Az 9.3.0

Published by dingmeng-xue almost 2 years ago

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/9.3.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-22.04
  • mcr.microsoft.com/azure-powershell:9.3.0-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:9.3.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:9.3.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:9.3.0-mariner-2
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:9.3.0-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:9.3.0-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:9.3.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:9.3.0-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:9.3.0-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.3.0.36817.tar.gz
    • 0EAD864187AB0482A0F8848AF2318BA27EFE5087C2C3E312BFD4EC93ACB01A7D

9.3.0 - January 2023

Az.Accounts

  • Supported Web Account Manager (WAM) as an opt-in interactive login experience. Enable it by 'Update-AzConfig -EnableLoginByWam True'.
  • Optimized the mechanism for assembly loading.
  • Enabled AzKeyStore with keyring in Linux.
  • Fixed a typo in GetAzureRmContextAutosaveSetting.cs changing the cmdlet class name to GetAzureRmContextAutosaveSetting
  • Removed survey on error message in 'Resolve-AzError'. [#20398]

Az.Aks

  • Added parameter '-EnableEncryptionAtHost' for 'New-AzAksCluster' and 'New-AzAksNodePool'
  • Added parameter '-EnableUltraSSD' for 'New-AzAksCluster' and 'New-AzAksNodePool'
  • Added parameter '-NodeKubeletConfig' for 'New-AzAksCluster', '-KubeletConfig' for 'New-AzAksNodePool'
  • Added parameter '-NodeLinuxOSConfig' for 'New-AzAksCluster', '-LinuxOSConfig' and 'New-AzAksNodePool'
  • Added parameter '-NodeMaxSurge' for 'New-AzAksCluster', '-MaxSurge' for 'New-AzAksNodePool' and 'Update-AzAksNodePool'
  • Added parameter '-PPG' for 'New-AzAksCluster' and 'New-AzAksNodePool'
  • Added parameter '-SpotMaxPrice' for 'New-AzAksNodePool'
  • Added parameter '-EnableFIPS' for 'New-AzAksCluster' and 'New-AzAksNodePool'
  • Added parameter '-AutoScalerProfile' for 'New-AzAksCluster' and 'Set-AzAksCluster'
  • Added parameter '-GpuInstanceProfile' for 'New-AzAksCluster' and 'New-AzAksNodePool'
  • Added parameter '-EnableUptimeSLA' for 'New-AzAksCluster' and 'Set-AzAksCluster'
  • Added parameter '-EdgeZone' for 'New-AzAksCluster'

Az.ApiManagement

  • Updated description of ResourceId param 'New-AzApiManagementBackend' and 'Set-AzApiManagementBackend' cmdlet [#16868]

Az.ApplicationInsights

  • Enabled output object enumerating for 'Get-AzApplicationInsights' [#20225]

Az.Automation

  • Updated Example: Start-AzAutomationRunbook should pass ordered dictionary for parameters [#20408]

Az.Batch

  • Added new properties 'CurrentNodeCommunicationMode' (read only) and 'TargetCommunicationMode' of type 'NodeCommunicationMode' to 'PSCloudPool'.
    • Valid values for 'NodeCommunicationMode': Default, Classic, Simplified
    • When the 'PSCloudPool' is updated with a new 'TargetCommunicationMode' value, the Batch service will attempt to update the pool to the new value the next time the pool is resized down to zero compute nodes and back up.
  • 'PSPrivateLinkServiceConnectionState''s 'ActionRequired' property required has been renamed to 'ActionsRequired'. The old property has been marked as obsolete, and now just returns the new property. This should not impact existing consumers.

Az.Compute

  • Removed the image 'Win2008R2SP1' from the list of available images and documentation. This image is no longer available on the backend so the client tools need to sync to that change.
  • Fixed a bug for creating Linux VM's from SIG/Community Gallery Images
  • Added 'ImageReferenceId' string parameter to the 'New-AzVmssConfig' cmdlet. This allows gallery image references to be added for the Confidential VM feature.
  • Added 'SecurityEncryptionType' and 'SecureVMDiskEncryptionSet' string parameters to the 'Set-AzVmssStorageProfile' cmdlet for the Confidential VM feature.

Az.ContainerRegistry

  • Fixed bug in 'Get-AzContainerRegistryTag' to show correct tags [#20528]

Az.Monitor

  • Fixed bug for 'Remove-AzDataCollectionRuleAssociation' [#20207]
  • Added support for test notifications cmdlets
    • 'Test-AzActionGroup'
  • Fixed start time parameter description of 'Get-AzActivityLog' [#20409]

Az.Network

  • Added samples for retrieving Private Link IP Configuration using 'New-AzApplicationGatewayPrivateLinkIpConfiguration' with fix [#20440]
  • Added 'DdosProtectionPlan' property in 'AzPublicIpAddress'
  • Updated mapping in 'AzPublicIpAddress' to always show/create DdosSettings
  • Fixed a bug that added Ddos related properties when viewing PublicIpAddress and DdosProtectionPlan objects
  • Fixed a Bug for Set-AzIpGroup cmdlet to support the '-WhatIf' parameter
  • Fixed a Bug for 'Add-AzLoadBalancerFrontendIpConfig', 'Add-AzLoadBalancerProbeConfig', 'Add-AzLoadBalancerBackendAddressPoolConfig', 'Set-AzLoadBalancer', 'New-AzLoadBalancerRuleConfig', 'Remove-AzLoadBalancerInboundNatRuleConfig' cmdlets to support the '-WhatIf' parameter. [#20416]
  • Fixed a bug for DestinationPortBehavior in 'Get-AzNetworkWatcherConnectionMonitor', 'New-AzNetworkWatcherConnectionMonitor' powershell command by adding this properties to get and set the DestinationPortBehavior information. [#15996]

Az.RedisCache

  • Added optional parameter 'PreferredDataArchiveAuthMethod' in 'Export-AzRedisCache'
  • Added optional parameter 'PreferredDataArchiveAuthMethod' in 'Import-AzRedisCache'
  • Added 4 additional properties for a geo replication link: 'PrimaryHostName', 'GeoReplicatedPrimaryHostName', 'ServerRole', and 'LinkedRedisCacheLocation'in 'Get-AzRedisCacheLink' and 'New-AzRedisCacheLink'

Az.Resources

  • Fixed issue introduced in previous fix for 'Set-AzPolicySetDefinition' InternalServerError when the initiative is too large [#20238], which will remove space in value.
  • Fixed 'Get-AzRoleAssignment' BadRequest when scope is '/' [#20323]

Az.SecurityInsights

  • Fixed for 'Update-AzSentinelAlertRule' fails when using '-TriggerThreshold 0' [#20417]

Az.Sql

  • Added a parameter named 'UseIdentity' for 'Set-AzSqlServerAudit', 'Set-AzSqlDatabaseAudit', 'Set-AzSqlServerMSSupportAudit'
  • Added 'IsManagedIdentityInUse' property to the output of 'Get-AzSqlServerMSSupportAudit'
  • Added 'PreferredEnclaveType' parameter to 'New-AzSqlDatabase', 'Get-AzSqlDatabase' and 'Set-AzSqlDatabase' cmdlet

Az.StackHCI

  • Added support for arc extensions which depend on HCI cluster's IMDS endpoints.

Az.Storage

  • Return ListBlobProperties in blob list result
    • 'Get-AzStorageBlob'
  • Output AllowedCopyScope in get account result
    • 'Get-AzStorageAccount'

Az.Websites

  • Fixed 'Import-AzWebAppKeyVaultCertificate' to use certificate naming convention same as portal [#19592]

Thanks to our community contributors

  • Pavel Lyalyakin (@bahrep), New-AzDiskConfig.md: fixed a copy-pasto (#20514)
  • Eugene Ogongo (@eugeneogongo), Update Images.json (#18654)
  • Hiroshi Yoshioka (@hyoshioka0128), Typo "resouce"→"resource" (#20441)
  • Paul Gledhill (@pmgledhill102), Spelling mistake 'Accpeted' (#20380)
  • Cameron Sowder (@sowderca), Fixed typo in Get-AzContextAutosaveSetting class name: GetzureRmContextAutosaveSetting -> GetAzureRmContextAutosaveSetting (#20420)
Badges
Extracted from project README
Az AzPreview
Related Projects