Azure PowerShell v1.1.0 Release Notes

Release Date: 2019-01-01 // over 5 years ago
  • ๐Ÿš€ Highlights since the last major release

    Az.Accounts

    • โž• Add 'Local' Scope to Enable-AzureRmAlias

    Az.Compute

    • ๐Ÿšš Name is now optional in ID parameter set for Restart/Start/Stop/Remove/Set-AzVM and Save-AzVMImage
    • โšก๏ธ Updated the description of ID in help files
    • ๐Ÿ›  Fix backward compatibility issue with Az.Accounts module

    Az.DataLakeStore

    • โšก๏ธ Update the sdk version of dataplane to 1.1.14 for SDK fixes.
      • Fix handling of negative acesstime and modificationtime for getfilestatus and liststatus, Fix async cancellation token

    Az.EventGrid

    • โšก๏ธ Updated to use the 2019-01-01 API version.
    • โšก๏ธ Update the following cmdlets to support new scenario in 2019-01-01 API version
      • New-AzEventGridSubscription: Add new optional parameters for specifying:
        • Event Time-To-Live,
        • Maximum number of delivery attempts for the events,
        • Dead letter endpoint.
      • Update-AzEventGridSubscription: Add new optional parameters for specifying:
        • Event Time-To-Live,
        • Maximum number of delivery attempts for the events,
        • Dead letter endpoint.
    • โž• Add new enum values (namely, storageQueue and hybridConnection) for EndpointType option in New-AzEventGridSubscription and Update-AzEventGridSubscription cmdlets.
    • โšก๏ธ Show warning message if creating or updating the event subscription is expected to entail manual action from user.

    Az.IotHub

    • โšก๏ธ Updated to the latest version of the IotHub SDK

    Az.LogicApp

    • Get-AzLogicApp lists all without specified Name

    Az.Resources

    ๐Ÿšฆ Az.SignalR

    • ๐Ÿ›  Fix backward compatibility issue with Az.Accounts module

    Az.Sql

    • Converted the Storage management client dependency to the common SDK implementation.

    Az.Storage

    • Set the StorageAccountName of Storage context as the real Storage Account Name, when it's created with Sas Token, OAuth or Anonymous
      • New-AzStorageContext
    • Create Sas Token of Blob Snapshot Object with '-FullUri' parameter, fix the returned Uri to be the sanpshot Uri
      • New-AzStorageBlobSASToken

    Az.Websites

    • ๐Ÿ›  Fixed a date parsing bug in 'Get-AzDeletedWebApp'
    • ๐Ÿ›  Fix backward compatibility issue with Az.Accounts module