Az

12.1.0

Microsoft Azure PowerShell - Cmdlets to manage resources in Azure. This module is compatible with PowerShell and Windows PowerShell.
For more information about the Az module, please visit the following: https://learn.microsoft.com/powershell/azure/

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Az -RequiredVersion 12.1.0

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

Azure ARM ResourceManager Linux AzureAutomationNotSupported

PSEditions

Core Desktop

Dependencies

Release Notes

12.1.0 - July 2024
Az.Accounts
* Disable WAM when the customers login with device code flow or username password (ROPC) flow to prevent a potential issue with token cache.
* Fixed [CVE-2024-35255](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9)
* Updated 'Microsoft.Identity.Client.NativeInterop' to fix the WAM pop window issue in elevated mode [#24967]
* Updated the reference of Azure PowerShell Common to 1.3.98-preview.
* Limited promotional message to interactive scenarios only

Az.Batch
* Fixed a bug where 'New-AzBatchApplicationPackage' wouldn't work if the application 'AllowUpdates' parameter was set to 'False'.

Az.Compute
* Added parameter '-SourceResourceId' to cmdlet 'Add-AzVMDataDisk'.
* Added parameter '-IdentityType' to cmdlet 'Update-AzDiskEncryptionSet'.
* Added 'Invoke-AzSpotPlacementScore' cmdlet, which calls the latest Spot Placement Score API. Set the original 'Invoke-AzSpotPlacementRecommender' as alias to avoid breaking changes.

Az.CosmosDB
* Fixed the issue that Azure.Core.AccessToken is used before assigned.

Az.Databricks
* Updated the Az Databricks cmdlets to 2024-05-01 api version.

Az.DataFactory
* Added UAMI in DynamicsCrm LinkedService

Az.DataLakeStore
* Updated signed 3rd party assembly NLog.dll to PSGallery

Az.FrontDoor
* Fixed a not converting from string to base in CustomBlockResponseBody bug in updating waf policy

Az.Functions
* Upgraded to Microsoft.Web API version 2023-12-01 [#25347]
* Added support for creating function apps on container app [#22736]

Az.KeyVault
* Fixed an issue during merging certificate process. [#24323]

Az.Maintenance
* Fixed bug where rebootSettings property wasn't updating.

Az.Migrate
* Removed 'at lease one NIC needs to be user selected' constrain when creating/updating server replication (protected item)
* Added retries for calls to internal Get commands

Az.MySql
* Added cmdlets: 'Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting' and 'Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting'

Az.Network
* Added new cmdlets to support Save & Commit (AzureFirewallPolicy draft)
   - 'New-AzFirewallPolicyDraft'
   - 'New-AzFirewallPolicyRuleCollectionGroupDraft'
   - 'Get-AzFirewallPolicyDraft'
   - 'Get-AzFirewallPolicyRuleCollectionGroupDraft'
   - 'Set-AzFirewallPolicyDraft'
   - 'Set-AzFirewallPolicyRuleCollectionGroupDraft'
   - 'Remove-AzFirewallPolicyDraft'
   - 'Remove-AzFirewallPolicyRuleCollectionGroupDraft'
   - 'Deploy-AzFirewallPolicy'
* Added 'NoHealthyBackendsBehavior' to 'PSProbe', and updated corresponding cmdlets.
   - 'New-AzLoadBalancerProbeConfig'
   - 'Add-AzLoadBalancerProbeConfig'
   - 'Set-AzLoadBalancerProbeConfig'
* Upgraded API version to '2024-01-01'
* Updated cmdlet to add 'Premium' as a valid value for 'Sku' parameter and 'enableSessionRecording' feature for Bastion resources
   - 'New-AzBastion'
   - 'Set-AzBastion'
* Updated cmdlet 'Add-AzVirtualNetworkSubnetConfig', 'Set-AzVirtualNetworkSubnetConfig' and 'New-AzVirtualNetworkSubnetConfig' to support Network Identifier for Subnet Service Endpoint.
* Added cmdlet 'Restart-AzNetworkVirtualAppliance' for allowing a restart of Network Virtual Appliance instances from the customer subscription.
* Fixed a bug in 'Update-AzNetworkVirtualApplianceConnection'
* Updated the Azure Firewall and Azure Firewall Policy setter for their respective Private Range properties
 - Fixed a bug that prevented using /32 in private ranges on classic Azure Firewalls
 - Updated the error message to provide a suggested private range when the supplied range is not correctly masked by the host identifier
 - Added a new Allocate function for Azure Firewall that allows allocating customer public ip address to the firewall
 - Fixed a bug that caused firewalls and policies to lose their private range property value when using their 'Get' cmdlets

Az.Resources
* Fixed 'Set-AzPolicyAssignment' loses description and Display Name [#25362]
* Fixed 'New-AzPolicyAssignment' string ID value handling for parameter '-PolicyDefinition'
* Fixed policy import issue with OP (requires serialization of null values)
* Fixed '-Scope' parameter handling at resource instance level
* Fixed error 'Get-AzPolicySetDefinition'cannot find matched parameter '-Name' [#25334]
* Fixed serialization issue with empty arrays in PolicyParameterObject
* Addressed a rare case where a service principal does not have AppId
* Introduced validation of MG scoped deployment stack during New/Set cmdlet execution.
* Updated Remove/New stack cmdlets with warnings for management groups ActionOnUnmanage and removed DeleteResourcesAndResourceGroups as valid ActionOnUnmanage value.
* Supported get and assign versioned policy definitions and sets
* Fixed syntax incompatible with windows powershell [#24971]
* Fixed bug with 'Get-AzPolicyExemption' requesting 'ParentResourcePath'
* Supported 'ServiceManagementReference' of Entra App
   * 'Get-AzADApplication'
   * 'New-AzADApplication'
   * 'Update-AzADApplication'
* Fixed deployment stack validation error surfacing.
* Fixed default formatting for output objects
* Removed '-InputObject' for
   * 'Get-AzPolicyAssignment'
   * 'Get-AzPolicyDefinition'
   * 'Get-AzPolicyExemption'
   * 'Get-AzPolicySetDefinition'
   * 'New-AzPolicyAssignment'
   * 'New-AzPolicyDefinition'
   * 'New-AzPolicySetDefinition'
* Implemented '-Version' and '-ListVersion' parameters on 'Get-AzPolicyDefinition' and 'Get-AzPolicySetDefinition'

Az.Sql
* Added cross-subscription support for 'Copy-AzSqlInstanceDatabase', 'Move-AzSqlInstanceDatabase'
* Added new parameter SecondaryType to 'Add-AzSqlDatabaseFromFailoverGroup'

Az.SqlVirtualMachine
* Enabled Microsoft entra id on SQL VM.

Az.Storage
* Fixed the issue that Azure.Core.AccessToken is used before assigned.
* Supported TLS1_3 when creating and updating a storage account
   - 'New-AzStorageAccount'
   - 'Set-AzStorageAccount'
* Fixed sync copy blob issue with -AsJob is specified [#25105]
   - 'Copy-AzStorageBlob'
* Updated Storage.Management.Sdk to support API version 2023-05-01
* Updated 2 help examples of create storage account cmdlet, with MinimumTlsVersion as TLS1_2.
   - 'New-AzStorageAccount'

Az.StorageMover
* Added input parameter validation set for UploadLimitWeeklyRecurrenceObject
* Supported Uploaded Limit Schedule

Az.Synapse
* Updated Azure.Analytics.Synapse.Artifacts to 1.0.0-preview.20.
* Fixed the issue that Azure.Core.AccessToken is used before assigned.

FileList

Version History

Version Downloads Last updated
12.3.0 957,083 9/3/2024
12.2.0 1,804,133 8/6/2024
12.1.0 (current version) 1,595,951 7/9/2024
12.0.0 4,467,253 5/21/2024
11.6.0 1,425,361 4/30/2024
11.5.0 1,741,848 4/2/2024
11.4.0 1,674,800 3/5/2024
11.3.1 1,372,166 2/9/2024
11.3.0 251,829 2/6/2024
11.2.0 1,452,141 1/9/2024
11.1.0 1,551,648 12/5/2023
11.0.0 1,130,714 11/14/2023
10.4.1 2,632,301 9/27/2023
10.4.0 68,986 9/26/2023
10.3.0 1,719,095 9/5/2023
10.2.0 1,278,498 8/1/2023
10.1.0 1,081,228 7/4/2023
10.0.0 1,488,355 5/23/2023
9.7.1 1,919,234 4/28/2023
9.7.0 142,929 4/25/2023
9.6.0 800,756 4/4/2023
9.5.0 1,124,752 3/9/2023
9.4.0 1,315,977 2/7/2023
9.3.0 1,216,065 1/10/2023
9.2.0 1,129,900 12/6/2022
9.1.1 659,587 11/17/2022
9.1.0 540,643 11/1/2022
9.0.1 908,872 10/17/2022
8.3.0 1,814,850 9/6/2022
8.2.0 902,266 8/2/2022
8.1.0 669,842 7/5/2022
8.0.0 3,886,732 5/24/2022
7.5.0 3,644,695 4/26/2022
7.4.0 373,110 4/5/2022
7.3.2 464,669 3/12/2022
7.3.0 240,886 3/1/2022
7.2.1 189,702 2/18/2022
7.2.0 262,674 2/7/2022
7.1.0 678,548 1/4/2022
7.0.0 489,430 12/7/2021
6.6.0 2,008,373 11/2/2021
6.5.0 519,138 10/12/2021
6.4.0 753,496 9/7/2021
6.3.0 642,327 8/3/2021
6.2.1 530,673 7/9/2021
6.2.0 66,229 7/6/2021
6.1.0 395,162 6/15/2021
6.0.0 395,930 5/25/2021
5.9.0 2,937,146 5/4/2021
5.8.0 440,655 4/13/2021
5.7.0 662,669 3/23/2021
5.6.0 538,540 3/2/2021
5.5.0 879,577 2/9/2021
5.4.0 1,646,090 1/19/2021
5.3.0 1,469,369 12/29/2020
5.2.0 1,392,486 12/8/2020
5.1.0 1,632,443 11/17/2020
5.0.0 1,712,882 10/27/2020
4.8.0 3,359,705 10/13/2020
4.7.0 263,429 9/22/2020
4.6.1 1,819,351 8/28/2020
4.6.0 118,591 8/25/2020
4.5.0 426,895 8/4/2020
4.4.0 363,325 7/14/2020
4.3.0 409,993 6/23/2020
4.2.0 393,935 6/2/2020
4.1.0 338,457 5/19/2020
4.0.2-preview 2,406 12/23/2019
4.0.1-preview 1,049 10/9/2019
3.8.0 1,983,090 4/21/2020
3.7.0 299,192 3/31/2020
3.6.1 371,842 3/10/2020
3.5.0 372,256 2/18/2020
3.4.0 204,735 2/4/2020
3.3.0 382,097 1/7/2020
3.2.0 326,413 12/17/2019
3.1.0 519,551 11/26/2019
3.0.0 460,909 11/4/2019
2.8.0 1,042,703 10/15/2019
2.7.0 184,544 9/24/2019
2.6.0 317,992 8/27/2019
2.5.0 394,100 7/30/2019
2.4.0 176,061 7/2/2019
2.3.2 175,709 6/18/2019
2.2.0 78,542 6/4/2019
2.1.0 70,107 5/21/2019
2.0.1 10,223 12/15/2021
2.0.0 111,412 5/6/2019
1.8.0 366,109 4/23/2019
1.7.0 53,978 4/9/2019
1.6.0 82,929 3/26/2019
1.5.0 55,961 3/12/2019
1.4.0 43,793 2/26/2019
1.3.0 33,041 2/12/2019
1.2.1 25,186 1/31/2019
1.2.0 4,834 1/29/2019
1.1.0 20,103 1/15/2019
1.0.1 33,763 12/18/2018
1.0.0 27,418 12/18/2018
0.10.0-preview 13,200 4/15/2020
0.7.0 14,713 12/4/2018
0.6.1 9,449 11/21/2018
0.5.0 9,931 11/6/2018
0.4.0 11,297 10/23/2018
0.3.0 11,060 10/9/2018
0.2.2 5,229 9/24/2018
0.1.0 698 8/28/2018
Show more