Azure PowerShell v3.4.0-February2020 Release Notes

Release Date: 2020-01-31 // about 4 years ago
  • Az 3.4.0

    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

    • Disable context auto saving when AzureRmContext.json not available
    • โšก๏ธ Update the reference to Azure Powershell Common to 1.3.5-preview

    Az.ApiManagement

    • Get-AzApiManagementApiSchema Fixed getting Open-Api Schema associated with an API
      #10626
    • ๐Ÿ†• New-AzApiManagementProduct * and Set-AzApiManagementProduct
      • Fix documentation for #10472
    • Set-AzApiManagementApi
      โž• Added example to show how to update the ServiceUrl using the cmdlet

    Az.Compute

    • Limit the number of VM status to 100 to avoid throttling when Get-AzVM -Status is performed without VM name.
    • โž• Add Update-AzDiskEncryptionSet cmdlet
    • โž• Add EncryptionType and DiskEncryptionSetId parameters to the following cmdlets:
      • New-AzDiskUpdateConfig, New-AzSnapshotUpdateConfig
    • โž• Add ColocationStatus parameter to Get-AzProximityPlacementGroup cmdlet.

    Az.DataFactory

    • โšก๏ธ Update ADF .Net SDK version to 4.7.0

    ๐Ÿš€ Az.DeploymentManager

    • โž• Adds LIST operations for resources
    • โž• Adds capability for performing operations on Health Check steps

    Az.HDInsight

    • ๐Ÿ›  Fix document error of New-AzHDInsightCluster.

    Az.KeyVault

    • โž• Add Name alias to VaultName attribute to make Remove-AzureKeyVault consistent with New-AzureKeyVault.

    Az.Network

    • ๐Ÿ†• New example added to Set-AzNetworkWatcherConfigFlowLog.md to demonstrate Traffic Analytics disable scenario.
    • โž• Add support for assigning management IP configuration to Azure Firewall - a dedicated subnet and Public IP that the firewall will use for its management traffic
      • Updated New-AzFirewall cmdlet:
      • Added parameter -ManagementPublicIpAddress (not mandatory) which accepts a Public IP Address object
      • Added method SetManagementIpConfiguration on firewall object - requires a subnet and a Public IP address as input - subnet name must be 'AzureFirewallManagementSubnet'
    • Corrected Get-AzNetworkSecurityGroup examples to show examples for NSG's instead of network interfaces.
    • ๐Ÿ›  Fixed typo in New-AzureRmVpnSite command that was preventing resource id completer from completing a parameter.
    • โž• Added support for Url Confiugration in Rewrite Rules Action Set in the Application Gateway
      • New cmdlets added:
      • New-AzApplicationGatewayRewriteRuleUrlConfiguration
      • Cmdlets updated with optional parameter - UrlConfiguration
      • New-AzApplicationGatewayRewriteRuleActionSet
    • โž• Add suppport for NetworkWatcher ConnectionMonitor version 2 resources

    Az.PolicyInsights

    • ๐Ÿ‘Œ Support evaluating compliance prior to determining what resource to remediate
      • Add '-ResourceDiscoverMode' parameter to Start-AzPolicyRemediation
    • โž• Add Get-AzPolicyMetadata cmdlet for getting policy metadata resources
    • โšก๏ธ Updated Get-AzPolicyState and Get-AzPolicyStateSummary for API version 2019-10-01

    Az.RecoveryServices

    • ๐Ÿ‘ Azure Site Recovery support for removing a replicated disk.
    • ๐Ÿ‘ Azure Backup added support for adding tags while creating a Recovery Services Vault.

    Az.Resources

    • 0๏ธโƒฃ Make -Scope optional in *-AzPolicyAssignment cmdlets with default to context subscription
    • โž• Add examples of creating ADServicePrincipal with password and key credential

    Az.Sql

    ๐Ÿ›  Fix New-AzSqlDatabaseSecondary cmdlet to check for PartnerDatabaseName existence instead of DatabaseName existence.

    Az.Storage

    • ๐Ÿ‘Œ Support set Table/Queue Encryption Keytype in Create Storage Account
      • New-AzRmStorageAccount
    • ๐Ÿ‘‰ Show RequestId when StorageException don't have ExtendedErrorInformation
    • ๐Ÿ›  Fix the Example 6 of cmdlet Start-AzStorageBlobCopy

    Az.Websites

    • ๐Ÿ‘ Set-AzWebapp and Set-AzWebappSlot supports AlwaysOn, MinTls and FtpsState properties
    • ๐Ÿ›  Fixing issue where setting HttpsOnly along with changing AppservicePlan at the same time using the single Set-AzWebApp Command, was resetting HttpsOnly to default value