github Azure/azure-sdk-for-net Azure.ResourceManager_1.0.0-beta.2

latest releases: Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.0-beta.8, Azure.AI.OpenAI.Assistants_1.0.0-beta.4, Azure.Communication.CallAutomation_1.2.0...
pre-release2 years ago

1.0.0-beta.2 (2021-08-30)

Breaking Changes

  • Simplified CreateOrUpdate and Delete methods to no longer have Start variants for LongRunningOperations.
    • CreateOrUpdate and Delete now take an optional parameter waitForCompletion which defaults to true and determines whether the method waits for the operation to complete before returning.
    • If waitForCompletion is true you can directly call Value on the result
    • If waitForCompletion is false you can control the polling but must call WaitForCompletionAsync() before accessing Value.

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

NewReleases is sending notifications on new releases.