|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0 (2023-04-13) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Field `AdditionalInfo` of struct `ErrorResponse` has been removed |
| 7 | +- Field `Code` of struct `ErrorResponse` has been removed |
| 8 | +- Field `Details` of struct `ErrorResponse` has been removed |
| 9 | +- Field `Message` of struct `ErrorResponse` has been removed |
| 10 | +- Field `Target` of struct `ErrorResponse` has been removed |
| 11 | + |
| 12 | +### Features Added |
| 13 | + |
| 14 | +- New enum type `AdministratorName` with values `AdministratorNameActiveDirectory` |
| 15 | +- New enum type `AdministratorType` with values `AdministratorTypeActiveDirectory` |
| 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 `*BackupsClient.Put(context.Context, string, string, string, *BackupsClientPutOptions) (BackupsClientPutResponse, error)` |
| 23 | +- New function `NewCheckNameAvailabilityWithoutLocationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CheckNameAvailabilityWithoutLocationClient, error)` |
| 24 | +- New function `*CheckNameAvailabilityWithoutLocationClient.Execute(context.Context, NameAvailabilityRequest, *CheckNameAvailabilityWithoutLocationClientExecuteOptions) (CheckNameAvailabilityWithoutLocationClientExecuteResponse, error)` |
| 25 | +- New function `*ClientFactory.NewAzureADAdministratorsClient() *AzureADAdministratorsClient` |
| 26 | +- New function `*ClientFactory.NewCheckNameAvailabilityWithoutLocationClient() *CheckNameAvailabilityWithoutLocationClient` |
| 27 | +- New function `*ClientFactory.NewLogFilesClient() *LogFilesClient` |
| 28 | +- New function `*ConfigurationsClient.BeginCreateOrUpdate(context.Context, string, string, string, Configuration, *ConfigurationsClientBeginCreateOrUpdateOptions) (*runtime.Poller[ConfigurationsClientCreateOrUpdateResponse], error)` |
| 29 | +- New function `NewLogFilesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LogFilesClient, error)` |
| 30 | +- New function `*LogFilesClient.NewListByServerPager(string, string, *LogFilesClientListByServerOptions) *runtime.Pager[LogFilesClientListByServerResponse]` |
| 31 | +- New struct `AdministratorListResult` |
| 32 | +- New struct `AdministratorProperties` |
| 33 | +- New struct `AzureADAdministrator` |
| 34 | +- New struct `ErrorDetail` |
| 35 | +- New struct `LogFile` |
| 36 | +- New struct `LogFileListResult` |
| 37 | +- New struct `LogFileProperties` |
| 38 | +- New field `ResetAllToDefault` in struct `ConfigurationListForBatchUpdate` |
| 39 | +- New field `CurrentValue` in struct `ConfigurationProperties` |
| 40 | +- New field `DocumentationLink` in struct `ConfigurationProperties` |
| 41 | +- New field `Keyword` in struct `ConfigurationsClientListByServerOptions` |
| 42 | +- New field `Page` in struct `ConfigurationsClientListByServerOptions` |
| 43 | +- New field `PageSize` in struct `ConfigurationsClientListByServerOptions` |
| 44 | +- New field `Tags` in struct `ConfigurationsClientListByServerOptions` |
| 45 | +- New field `Error` in struct `ErrorResponse` |
| 46 | +- New field `Version` in struct `ServerPropertiesForUpdate` |
| 47 | +- New field `AutoIoScaling` in struct `Storage` |
| 48 | +- New field `Location` in struct `VirtualNetworkSubnetUsageResult` |
| 49 | +- New field `SubscriptionID` in struct `VirtualNetworkSubnetUsageResult` |
| 50 | + |
| 51 | + |
3 | 52 | ## 1.1.0 (2023-03-31) |
4 | 53 | ### Features Added |
5 | 54 |
|
|
0 commit comments