|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0-beta.1 (2023-03-30) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `Identity.Type` has been changed from `*string` to `*ManagedServiceIdentityType` |
| 7 | +- Struct `CloudError` has been removed |
| 8 | + |
| 9 | +### Features Added |
| 10 | + |
| 11 | +- New enum type `AdministratorName` with values `AdministratorNameActiveDirectory` |
| 12 | +- New enum type `AdministratorType` with values `AdministratorTypeActiveDirectory` |
| 13 | +- New enum type `BackupFormat` with values `BackupFormatCollatedFormat`, `BackupFormatNone` |
| 14 | +- New enum type `ManagedServiceIdentityType` with values `ManagedServiceIdentityTypeUserAssigned` |
| 15 | +- New enum type `OperationStatus` with values `OperationStatusCancelInProgress`, `OperationStatusCanceled`, `OperationStatusFailed`, `OperationStatusInProgress`, `OperationStatusPending`, `OperationStatusSucceeded` |
| 16 | +- New enum type `ResetAllToDefault` with values `ResetAllToDefaultFalse`, `ResetAllToDefaultTrue` |
| 17 | +- New function `NewAzureADAdministratorsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AzureADAdministratorsClient, error)` |
| 18 | +- New function `*AzureADAdministratorsClient.BeginCreateOrUpdate(context.Context, string, string, AdministratorName, AzureADAdministrator, *AzureADAdministratorsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AzureADAdministratorsClientCreateOrUpdateResponse], error)` |
| 19 | +- New function `*AzureADAdministratorsClient.BeginDelete(context.Context, string, string, AdministratorName, *AzureADAdministratorsClientBeginDeleteOptions) (*runtime.Poller[AzureADAdministratorsClientDeleteResponse], error)` |
| 20 | +- New function `*AzureADAdministratorsClient.Get(context.Context, string, string, AdministratorName, *AzureADAdministratorsClientGetOptions) (AzureADAdministratorsClientGetResponse, error)` |
| 21 | +- New function `*AzureADAdministratorsClient.NewListByServerPager(string, string, *AzureADAdministratorsClientListByServerOptions) *runtime.Pager[AzureADAdministratorsClientListByServerResponse]` |
| 22 | +- New function `NewBackupAndExportClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BackupAndExportClient, error)` |
| 23 | +- New function `*BackupAndExportClient.BeginCreate(context.Context, string, string, BackupAndExportRequest, *BackupAndExportClientBeginCreateOptions) (*runtime.Poller[BackupAndExportClientCreateResponse], error)` |
| 24 | +- New function `*BackupAndExportClient.ValidateBackup(context.Context, string, string, *BackupAndExportClientValidateBackupOptions) (BackupAndExportClientValidateBackupResponse, error)` |
| 25 | +- New function `*BackupStoreDetails.GetBackupStoreDetails() *BackupStoreDetails` |
| 26 | +- New function `*BackupsClient.Put(context.Context, string, string, string, *BackupsClientPutOptions) (BackupsClientPutResponse, error)` |
| 27 | +- New function `NewCheckNameAvailabilityWithoutLocationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CheckNameAvailabilityWithoutLocationClient, error)` |
| 28 | +- New function `*CheckNameAvailabilityWithoutLocationClient.Execute(context.Context, NameAvailabilityRequest, *CheckNameAvailabilityWithoutLocationClientExecuteOptions) (CheckNameAvailabilityWithoutLocationClientExecuteResponse, error)` |
| 29 | +- New function `NewClientFactory(string, azcore.TokenCredential, *arm.ClientOptions) (*ClientFactory, error)` |
| 30 | +- New function `*ClientFactory.NewAzureADAdministratorsClient() *AzureADAdministratorsClient` |
| 31 | +- New function `*ClientFactory.NewBackupAndExportClient() *BackupAndExportClient` |
| 32 | +- New function `*ClientFactory.NewBackupsClient() *BackupsClient` |
| 33 | +- New function `*ClientFactory.NewCheckNameAvailabilityClient() *CheckNameAvailabilityClient` |
| 34 | +- New function `*ClientFactory.NewCheckNameAvailabilityWithoutLocationClient() *CheckNameAvailabilityWithoutLocationClient` |
| 35 | +- New function `*ClientFactory.NewCheckVirtualNetworkSubnetUsageClient() *CheckVirtualNetworkSubnetUsageClient` |
| 36 | +- New function `*ClientFactory.NewConfigurationsClient() *ConfigurationsClient` |
| 37 | +- New function `*ClientFactory.NewDatabasesClient() *DatabasesClient` |
| 38 | +- New function `*ClientFactory.NewFirewallRulesClient() *FirewallRulesClient` |
| 39 | +- New function `*ClientFactory.NewGetPrivateDNSZoneSuffixClient() *GetPrivateDNSZoneSuffixClient` |
| 40 | +- New function `*ClientFactory.NewLocationBasedCapabilitiesClient() *LocationBasedCapabilitiesClient` |
| 41 | +- New function `*ClientFactory.NewLogFilesClient() *LogFilesClient` |
| 42 | +- New function `*ClientFactory.NewOperationsClient() *OperationsClient` |
| 43 | +- New function `*ClientFactory.NewReplicasClient() *ReplicasClient` |
| 44 | +- New function `*ClientFactory.NewServersClient() *ServersClient` |
| 45 | +- New function `*FullBackupStoreDetails.GetBackupStoreDetails() *BackupStoreDetails` |
| 46 | +- New function `NewLogFilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LogFilesClient, error)` |
| 47 | +- New function `*LogFilesClient.NewListByServerPager(string, string, *LogFilesClientListByServerOptions) *runtime.Pager[LogFilesClientListByServerResponse]` |
| 48 | +- New function `*ServersClient.BeginResetGtid(context.Context, string, string, ServerGtidSetParameter, *ServersClientBeginResetGtidOptions) (*runtime.Poller[ServersClientResetGtidResponse], error)` |
| 49 | +- New struct `AdministratorListResult` |
| 50 | +- New struct `AdministratorProperties` |
| 51 | +- New struct `AzureADAdministrator` |
| 52 | +- New struct `BackupAndExportRequest` |
| 53 | +- New struct `BackupAndExportResponse` |
| 54 | +- New struct `BackupAndExportResponseProperties` |
| 55 | +- New struct `BackupRequestBase` |
| 56 | +- New struct `BackupSettings` |
| 57 | +- New struct `ClientFactory` |
| 58 | +- New struct `FullBackupStoreDetails` |
| 59 | +- New struct `LogFile` |
| 60 | +- New struct `LogFileListResult` |
| 61 | +- New struct `LogFileProperties` |
| 62 | +- New struct `ServerGtidSetParameter` |
| 63 | +- New struct `ValidateBackupResponse` |
| 64 | +- New struct `ValidateBackupResponseProperties` |
| 65 | +- New field `ResetAllToDefault` in struct `ConfigurationListForBatchUpdate` |
| 66 | +- New field `Keyword` in struct `ConfigurationsClientListByServerOptions` |
| 67 | +- New field `Page` in struct `ConfigurationsClientListByServerOptions` |
| 68 | +- New field `PageSize` in struct `ConfigurationsClientListByServerOptions` |
| 69 | +- New field `Tags` in struct `ConfigurationsClientListByServerOptions` |
| 70 | +- New field `Version` in struct `ServerPropertiesForUpdate` |
| 71 | +- New field `AutoIoScaling` in struct `Storage` |
| 72 | +- New field `Location` in struct `VirtualNetworkSubnetUsageResult` |
| 73 | +- New field `SubscriptionID` in struct `VirtualNetworkSubnetUsageResult` |
| 74 | + |
| 75 | + |
3 | 76 | ## 1.0.0 (2022-05-17) |
4 | 77 |
|
5 | 78 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/mysql/armmysqlflexibleservers` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes. |
|
0 commit comments