Skip to content

Releases: Azure/azure-powershell

Az 9.0.0

10 Oct 14:47
9f172c1
Compare
Choose a tag to compare

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/9.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

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.0.0.36483.tar.gz
    • CD5FC3B3D492175BA3D9808D2098F8FFFEAA156518512DAA654F7DBB6FE794CA

9.0.0 - October 2022

Az.Accounts

  • Upgraded Azure.Core to 1.25.0 and Azure.Identity to 1.6.1
  • Upgraded Microsoft.Identity.Client to 4.46.2 and Microsoft.Identity.Client.Extensions.Msal to 2.23.0
  • Upgraded Microsoft.ApplicationInsights to 2.13.1
  • [Breaking Change] Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp3.1.
  • [Breaking Change] Removed built-in environment of Azure Germany
  • Supported tenant domain as input while using 'Connect-AzAccount' with parameter 'Tenant'. [#19471]
  • Used the ArgumentCompleter attribute to replace the dynamic parameters of 'Get-AzContext'. [#18041]
  • Fixed issue that module cannot be imported when required file is locked [#19624]

Az.Advisor

  • Bumped API version to 2020-01-01

Az.Aks

  • [Breaking Change] Removed the alias 'Install-AzAksKubectl' of 'Install-AzAksCliTool'.

Az.ApiManagement

  • [Breaking Change] Changed the type of parameter 'Sku' from Enum to String in 'Add-AzApiManagementRegion', 'New-AzApiManagement' and 'Update-AzApiManagementRegion'.

Az.Attestation

  • [Breaking Change] Replaced 'New/Remove/Get-AzAttestation' with 'New/Remove/Get-AzAttestationProvider'
  • Added 'Get-AzAttestationDefaultProvider' and 'Update-AzAttestationProvider'
  • Upgraded API version from 2018-09-01-preview to 2020-10-01

Az.Automation

  • Added cmdlets 'Remove-AzAutomationHybridRunbookWorker', 'Remove-AzAutomationHybridRunbookWorkerGroup', 'Set-AzAutomationHybridRunbookWorkerGroup', 'Get-AzAutomationHybridRunbookWorker', 'Get-AzAutomationHybridRunbookWorkerGroup', 'Move-AzAutomationHybridRunbookWorker', 'New-AzAutomationHybridRunbookWorker', 'New-AzAutomationHybridRunbookWorkerGroup' for Hybrid Runbook Worker group management.

Az.Compute

  • Added the 'TimeCreated' property to the Virtual Machine and Virtual Machine Scale Set models.
  • Added Confidential VM functionality to multiple cmdlets.
    • Added new parameter 'SecureVMDiskEncryptionSet' to cmdlet 'Set-AzDiskSecurityProfile'.
    • Added new parameters 'SecureVMDiskEncryptionSet' and 'SecurityEncryptionType' to cmdlet 'Set-AzVMOSDisk'.
  • Improved cmdlet descriptions and parameter descriptions for VM/VMSS creation.
  • Added the 'BaseRegularPriorityCount' integer property to the following cmdlets: 'New-AzVmssConfig' and 'Update-AzVmssConfig'
  • Added the 'RegularPriorityPercentage' integer property to the following cmdlets: 'New-AzVmssConfig' and 'Update-AzVmssConfig'
  • Added Breaking Changes for Add-AzVMAdditionalUnattendContent and Get-AzGallery cmdlets
  • Added '-DiskControllerType' property to the following cmdlets: 'New-AzVm', 'New-AzVmss', 'New-AzVmConfig', 'Set-AzVmssStorageProfile'

Az.Databricks

  • Upgraded API version to 2022-04-01-preview
  • Modified description of 'EnableNoPublicIP' parameter in the 'New-AzDatabricksWorkspace'. [#14381]

Az.DataFactory

  • Updated ADF .Net SDK version to 6.4.0

Az.EventGrid

  • Add remaining advanced filters
    • StringNotContains
    • StringNotBeginsWith
    • StringNotEndsWith
    • NumberInRange
    • NumberNotInRange
    • IsNullOrUndefined
    • IsNotNull

Az.EventHub

Az.Functions

  • Enabled support to create Node 18 Preview and Java 17 Preview function apps (fixes issues #19184 and #18925)
  • Removed the logic that checks for AzureGermanCloud in the cloud endpoints (fixes issue #19667)
  • Hided generated unused cmdlets (fixes #16666)

Az.KeyVault

  • Fixed the exception content swallowed issue when exception.Response is null [#19531]
  • Added the existing parameters 'Exportable', 'Immutable', 'UseDefaultCVMPolicy', and 'ReleasePolicyPath'
    to the parameter sets 'InteractiveCreate', 'InputObjectCreate', and 'ResourceIdCreate'.

Az.MarketplaceOrdering

  • Upgraded API version to 2021-01-01.

Az.Migrate

  • Updated ApiVersion to 2022-05-01
  • Added support for pause and resume
    • 'Suspend-AzMigrateServerReplication'
    • 'Resume-AzMigrateServerReplication'
  • [Breaking Change] Removed unless cmdlets
    • 'Get-AzMigrateReplicationEligibilityResult'
    • 'Get-AzMigrateReplicationProtectionIntent'
    • 'Get-AzMigrateReplicationVaultSetting'
    • 'Get-AzMigrateSupportedOperatingSystem'
    • 'New-AzMigrateReplicationProtectionIntent'
    • 'New-AzMigrateReplicationVaultSetting'

Az.Monitor

  • [Breaking Change] Upgraded API version for ActivityLogAlert from 2017-04-01 to 2020-10-01, affected cmdlets:
    • 'Get-AzActivityLogAlert'
    • 'Remove-AzActivityLogAlert'
    • 'Set-AzActivityLogAlert' replaced by 'New-AzActivityLogAlert'
    • 'Disable-AzActivityLogAlert' replaced by 'Update-AzActivityLogAlert'
    • 'Enable-AzActivityLogAlert' replaced by 'Update-AzActivityLogAlert'
    • 'New-AzActionGroup' replaced by 'New-AzActivityLogAlertActionGroupObject'
  • [Breaking Change] Upgraded API version for DiagnosticSetting from 2017-05-01-preview to 2021-05-01-preview
    • 'Get-AzDiagnosticSettingCategory'
    • 'Get-AzDiagnosticSetting'
    • 'New-AzDiagnosticSetting'
    • 'Remove-AzDiagnosticSetting'
    • 'Set-AzDiagnosticSetting' replaced by 'New-AzDiagnosticSetting'
    • 'New-AzDiagnosticDetailSetting' replaced by 'New-AzDiagnosticSettingLogSettingsObject' and 'New-AzDiagnosticSettingMetricSettingsObject'
    • 'Get-AzSubscriptionDiagnosticSettingCategory' replaced by 'Get-AzEventCategory'
  • [Breaking Change] Upgraded API version for Autoscale from 2015-04-01 to 2022-10-01
    • 'Get-AzAutoscaleSetting'
    • 'Remove-AzAutoscaleSetting'
    • 'Add-AzAutoscaleSetting' replaced by 'New-AzAutoscaleSetting'
    • 'New-AzAutoscaleNotification' replaced by 'New-AzAutoscaleNotificationObject'
    • 'New-AzAutoscaleProfile' replaced by 'New-AzAutoscaleProfileObject'
    • 'New-AzAutoscaleRule' replaced by 'New-AzAutoscaleScaleRuleObject'
    • 'New-AzAutoscaleWebhook' replaced by 'New-AzAutoscaleWebhookNotificationObject'
  • [Breaking Change] Upgraded API version for ScheduledQueryRule from 2018-04-16 to 2021-08-01
    • 'Get-AzScheduledQueryRule'
    • 'New-AzScheduledQueryRuleAlertingAction'
    • 'New-AzScheduledQueryRuleAznActionGroup'
    • 'New-AzScheduledQueryRule'
    • 'New-AzScheduledQueryRuleLogMetricTrigger'
    • 'New-AzScheduledQueryRuleSchedule'
    • 'New-AzScheduledQueryRuleSource'
    • 'New-AzScheduledQueryRuleTriggerCondition'
    • 'Remove-AzScheduledQueryRule'
    • 'Set-AzScheduledQueryRule'
    • 'Update-AzScheduledQueryRule'

Az.MySql

  • Added 'PublicNetworkAccess' to 'Update-AzMySqlServer' [#19189]

Az.Network

  • Added a new endpoint switch 'AzureArcVM' in 'New-AzNetworkWatcherConnectionMonitor'
  • Updated 'New-AzVirtualNetworkGatewayConnection' to support bypassing the ExpressRoute gateway when accessing private-links
  • Updated 'Update-AzCustomIpPrefix' to support no-internet advertise CustomIpPrefix
  • Updated 'New-AzNetworkInterface' to support create/update nic with DisableTcpStateTracking property
  • Updated cmdlet to support specifying a VirtualRouterAsn on Virtual Hub
    • 'New-AzVirtualHub'
    • 'Update-AzVirtualHub'
  • Updated cmdlet to support specifying an ASN on VPN Gateway
    • 'New-AzVpnGateway'
    • 'Update-AzVpnGateway'
  • Updated 'New-AzRoutingConfiguration' to support bypassing NVA for spoke vNet traffic
  • Updated 'Update-AzCustomIpPrefix' to support new parameters: Asn, Geo, ExpressRouteAdvertise
  • Updated cmdlets to enable verification on client certificate revocation by using a new property VerifyClientRevocation in ApplicationGatewayClientAuthConfiguration
    • 'New-AzApplicationGatewayClientAuthConfiguration'
    • 'Set-AzApplicationGatewayClientAuthConfiguration'
  • Updated 'New-AzCustomIpPrefix' to support IPv4 Parent/Child CustomIpPrefix creation.
  • Added Uppercase Transform in New-AzApplicationGatewayFirewallCondition
  • Added DdosProtectionMode parameter in New-AzPublicIpAddress
  • Added ProbeThreshold parameter to Load Balancer Probe
    • 'Add-AzLoadBalancerProbeConfig'
    • 'New-AzLoadBalancerProbeConfig'
    • 'Set-AzLoadBalancerProbeConfig'
  • Updated 'New-AzApplicationGatewayFirewallPolicyManagedRuleOverride' to support specifying an action for a managed rule override in Application Gateway WAF Policy
  • Added breaking change enum values/notification for the following network manager cmdlets
    • 'Deploy-AzNetworkManagerCommit'
    • 'New-AzNetworkManagerConnectivityConfiguration'
    • 'New-AzNetworkManagerConnectivityGroupItem'
    • 'New-AzNetworkManagerSecurityAdminRule'
    • 'New-AzNetworkManagerSecurityAdminConfiguration'
    • 'New-AzNetworkManagerAddressPrefixItem'
    • 'New-AzNetworkManager'
  • Added 'EnableUDPLogOptimization' parameter to 'New-AzFirewall'
  • Fixed a bug that does not return HubIPAddresses and PrivateIPAddress during a Get-AzFirewall command
  • Replaced 'IdentifyTopFatFlow' parameter with 'EnableFatFlowLogging' parameter to 'New-AzFirewall'
  • Fixed a bug not able to add MSSQL application rules to an AZURE FIREWALL POLICY
  • Onboard Project AzureML Registries to Private Link Common Cmdlets

Az.RecoveryServices

  • [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null refrence issue by making policy a mandatory parameter.
  • [Breaking Change] Removed status filter from Get-AzRecoveryServicesBackupContainer comman...
Read more

Az.Tools.Predictor v1.0.3

10 Oct 15:36
b0ca589
Compare
Choose a tag to compare

Az.RecoveryServices-v5.6.1

27 Sep 02:50
Compare
Choose a tag to compare

https://www.powershellgallery.com/packages/Az.RecoveryServices/5.6.1

Version 5.6.1

Removed AFEC feature check for Archive smart tiering

Az.Tools.Predictor v1.0.2

25 Sep 15:16
5775da7
Compare
Choose a tag to compare

Az.Automation v1.8.0

16 Sep 07:43
Compare
Choose a tag to compare

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

Version 1.8.0

  • Added cmdlets "Remove-AzAutomationHybridRunbookWorker", "Remove-AzAutomationHybridRunbookWorkerGroup", "Set-AzAutomationHybridRunbookWorkerGroup", "Get-AzAutomationHybridRunbookWorker", "Get-AzAutomationHybridRunbookWorkerGroup", "Move-AzAutomationHybridRunbookWorker", "New-AzAutomationHybridRunbookWorker", "New-AzAutomationHybridRunbookWorkerGroup" for Hybrid Runbook Worker group management.

Az.StackHCI v1.3.1

15 Sep 05:23
7e432af
Compare
Choose a tag to compare

https://www.powershellgallery.com/packages/Az.StackHCI/1.3.1

Version 1.3.1

  • Made GraphAccessToken parameter obsolete in Register-AzStackHCI, Unregister-AzStackHCI and Set-AzStackHCI cmdlets. This is because Az.StackHCI module does not depend on Azure AD anymore.
  • Include API version for all Microsoft.AzStackHCI related AZ-Resource calls

Az.Accounts v2.10.1

14 Sep 04:39
ea7381f
Compare
Choose a tag to compare

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

Version 2.10.1

Deduplicated subscriptions belonging to multiple tenants while using Get-AzSubscription with parameter SubscriptionName. [#19427]

Az 8.3.0

02 Sep 08:16
bf6ea3d
Compare
Choose a tag to compare

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/8.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

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-8.3.0.36300.tar.gz
    • A978A6AF84C68572FA844FADEC9748B708247C4AD0EEBC12F9864836992965CE

8.3.0 - September 2022

Az.Accounts

  • Supported returning all subscriptions with specified name while using 'Get-AzSubscription' with parameter 'SubscriptionName'. [#19295]
  • Fixed null reference exception when cmdlet uses AzureRestOperation [#18104]
  • Updated survey message and settings

Az.Aks

  • Added support of 'FQDN' in 'Import-AzAksCredential' [#17711]
  • Added hint when 'Import-AzAksCredential' meets bad formatted kubernetes configuration file [#16741]
  • Added parameter '-NodeResourceGroup' for 'New-AzAksCluster'. [#19014]
  • Added support for 'Auto Upgrade' in 'New-AzAksCluster' and 'Set-AzAksCluster'.
  • Added support for 'Http Proxy' in 'New-AzAksCluster' and 'Set-AzAksCluster'.
  • Added parameter 'DisableLocalAccount' and 'DiskEncryptionSetID' in 'New-AzAksCluster' and 'Set-AzAksCluster'.
  • Added logic for installing 'kubelogin' in 'Install-AzAksKubectl'.

Az.ApiManagement

  • Added warning message for upcoming breaking change: changed the type of parameter Sku from Enum to String
  • Supported GraphQL Specification Format

Az.AppConfiguration

  • Added cmdlets 'Get-AzAppConfigurationDeletedStore' and 'Clear-AzAppConfigurationDeletedStore'
  • Updated ApiVersion to 2022-05-01.

Az.Automation

  • Fixed bug: Export-AzAutomationRunbook no longer adds extra '' to file names [#11101]
  • Fixed bug: Get-AzAutomationDscCompilationJobOutput returns complete summaries [#12322]
  • Fixed bug: Get-AzAutomationDscNode [#10404]
  • Fixed bug: Get-AzAutomationJob fails for some jobIds

Az.Batch

  • Fixed a bug wherein creating a new JobSchedule does not properly submit Output Files.

Az.Compute

  • Added Trusted Launch Generic Breaking Change warning for 'New-AzVM', 'New-AzDisk' and 'New-AzVMSS' cmdlets.
  • 'Get-AzVMRunCommand' now shows all the properties of VMRunCommand in a list format.
  • Added new Parameter '-PublicIpSku' to the 'NewAzVM' cmdlet with acceptable values : 'Basic' and 'Standard'.
  • Added Generic Breaking Change PublicIpSku Warning and Overridden '-Zone' logic when '-PublicIpSku' is explicitly provided.
  • Added Disk Delete Optional parameters 'OsDisk Deletion Option' and 'Delete Option' to the 'Set-AzVmssStorageProfile' (OS Disk) and 'Add-AzVmssDataDisk' (Data Disk)
  • Improved printed output for 'Get-AzComputeResourceSku'
  • Updated 'Update-AzVm' to give constructive error messages when empty variables are passed in parameters. [#15081]
  • Added 'Zone' and 'IntentVMSizeList' optional parameters to the cmdlet 'New-AzProximityPlacementGroup'.
  • Added parameters to Gallery cmdlets for Community Galleries
  • For 'New-AzGalleryImageVersion', 'CVMEncryptionType' and 'CVMDiskEncryptionSetID' added as keys for parameter '-Target'.

Az.DesktopVirtualization

  • Corrected parameter description of '-Force' in 'Remove-AzWvdUserSession'.

Az.EventGrid

  • Updated to use the 2021-12-01 API version.
  • Added new features:
    • System topic
    • System topic event subscription
    • System topic event subscription delivery attributes
  • Updated cmdlets:
    • 'New-AzEventGridDomain':
      • Add new optional parameters to support auto creation of topic with first subscription.
      • Add new optional parameters to support auto deletion of topic with last subscription.
      • Add optional parameters to support azure managed identity
    • 'New-AzEventGridTopic'/'Update-AzEventGridTopic' :
      • Add optional parameters to support azure managed identity
    • 'New-AzEventGridSubscription '/'Update-AzEventGridSubscription ':
      • Add new optional parameters to support advanced filtering on arrays.
      • Add new optional parameters to support delivery attribute mapping.
      • Add new optional parameters to support storage queue message ttl.

Az.EventHub

  • In the upcoming major breaking change release in October 2022, Az.EventHub would be migrating most cmdlets to a new format
    for a better powershell experience and as a result would witness breaking changes. Please refer our migration guide to know more https://go.microsoft.com/fwlink/?linkid=2204690.

Az.Functions

  • Made PowerShell 7.2 the default when creating a PowerShell function app

Az.KeyVault

  • Fixed parameter validation logic of '-UseDefaultCVMPolicy'
  • Added parameter 'ContentType' in 'Import-AzKeyVaultCertificate' to support importing pem via certificate string
  • Allowed 'DnsName' in 'New-AzKeyVaultCertificatePolicy' to accept an empty list [#18954]

Az.MarketplaceOrdering

  • Added a warning message for an upcoming breaking change to 'Get-AzMarketplaceTerms'.

Az.Monitor

  • Added breaking change warning messages for
    • 'ActivityLogAlert'
    • 'DiagnosticSetting'
    • 'ScheduledQueryRule'
    • 'Autoscale'

Az.Network

  • Added breaking change notification for 'Get-AzFirewall', 'New-AzFirewall', 'Set-AzFirewall' and 'New-AzFirewallHubIpAddress'

Az.OperationalInsights

  • Added new cmdlets for Table resource: 'New-AzOperationalInsightsRestoreTable', 'New-AzOperationalInsightsSearchTable', 'New-AzOperationalInsightsTable','Remove-AzOperationalInsightsTable','Update-AzOperationalInsightsTable', 'Convert-AzOperationalInsightsMigrateTable'
  • Added new property 'DefaultDataCollectionRuleResourceId' to 'Set-AzOperationalInsightsWorkspace' and to 'New-AzOperationalInsightsWorkspace' cmdlets

Az.PolicyInsights

  • Updated parameter documentation for Get-AzPolicyState

Az.RecoveryServices

  • Added support for Archive smart tiering for AzureVM and MSSQL workloads.

Az.Resources

  • Fixed bug '-Password' overwrite '-PasswordProfile' in 'New-AzADUser' [#19265]
  • Exposed 'EmployeeOrgData' 'Manager' for 'Get-AzADUSer' [#18205]
  • Exposed parameter '-Count' for 'Get-AzADUser' [#16874]

Az.ServiceBus

  • In the upcoming major breaking change release in October 2022, Az.ServiceBus would be migrating most cmdlets to a new format
    for a better powershell experience and as a result would witness breaking changes. Please refer our migration guide to know more https://go.microsoft.com/fwlink/?linkid=2204584.
  • Added -MinimumTlsVersion to New-AzServiceBusNamespace and Set-AzServiceBusNamespace

Az.Storage

  • Supported to create or update Storage account with Azure Files Active Directory Domain Service Kerberos Authentication
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Supported create/upgrade storage account by enable sftp and enable localuser
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Supported manage local user of a storage account
    • 'Set-AzStorageLocalUser'
    • 'Get-AzStorageLocalUser'
    • 'Remove-AzStorageLocalUser'
    • 'New-AzStorageLocalUserSshPassword'
    • 'Get-AzStorageLocalUserKey'
    • 'New-AzStorageLocalUserSshPublicKey'
    • 'New-AzStorageLocalUserPermissionScope'
  • Supported soft delete DataLake Gen2 item
    • 'Get-AzDataLakeGen2DeletedItem'
    • 'Restore-AzDataLakeGen2DeletedItem'

Az.Synapse

  • Updated 'New-AzSynapseSparkPool' and 'Update-AzSynapseSparkPool' to support for setting spark pool dynamic executor allocation by '-EnableDynamicExecutorAllocation'

Az.Websites

  • Fixed 'Import-AzWebAppKeyVaultCertificate' to use certificate naming convention same as Az-CLI

Thanks to our community contributors

Az.SecurityInsights v2.0.0-preview

30 Aug 04:46
afe2989
Compare
Choose a tag to compare

Az.Monitor v4.1.0-preview

25 Aug 09:42
d8c1524
Compare
Choose a tag to compare