github Azure/azure-sdk-for-net Azure.ResourceManager_1.4.0

latest releases: Azure.Communication.Chat_1.3.1, Microsoft.Azure.WebJobs.Extensions.Storage_5.3.2, Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.2...
19 months ago

1.4.0 (2023-02-10)

Features Added

  • Added SetApiVersionsFromProfile method in ArmClientOptions to support setting resource API versions from an Azure Stack Profile.

Bugs Fixed

  • Fixed the exception in GenericResource operations caused by case-sensitive comparison of resource types between user input and service results.

Other Changes

  • Upgraded dependent Azure.Core to 1.28.0.
  • Upgraded resources API version to 2022-09-01.
    • The GetAll methods of ResourceProviderCollection, GetTenantResourceProviders methods of ArmClient removed the top parameter as it's never supported by service. We added back overloaded methods with the top parameter, but made it with expand parameter both as required. It is compatible with most previous method usages but still breaks a few cases such as (take GetAll as an example):
      • GetAll(10)
      • GetAll(top: 10)
      • GetAll(top: null)
      • GetAll(10, cancellationToken: token)
      • GetAll(top: 10, cancellationToken: token)
      • GetAll(top: null, cancellationToken: token)
    • The Update methods of TagResource became LRO and added a waitUntil parameter in the beginning. The old methods without the waitUntil parameter is kept with obsolete warnings to keep backward-compatibility.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.