Az

9.3.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://docs.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 9.3.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

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]

FileList

Version History

Version Downloads Last updated
16.3.0 2,974,392 8/31/2026
16.2.0 2,890,630 8/4/2026
16.1.0 3,741,805 7/7/2026
16.0.0 7,559,804 6/2/2026
15.6.1 4,961,061 5/6/2026
15.6.0 300,119 5/5/2026
15.5.0 5,387,157 4/7/2026
15.4.0 6,621,510 3/3/2026
15.3.0 5,407,731 2/3/2026
15.2.0 4,151,714 1/13/2026
15.1.0 7,640,213 12/2/2025
15.0.0 2,765,765 11/18/2025
14.6.0 2,857,120 11/4/2025
14.5.0 3,945,745 10/14/2025
14.4.0 8,038,752 9/2/2025
14.3.0 5,065,542 8/5/2025
14.2.0 6,183,917 7/1/2025
14.1.0 4,374,684 6/3/2025
14.0.0 2,333,601 5/19/2025
13.5.0 2,351,916 5/6/2025
13.4.0 4,702,909 4/1/2025
13.3.0 3,404,217 3/4/2025
13.2.0 2,561,259 2/11/2025
13.1.0 4,230,369 1/14/2025
13.0.0 5,542,784 11/19/2024
12.5.0 1,382,683 11/11/2024
12.4.0 3,464,424 10/8/2024
12.3.0 2,541,317 9/3/2024
12.2.0 2,043,616 8/6/2024
12.1.0 3,309,243 7/9/2024
12.0.0 4,715,056 5/21/2024
11.6.0 2,018,698 4/30/2024
11.5.0 1,777,767 4/2/2024
11.4.0 2,012,049 3/5/2024
11.3.1 1,558,027 2/9/2024
11.3.0 459,381 2/6/2024
11.2.0 1,494,225 1/9/2024
11.1.0 1,599,709 12/5/2023
11.0.0 1,234,237 11/14/2023
10.4.1 3,401,371 9/27/2023
10.4.0 72,398 9/26/2023
10.3.0 5,512,174 9/5/2023
10.2.0 1,284,389 8/1/2023
10.1.0 1,088,081 7/4/2023
10.0.0 1,513,870 5/23/2023
9.7.1 2,601,123 4/28/2023
9.7.0 143,182 4/25/2023
9.6.0 815,382 4/4/2023
9.5.0 1,147,998 3/9/2023
9.4.0 2,413,975 2/7/2023
9.3.0 (current version) 1,273,393 1/10/2023
9.2.0 1,146,803 12/6/2022
9.1.1 693,961 11/17/2022
9.1.0 558,949 11/1/2022
9.0.1 1,565,027 10/17/2022
8.3.0 2,016,296 9/6/2022
8.2.0 932,651 8/2/2022
8.1.0 694,514 7/5/2022
8.0.0 4,015,445 5/24/2022
7.5.0 4,422,458 4/26/2022
7.4.0 389,809 4/5/2022
7.3.2 469,039 3/12/2022
7.3.0 274,335 3/1/2022
7.2.1 190,389 2/18/2022
7.2.0 296,346 2/7/2022
7.1.0 695,192 1/4/2022
7.0.0 536,996 12/7/2021
6.6.0 2,445,002 11/2/2021
6.5.0 523,084 10/12/2021
6.4.0 763,328 9/7/2021
6.3.0 665,869 8/3/2021
6.2.1 565,918 7/9/2021
6.2.0 70,425 7/6/2021
6.1.0 404,507 6/15/2021
6.0.0 410,280 5/25/2021
5.9.0 3,742,753 5/4/2021
5.8.0 441,293 4/13/2021
5.7.0 672,480 3/23/2021
5.6.0 539,327 3/2/2021
5.5.0 887,838 2/9/2021
5.4.0 1,648,009 1/19/2021
5.3.0 1,475,499 12/29/2020
5.2.0 1,395,805 12/8/2020
5.1.0 1,712,487 11/17/2020
5.0.0 1,714,076 10/27/2020
4.8.0 4,859,621 10/13/2020
4.7.0 268,281 9/22/2020
4.6.1 1,823,965 8/28/2020
4.6.0 121,229 8/25/2020
4.5.0 433,801 8/4/2020
4.4.0 367,917 7/14/2020
4.3.0 410,240 6/23/2020
4.2.0 402,713 6/2/2020
4.1.0 339,819 5/19/2020
4.0.2-preview 2,423 12/23/2019
4.0.1-preview 1,061 10/9/2019
3.8.0 2,126,186 4/21/2020
3.7.0 299,659 3/31/2020
3.6.1 372,787 3/10/2020
3.5.0 373,245 2/18/2020
3.4.0 204,756 2/4/2020
3.3.0 382,131 1/7/2020
3.2.0 326,426 12/17/2019
3.1.0 612,662 11/26/2019
3.0.0 466,024 11/4/2019
2.8.0 1,172,447 10/15/2019
2.7.0 184,648 9/24/2019
2.6.0 322,073 8/27/2019
2.5.0 435,071 7/30/2019
2.4.0 176,181 7/2/2019
2.3.2 178,602 6/18/2019
2.2.0 78,607 6/4/2019
2.1.0 70,180 5/21/2019
2.0.1 12,075 12/15/2021
2.0.0 116,071 5/6/2019
1.8.0 369,065 4/23/2019
1.7.0 55,573 4/9/2019
1.6.0 83,207 3/26/2019
1.5.0 55,974 3/12/2019
1.4.0 43,803 2/26/2019
1.3.0 33,059 2/12/2019
1.2.1 25,199 1/31/2019
1.2.0 4,846 1/29/2019
1.1.0 20,125 1/15/2019
1.0.1 33,917 12/18/2018
1.0.0 29,118 12/18/2018
0.10.0-preview 14,763 4/15/2020
0.7.0 14,765 12/4/2018
0.6.1 9,462 11/21/2018
0.5.0 9,940 11/6/2018
0.4.0 11,307 10/23/2018
0.3.0 11,071 10/9/2018
0.2.2 5,279 9/24/2018
0.1.0 754 8/28/2018
Show less