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
11.5.0 1,089,745 4/2/2024
11.4.0 1,609,005 3/5/2024
11.3.1 1,316,696 2/9/2024
11.3.0 236,289 2/6/2024
11.2.0 1,442,507 1/9/2024
11.1.0 1,545,857 12/5/2023
11.0.0 1,114,215 11/14/2023
10.4.1 2,452,500 9/27/2023
10.4.0 68,833 9/26/2023
10.3.0 982,230 9/5/2023
10.2.0 1,274,988 8/1/2023
10.1.0 1,073,097 7/4/2023
10.0.0 1,484,994 5/23/2023
9.7.1 1,654,121 4/28/2023
9.7.0 142,564 4/25/2023
9.6.0 794,670 4/4/2023
9.5.0 1,097,974 3/9/2023
9.4.0 1,173,336 2/7/2023
9.3.0 1,187,427 1/10/2023
9.2.0 1,119,616 12/6/2022
9.1.1 649,705 11/17/2022
9.1.0 531,789 11/1/2022
9.0.1 797,358 10/17/2022
8.3.0 (current version) 1,717,953 9/6/2022
8.2.0 895,340 8/2/2022
8.1.0 666,251 7/5/2022
8.0.0 3,839,903 5/24/2022
7.5.0 3,011,384 4/26/2022
7.4.0 371,108 4/5/2022
7.3.2 463,569 3/12/2022
7.3.0 232,612 3/1/2022
7.2.1 189,457 2/18/2022
7.2.0 251,205 2/7/2022
7.1.0 675,544 1/4/2022
7.0.0 487,482 12/7/2021
6.6.0 1,849,312 11/2/2021
6.5.0 518,079 10/12/2021
6.4.0 748,507 9/7/2021
6.3.0 638,710 8/3/2021
6.2.1 523,734 7/9/2021
6.2.0 64,652 7/6/2021
6.1.0 391,348 6/15/2021
6.0.0 393,171 5/25/2021
5.9.0 2,662,344 5/4/2021
5.8.0 440,576 4/13/2021
5.7.0 655,207 3/23/2021
5.6.0 538,198 3/2/2021
5.5.0 870,454 2/9/2021
5.4.0 1,645,568 1/19/2021
5.3.0 1,462,429 12/29/2020
5.2.0 1,388,225 12/8/2020
5.1.0 1,625,928 11/17/2020
5.0.0 1,712,573 10/27/2020
4.8.0 3,126,803 10/13/2020
4.7.0 259,585 9/22/2020
4.6.1 1,815,615 8/28/2020
4.6.0 118,273 8/25/2020
4.5.0 425,344 8/4/2020
4.4.0 361,192 7/14/2020
4.3.0 409,336 6/23/2020
4.2.0 391,401 6/2/2020
4.1.0 338,278 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,939,515 4/21/2020
3.7.0 298,832 3/31/2020
3.6.1 371,303 3/10/2020
3.5.0 370,369 2/18/2020
3.4.0 204,727 2/4/2020
3.3.0 379,695 1/7/2020
3.2.0 326,407 12/17/2019
3.1.0 500,725 11/26/2019
3.0.0 460,009 11/4/2019
2.8.0 1,011,443 10/15/2019
2.7.0 184,494 9/24/2019
2.6.0 316,940 8/27/2019
2.5.0 388,119 7/30/2019
2.4.0 176,026 7/2/2019
2.3.2 175,153 6/18/2019
2.2.0 78,516 6/4/2019
2.1.0 70,069 5/21/2019
2.0.1 9,444 12/15/2021
2.0.0 109,638 5/6/2019
1.8.0 365,588 4/23/2019
1.7.0 53,806 4/9/2019
1.6.0 82,688 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,944 12/18/2018
0.10.0-preview 12,848 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