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

latest releases: Azure.Messaging.EventHubs.Processor_5.12.0-beta.1, Azure.Messaging.EventHubs_5.12.0-beta.1, Azure.Template_1.0.3-beta.3795970...
pre-release2 years ago

1.0.0-beta.2 (2021-12-28)

Features Added

  • Added CreateResourceIdentifier for each resource class
  • Class DeletedServerCollection, InstanceFailoverGroupCollection, SqlTimeZoneCollection, ServerTrustGroupCollection, SubscriptionUsageCollection, ResourceGroupLongTermRetentionBackupCollection, SubscriptionLongTermRetentionBackupCollection, ResourceGroupLongTermRetentionManagedInstanceBackupCollection and SubscriptionLongTermRetentionManagedInstanceBackupCollection now implements IEnumerable<T> and IAsyncEnumerable<T>.

Breaking Changes

  • Renamed CheckIfExists to Exists for each resource collection class
  • Renamed Get{Resource}ByName to Get{Resource}AsGenericResources in SubscriptionExtensions
  • Constructor of DeletedServerCollection, InstanceFailoverGroupCollection, SqlTimeZoneCollection, ServerTrustGroupCollection and SubscriptionUsageCollection no longer accept locationName as their first parameter.
  • Constructor of ResourceGroupLongTermRetentionBackupCollection and SubscriptionLongTermRetentionBackupCollection no longer accept locationName, longTermRetentionServerName and longTermRetentionDatabaseName as its first three parameters.
  • Constructor of ResourceGroupLongTermRetentionManagedInstanceBackupCollection and SubscriptionLongTermRetentionManagedInstanceBackupCollection no longer accept locationName, managedInstanceName and databaseName as its first three parameters.
  • Method GetInstanceFailoverGroups and GetServerTrustGroups in ResourceGroupExtensions now accepts an extra parameter locationName.
  • Method GetResourceGroupLongTermRetentionBackups in ResourceGroupExtensions now accepts three extra parameters locationName, longTermRetentionServerName and longTermRetentionDatabaseName.
  • Method GetResourceGroupLongTermRetentionManagedInstanceBackups in ResourceGroupExtensions now accepts three extra parameters locationName, managedInstanceName and databaseName.
  • Method GetDeletedServers, GetSqlTimeZones and GetSubscriptionUsages now accepts an extra parameter locationName.
  • Method GetSubscriptionLongTermRetentionBackups now accepts three extra parameters locationName, longTermRetentionServerName and longTermRetentionDatabaseName.
  • Method GetSubscriptionLongTermRetentionManagedInstanceBackups now accepts three extra parameters locationName, managedInstanceName and databaseName.

Bugs Fixed

  • Fixed comments for FirstPageFunc of each pageable resource class

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

NewReleases is sending notifications on new releases.