|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0-beta.1 (2023-04-14) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `Identity.Type` has been changed from `*string` to `*ManagedServiceIdentityType` |
| 7 | + |
| 8 | +### Features Added |
| 9 | + |
| 10 | +- New enum type `AdministratorName` with values `AdministratorNameActiveDirectory` |
| 11 | +- New enum type `AdministratorType` with values `AdministratorTypeActiveDirectory` |
| 12 | +- New enum type `BackupFormat` with values `BackupFormatCollatedFormat`, `BackupFormatNone` |
| 13 | +- New enum type `ManagedServiceIdentityType` with values `ManagedServiceIdentityTypeUserAssigned` |
| 14 | +- New enum type `OperationStatus` with values `OperationStatusCancelInProgress`, `OperationStatusCanceled`, `OperationStatusFailed`, `OperationStatusInProgress`, `OperationStatusPending`, `OperationStatusSucceeded` |
| 15 | +- New enum type `ResetAllToDefault` with values `ResetAllToDefaultFalse`, `ResetAllToDefaultTrue` |
| 16 | +- New function `NewAzureADAdministratorsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AzureADAdministratorsClient, error)` |
| 17 | +- New function `*AzureADAdministratorsClient.BeginCreateOrUpdate(context.Context, string, string, AdministratorName, AzureADAdministrator, *AzureADAdministratorsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AzureADAdministratorsClientCreateOrUpdateResponse], error)` |
| 18 | +- New function `*AzureADAdministratorsClient.BeginDelete(context.Context, string, string, AdministratorName, *AzureADAdministratorsClientBeginDeleteOptions) (*runtime.Poller[AzureADAdministratorsClientDeleteResponse], error)` |
| 19 | +- New function `*AzureADAdministratorsClient.Get(context.Context, string, string, AdministratorName, *AzureADAdministratorsClientGetOptions) (AzureADAdministratorsClientGetResponse, error)` |
| 20 | +- New function `*AzureADAdministratorsClient.NewListByServerPager(string, string, *AzureADAdministratorsClientListByServerOptions) *runtime.Pager[AzureADAdministratorsClientListByServerResponse]` |
| 21 | +- New function `NewBackupAndExportClient(string, azcore.TokenCredential, *arm.ClientOptions) (*BackupAndExportClient, error)` |
| 22 | +- New function `*BackupAndExportClient.BeginCreate(context.Context, string, string, BackupAndExportRequest, *BackupAndExportClientBeginCreateOptions) (*runtime.Poller[BackupAndExportClientCreateResponse], error)` |
| 23 | +- New function `*BackupAndExportClient.ValidateBackup(context.Context, string, string, *BackupAndExportClientValidateBackupOptions) (BackupAndExportClientValidateBackupResponse, error)` |
| 24 | +- New function `*BackupStoreDetails.GetBackupStoreDetails() *BackupStoreDetails` |
| 25 | +- New function `*BackupsClient.Put(context.Context, string, string, string, *BackupsClientPutOptions) (BackupsClientPutResponse, error)` |
| 26 | +- New function `NewCheckNameAvailabilityWithoutLocationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CheckNameAvailabilityWithoutLocationClient, error)` |
| 27 | +- New function `*CheckNameAvailabilityWithoutLocationClient.Execute(context.Context, NameAvailabilityRequest, *CheckNameAvailabilityWithoutLocationClientExecuteOptions) (CheckNameAvailabilityWithoutLocationClientExecuteResponse, error)` |
| 28 | +- New function `*ClientFactory.NewAzureADAdministratorsClient() *AzureADAdministratorsClient` |
| 29 | +- New function `*ClientFactory.NewBackupAndExportClient() *BackupAndExportClient` |
| 30 | +- New function `*ClientFactory.NewCheckNameAvailabilityWithoutLocationClient() *CheckNameAvailabilityWithoutLocationClient` |
| 31 | +- New function `*ClientFactory.NewLogFilesClient() *LogFilesClient` |
| 32 | +- New function `*ConfigurationsClient.BeginCreateOrUpdate(context.Context, string, string, string, Configuration, *ConfigurationsClientBeginCreateOrUpdateOptions) (*runtime.Poller[ConfigurationsClientCreateOrUpdateResponse], error)` |
| 33 | +- New function `*FullBackupStoreDetails.GetBackupStoreDetails() *BackupStoreDetails` |
| 34 | +- New function `NewLogFilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LogFilesClient, error)` |
| 35 | +- New function `*LogFilesClient.NewListByServerPager(string, string, *LogFilesClientListByServerOptions) *runtime.Pager[LogFilesClientListByServerResponse]` |
| 36 | +- New function `*ServersClient.BeginResetGtid(context.Context, string, string, ServerGtidSetParameter, *ServersClientBeginResetGtidOptions) (*runtime.Poller[ServersClientResetGtidResponse], error)` |
| 37 | +- New struct `AdministratorListResult` |
| 38 | +- New struct `AdministratorProperties` |
| 39 | +- New struct `AzureADAdministrator` |
| 40 | +- New struct `BackupAndExportRequest` |
| 41 | +- New struct `BackupAndExportResponse` |
| 42 | +- New struct `BackupAndExportResponseProperties` |
| 43 | +- New struct `BackupRequestBase` |
| 44 | +- New struct `BackupSettings` |
| 45 | +- New struct `FullBackupStoreDetails` |
| 46 | +- New struct `LogFile` |
| 47 | +- New struct `LogFileListResult` |
| 48 | +- New struct `LogFileProperties` |
| 49 | +- New struct `ServerGtidSetParameter` |
| 50 | +- New struct `ValidateBackupResponse` |
| 51 | +- New struct `ValidateBackupResponseProperties` |
| 52 | +- New field `ResetAllToDefault` in struct `ConfigurationListForBatchUpdate` |
| 53 | +- New field `CurrentValue` in struct `ConfigurationProperties` |
| 54 | +- New field `DocumentationLink` in struct `ConfigurationProperties` |
| 55 | +- New field `Keyword` in struct `ConfigurationsClientListByServerOptions` |
| 56 | +- New field `Page` in struct `ConfigurationsClientListByServerOptions` |
| 57 | +- New field `PageSize` in struct `ConfigurationsClientListByServerOptions` |
| 58 | +- New field `Tags` in struct `ConfigurationsClientListByServerOptions` |
| 59 | +- New field `Version` in struct `ServerPropertiesForUpdate` |
| 60 | +- New field `AutoIoScaling` in struct `Storage` |
| 61 | +- New field `LogOnDisk` in struct `Storage` |
| 62 | +- New field `Location` in struct `VirtualNetworkSubnetUsageResult` |
| 63 | +- New field `SubscriptionID` in struct `VirtualNetworkSubnetUsageResult` |
| 64 | + |
| 65 | + |
3 | 66 | ## 1.1.1 (2023-04-14) |
4 | 67 | ### Bug Fixes |
5 | 68 |
|
|
0 commit comments