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
11.5.0 1,396,180 4/2/2024
11.4.0 1,609,688 3/5/2024
11.3.1 1,318,115 2/9/2024
11.3.0 236,734 2/6/2024
11.2.0 1,442,873 1/9/2024
11.1.0 1,546,054 12/5/2023
11.0.0 1,115,004 11/14/2023
10.4.1 2,457,716 9/27/2023
10.4.0 68,845 9/26/2023
10.3.0 999,868 9/5/2023
10.2.0 1,275,180 8/1/2023
10.1.0 1,073,663 7/4/2023
10.0.0 1,485,096 5/23/2023
9.7.1 1,663,458 4/28/2023
9.7.0 142,577 4/25/2023
9.6.0 795,031 4/4/2023
9.5.0 1,100,439 3/9/2023
9.4.0 1,173,848 2/7/2023
9.3.0 (current version) 1,188,441 1/10/2023
9.2.0 1,120,045 12/6/2022
9.1.1 649,813 11/17/2022
9.1.0 532,078 11/1/2022
9.0.1 800,986 10/17/2022
8.3.0 1,721,077 9/6/2022
8.2.0 895,593 8/2/2022
8.1.0 666,303 7/5/2022
8.0.0 3,851,259 5/24/2022
7.5.0 3,033,722 4/26/2022
7.4.0 371,159 4/5/2022
7.3.2 463,592 3/12/2022
7.3.0 232,869 3/1/2022
7.2.1 189,459 2/18/2022
7.2.0 251,470 2/7/2022
7.1.0 675,675 1/4/2022
7.0.0 487,540 12/7/2021
6.6.0 1,854,811 11/2/2021
6.5.0 518,106 10/12/2021
6.4.0 749,062 9/7/2021
6.3.0 638,825 8/3/2021
6.2.1 524,016 7/9/2021
6.2.0 64,704 7/6/2021
6.1.0 391,439 6/15/2021
6.0.0 393,261 5/25/2021
5.9.0 2,671,720 5/4/2021
5.8.0 440,584 4/13/2021
5.7.0 655,548 3/23/2021
5.6.0 538,214 3/2/2021
5.5.0 871,276 2/9/2021
5.4.0 1,645,585 1/19/2021
5.3.0 1,462,576 12/29/2020
5.2.0 1,388,403 12/8/2020
5.1.0 1,626,053 11/17/2020
5.0.0 1,712,584 10/27/2020
4.8.0 3,134,593 10/13/2020
4.7.0 259,746 9/22/2020
4.6.1 1,815,771 8/28/2020
4.6.0 118,290 8/25/2020
4.5.0 425,378 8/4/2020
4.4.0 361,287 7/14/2020
4.3.0 409,366 6/23/2020
4.2.0 391,474 6/2/2020
4.1.0 338,279 5/19/2020
4.0.2-preview 2,403 12/23/2019
4.0.1-preview 1,045 10/9/2019
3.8.0 1,941,035 4/21/2020
3.7.0 298,834 3/31/2020
3.6.1 371,321 3/10/2020
3.5.0 370,553 2/18/2020
3.4.0 204,727 2/4/2020
3.3.0 379,731 1/7/2020
3.2.0 326,407 12/17/2019
3.1.0 501,268 11/26/2019
3.0.0 460,009 11/4/2019
2.8.0 1,012,428 10/15/2019
2.7.0 184,494 9/24/2019
2.6.0 316,963 8/27/2019
2.5.0 388,351 7/30/2019
2.4.0 176,026 7/2/2019
2.3.2 175,158 6/18/2019
2.2.0 78,517 6/4/2019
2.1.0 70,070 5/21/2019
2.0.1 9,532 12/15/2021
2.0.0 109,701 5/6/2019
1.8.0 365,629 4/23/2019
1.7.0 53,806 4/9/2019
1.6.0 82,693 3/26/2019
1.5.0 55,954 3/12/2019
1.4.0 43,788 2/26/2019
1.3.0 33,034 2/12/2019
1.2.1 25,180 1/31/2019
1.2.0 4,830 1/29/2019
1.1.0 20,097 1/15/2019
1.0.1 33,755 12/18/2018
1.0.0 26,951 12/18/2018
0.10.0-preview 12,859 4/15/2020
0.7.0 14,677 12/4/2018
0.6.1 9,446 11/21/2018
0.5.0 9,928 11/6/2018
0.4.0 11,292 10/23/2018
0.3.0 11,055 10/9/2018
0.2.2 5,226 9/24/2018
0.1.0 695 8/28/2018
Show less