Az 3.5.0
Gallery Module for ARM .NET Standard cmdlets: link
To install Az
from the PowerShell Gallery, run the following command:
Install-Module -Name Az -Repository PSGallery -Force
To update from an older version of Az
, run the following command:
Update-Module -Name Az
Changes since last release
Az.Accounts
- Added SubscriptionId, TenantId, and execution time into data of client side telemetry
Az.Automation
- Fixed typo in Example 1 in reference documentation for
New-AzAutomationSoftwareUpdateConfiguration
Az.CognitiveServices
- Updated SDK to 7.0
- Improved error message when server responses empty body
Az.Compute
- Allowed empty value for ProximityPlacementGroupId during update
Az.FrontDoor
- Added cmdlet to get managed rule definitions that can be used in WAF
Az.IotHub
- Added support to manage devices in an Iot Hub. New Cmdlets are:
Add-AzIotHubDevice
Get-AzIotHubDevice
Remove-AzIotHubDevice
Set-AzIotHubDevice
Az.KeyVault
- Fixed duplicated text for Add-AzKeyVaultKey.md
Az.Monitor
- Fixed description of the Get-AzLog cmdlet.
- A new parameter called ActionGroupId was added to
New-AzMetricAlertRuleV2
command.- The user can provide either ActionGroupId(string) or ActionGorup(ActivityLogAlertActionGroup).
Az.Network
- Added one extra parameter note for parameter
-EnableProxyProtocol
forNew-AzPrivateLinkService
cmdlet. - Fixed FilterData example in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
- Added Packet Capture example for capture all inner and outer packets in Start-AzVirtualNetworkGatewayConnectionPacketCapture.md and Start-AzVirtualnetworkGatewayPacketCapture.md.
- Supported Azure Firewall Policy on VNet Firewalls
- No new cmdlets are added. Relaxing the restriction for firewall policy on VNet firewalls
Az.RecoveryServices
- Added Support for Restore-as-files for SQL Databases.
Az.Resources
- Refactored template deployment cmdlets
- Added new cmdlets for managing deployments at management group: *-AzManagementGroupDeployment
- Added new cmdlets for managing deployments at tenant scope: *-AzTenantDeployment
- Refactored *-AzDeployment cmdlets to work specifically at subscription scope
- Created aliases *-AzSubscriptionDeployment for *-AzDeployment cmdlets
- Fixed
Update-AzADApplication
when parameterAvailableToOtherTenants
is not set - Removed ApplicationObjectWithoutCredentialParameterSet to avoid AmbiguousParameterSetException.
- Regenerated help files
Az.Sql
- Added support for cross subscription point in time restore on Managed Instances.
- Added support for changing existing Sql Managed Instance hardware generation
- Fixed
Update-AzSqlServerVulnerabilityAssessmentSetting
help examples: parameter/property output - EmailAdmins
Az.SqlVirtualMachine
- Added cmdlets for Availability Group Listener
Az.StorageSync
- Updated supported character sets in
Invoke-AzStorageSyncCompatibilityCheck