Az

8.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 8.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

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

FileList

Version History

Version Downloads Last updated
13.0.0 412,747 11/19/2024
12.5.0 733,893 11/11/2024
12.4.0 2,955,812 10/8/2024
12.3.0 2,486,945 9/3/2024
12.2.0 1,850,469 8/6/2024
12.1.0 1,618,185 7/9/2024
12.0.0 4,507,715 5/21/2024
11.6.0 1,505,749 4/30/2024
11.5.0 1,747,991 4/2/2024
11.4.0 1,712,150 3/5/2024
11.3.1 1,408,638 2/9/2024
11.3.0 299,245 2/6/2024
11.2.0 1,456,468 1/9/2024
11.1.0 1,554,819 12/5/2023
11.0.0 1,140,400 11/14/2023
10.4.1 2,718,285 9/27/2023
10.4.0 69,057 9/26/2023
10.3.0 2,111,282 9/5/2023
10.2.0 1,279,746 8/1/2023
10.1.0 1,082,899 7/4/2023
10.0.0 1,489,999 5/23/2023
9.7.1 2,050,077 4/28/2023
9.7.0 143,037 4/25/2023
9.6.0 803,521 4/4/2023
9.5.0 1,127,336 3/9/2023
9.4.0 1,680,610 2/7/2023
9.3.0 1,224,649 1/10/2023
9.2.0 1,133,667 12/6/2022
9.1.1 665,333 11/17/2022
9.1.0 544,617 11/1/2022
9.0.1 965,358 10/17/2022
8.3.0 (current version) 1,856,284 9/6/2022
8.2.0 905,911 8/2/2022
8.1.0 670,993 7/5/2022
8.0.0 3,908,373 5/24/2022
7.5.0 3,883,593 4/26/2022
7.4.0 373,973 4/5/2022
7.3.2 465,228 3/12/2022
7.3.0 249,533 3/1/2022
7.2.1 189,763 2/18/2022
7.2.0 278,104 2/7/2022
7.1.0 679,626 1/4/2022
7.0.0 490,057 12/7/2021
6.6.0 2,071,913 11/2/2021
6.5.0 519,606 10/12/2021
6.4.0 754,715 9/7/2021
6.3.0 644,336 8/3/2021
6.2.1 533,696 7/9/2021
6.2.0 67,027 7/6/2021
6.1.0 396,918 6/15/2021
6.0.0 397,190 5/25/2021
5.9.0 3,068,119 5/4/2021
5.8.0 440,708 4/13/2021
5.7.0 664,855 3/23/2021
5.6.0 538,628 3/2/2021
5.5.0 882,230 2/9/2021
5.4.0 1,646,337 1/19/2021
5.3.0 1,471,192 12/29/2020
5.2.0 1,394,376 12/8/2020
5.1.0 1,639,646 11/17/2020
5.0.0 1,713,055 10/27/2020
4.8.0 3,494,017 10/13/2020
4.7.0 264,618 9/22/2020
4.6.1 1,821,184 8/28/2020
4.6.0 118,739 8/25/2020
4.5.0 428,372 8/4/2020
4.4.0 364,083 7/14/2020
4.3.0 410,147 6/23/2020
4.2.0 395,546 6/2/2020
4.1.0 338,555 5/19/2020
4.0.2-preview 2,406 12/23/2019
4.0.1-preview 1,049 10/9/2019
3.8.0 2,001,140 4/21/2020
3.7.0 299,396 3/31/2020
3.6.1 371,950 3/10/2020
3.5.0 372,405 2/18/2020
3.4.0 204,738 2/4/2020
3.3.0 382,101 1/7/2020
3.2.0 326,413 12/17/2019
3.1.0 530,773 11/26/2019
3.0.0 461,397 11/4/2019
2.8.0 1,058,366 10/15/2019
2.7.0 184,554 9/24/2019
2.6.0 318,426 8/27/2019
2.5.0 396,785 7/30/2019
2.4.0 176,067 7/2/2019
2.3.2 176,038 6/18/2019
2.2.0 78,543 6/4/2019
2.1.0 70,117 5/21/2019
2.0.1 10,521 12/15/2021
2.0.0 112,182 5/6/2019
1.8.0 366,576 4/23/2019
1.7.0 54,026 4/9/2019
1.6.0 83,021 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,105 1/15/2019
1.0.1 33,766 12/18/2018
1.0.0 27,504 12/18/2018
0.10.0-preview 13,348 4/15/2020
0.7.0 14,732 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 less