|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0-beta.3 (2024-01-31) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ComponentPurgeBodyFilters.Value` has been changed from `any` to `interface{}` |
| 7 | +- Type of `OperationLive.Properties` has been changed from `any` to `interface{}` |
| 8 | +- Type of `WorkbookTemplateLocalizedGallery.TemplateData` has been changed from `any` to `interface{}` |
| 9 | +- Type of `WorkbookTemplateProperties.TemplateData` has been changed from `any` to `interface{}` |
| 10 | +- Type alias `Kind` has been removed |
| 11 | +- Type alias `MyWorkbookManagedIdentityType` has been removed |
| 12 | +- Function `NewClientFactory` has been removed |
| 13 | +- Function `*ClientFactory.NewAPIKeysClient` has been removed |
| 14 | +- Function `*ClientFactory.NewAnalyticsItemsClient` has been removed |
| 15 | +- Function `*ClientFactory.NewAnnotationsClient` has been removed |
| 16 | +- Function `*ClientFactory.NewComponentAvailableFeaturesClient` has been removed |
| 17 | +- Function `*ClientFactory.NewComponentCurrentBillingFeaturesClient` has been removed |
| 18 | +- Function `*ClientFactory.NewComponentFeatureCapabilitiesClient` has been removed |
| 19 | +- Function `*ClientFactory.NewComponentLinkedStorageAccountsClient` has been removed |
| 20 | +- Function `*ClientFactory.NewComponentQuotaStatusClient` has been removed |
| 21 | +- Function `*ClientFactory.NewComponentsClient` has been removed |
| 22 | +- Function `*ClientFactory.NewExportConfigurationsClient` has been removed |
| 23 | +- Function `*ClientFactory.NewFavoritesClient` has been removed |
| 24 | +- Function `*ClientFactory.NewLiveTokenClient` has been removed |
| 25 | +- Function `*ClientFactory.NewMyWorkbooksClient` has been removed |
| 26 | +- Function `*ClientFactory.NewProactiveDetectionConfigurationsClient` has been removed |
| 27 | +- Function `*ClientFactory.NewWebTestLocationsClient` has been removed |
| 28 | +- Function `*ClientFactory.NewWebTestsClient` has been removed |
| 29 | +- Function `*ClientFactory.NewWorkItemConfigurationsClient` has been removed |
| 30 | +- Function `*ClientFactory.NewWorkbookTemplatesClient` has been removed |
| 31 | +- Function `*ClientFactory.NewWorkbooksClient` has been removed |
| 32 | +- Function `NewMyWorkbooksClient` has been removed |
| 33 | +- Function `*MyWorkbooksClient.CreateOrUpdate` has been removed |
| 34 | +- Function `*MyWorkbooksClient.Delete` has been removed |
| 35 | +- Function `*MyWorkbooksClient.Get` has been removed |
| 36 | +- Function `*MyWorkbooksClient.NewListByResourceGroupPager` has been removed |
| 37 | +- Function `*MyWorkbooksClient.NewListBySubscriptionPager` has been removed |
| 38 | +- Function `*MyWorkbooksClient.Update` has been removed |
| 39 | +- Struct `ClientFactory` has been removed |
| 40 | +- Struct `ErrorDefinition` has been removed |
| 41 | +- Struct `InnerErrorTrace` has been removed |
| 42 | +- Struct `MyWorkbook` has been removed |
| 43 | +- Struct `MyWorkbookError` has been removed |
| 44 | +- Struct `MyWorkbookManagedIdentity` has been removed |
| 45 | +- Struct `MyWorkbookProperties` has been removed |
| 46 | +- Struct `MyWorkbookResource` has been removed |
| 47 | +- Struct `MyWorkbookUserAssignedIdentities` has been removed |
| 48 | +- Struct `MyWorkbooksClientListByResourceGroupResponse` has been removed |
| 49 | +- Struct `MyWorkbooksClientListBySubscriptionResponse` has been removed |
| 50 | +- Struct `MyWorkbooksListResult` has been removed |
| 51 | +- Field `InnerError` of struct `WorkbookErrorDefinition` has been removed |
| 52 | + |
| 53 | +### Features Added |
| 54 | + |
| 55 | +- New value `WebTestKindStandard` added to type alias `WebTestKind` |
| 56 | +- New function `NewOperationsClient(azcore.TokenCredential, *arm.ClientOptions) (*OperationsClient, error)` |
| 57 | +- New function `*OperationsClient.NewListPager(*OperationsClientListOptions) *runtime.Pager[OperationsClientListResponse]` |
| 58 | +- New struct `ErrorFieldContract` |
| 59 | +- New struct `HeaderField` |
| 60 | +- New struct `OperationsClient` |
| 61 | +- New struct `OperationsClientListResponse` |
| 62 | +- New struct `WebTestPropertiesRequest` |
| 63 | +- New struct `WebTestPropertiesValidationRules` |
| 64 | +- New struct `WebTestPropertiesValidationRulesContentValidation` |
| 65 | +- New field `Details` in struct `ErrorResponse` |
| 66 | +- New field `Request` in struct `WebTestProperties` |
| 67 | +- New field `ValidationRules` in struct `WebTestProperties` |
| 68 | +- New field `Innererror` in struct `WorkbookErrorDefinition` |
| 69 | + |
| 70 | + |
3 | 71 | ## 2.0.0-beta.1 (2022-06-02) |
4 | 72 | ### Breaking Changes |
5 | 73 |
|
|
0 commit comments