github Azure/azure-powershell v3.2.0-December2019
3.2.0

latest releases: Az.Network-v7.7.1-preview, Az.Network-v7.7.0-preview, Az.MySql-v1.2.0...
4 years ago

Az 3.2.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

General

  • Update references in .psd1 to use relative path for all modules

Az.Accounts

  • Set correct UserAgent for client-side telemetry for Az 4.0 preview
  • Display user friendly error message when context is null in Az 4.0 preview

Az.Batch

  • Fix issue #10602, where New-AzBatchPool did not properly send 'VirtualMachineConfiguration.ContainerConfiguration' or 'VirtualMachineConfiguration.DataDisks' to the server.

Az.DataFactory

  • Update ADF .Net SDK version to 4.5.0

Az.FrontDoor

  • Added WAF managed rules exclusion support
  • Add SocketAddr to auto-complete

Az.HealthcareApis

  • Exception Handling

Az.KeyVault

  • Fixed error accessing value that is potentially not set
  • Elliptic Curve Cryptography Certificate Managment
    • Added support to specify the Curve for Certificate Policies

Az.Monitor

  • Adding optional argument to the Add Diagnostic Settings command. A switch argument that if present indicates that the export to Log Analytics must be to a fixed schema (a.k.a. dedicated, data type)

Az.Network

  • Support for IpGroups in AzureFirewall Application,Nat & Network Rules.

Az.Resources

  • Fix an issue where template deployment fails to read a template parameter if its name conflicts with some built-in parameter name.
  • Updated policy cmdlets to use new api version 2019-09-01 that introduces grouping support within policy set definitions.

Az.Sql

  • Upgraded storage creation in Vulnerability Assessment auto enablement to StorageV2

Az.Storage

  • Support generate Blob/Constainer Idenity based SAS token with Storage Context based on Oauth authentication
    • New-AzStorageContainerSASToken
    • New-AzStorageBlobSASToken
  • Support revoke Storage Account User Delegation Keys, so all Idenity SAS tokens are revoked
    • Revoke-AzStorageAccountUserDelegationKeys
  • Upgrade to Microsoft.Azure.Management.Storage 14.2.0, to support new API version 2019-06-01.
  • Support Share QuotaGiB more than 5120 in Management plane File Share cmdlets, and add parameter alias 'Quota' to parameter 'QuotaGiB'
    • New-AzRmStorageShare
    • Update-AzRmStorageShare
  • Add parameter alias 'QuotaGiB' to parameter 'Quota'
    • Set-AzStorageShareQuota
  • Fix the issue that Set-AzStorageContainerAcl can clean up the stored Access Policy
    • Set-AzStorageContainerAcl

Don't miss a new azure-powershell release

NewReleases is sending notifications on new releases.