|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 2.0.0-beta.1 (2025-04-28) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Enum `ActionType` has been removed |
| 7 | +- Enum `Origin` has been removed |
| 8 | +- Function `*ClientFactory.NewLoadTestsClient` has been removed |
| 9 | +- Function `*ClientFactory.NewOperationsClient` has been removed |
| 10 | +- Function `*ClientFactory.NewQuotasClient` has been removed |
| 11 | +- Function `NewLoadTestsClient` has been removed |
| 12 | +- Function `*LoadTestsClient.BeginCreateOrUpdate` has been removed |
| 13 | +- Function `*LoadTestsClient.BeginDelete` has been removed |
| 14 | +- Function `*LoadTestsClient.Get` has been removed |
| 15 | +- Function `*LoadTestsClient.NewListByResourceGroupPager` has been removed |
| 16 | +- Function `*LoadTestsClient.NewListBySubscriptionPager` has been removed |
| 17 | +- Function `*LoadTestsClient.NewListOutboundNetworkDependenciesEndpointsPager` has been removed |
| 18 | +- Function `*LoadTestsClient.BeginUpdate` has been removed |
| 19 | +- Function `NewOperationsClient` has been removed |
| 20 | +- Function `*OperationsClient.NewListPager` has been removed |
| 21 | +- Function `NewQuotasClient` has been removed |
| 22 | +- Function `*QuotasClient.CheckAvailability` has been removed |
| 23 | +- Function `*QuotasClient.Get` has been removed |
| 24 | +- Function `*QuotasClient.NewListPager` has been removed |
| 25 | +- Struct `LoadTestResourcePageList` has been removed |
| 26 | +- Struct `LoadTestResourcePatchRequestBody` has been removed |
| 27 | +- Struct `LoadTestResourcePatchRequestBodyProperties` has been removed |
| 28 | +- Struct `Operation` has been removed |
| 29 | +- Struct `OperationDisplay` has been removed |
| 30 | +- Struct `OperationListResult` has been removed |
| 31 | +- Struct `OutboundEnvironmentEndpointCollection` has been removed |
| 32 | +- Struct `QuotaResourceList` has been removed |
| 33 | +- Field `ID`, `Name`, `SystemData`, `Type` of struct `QuotaBucketRequest` has been removed |
| 34 | + |
| 35 | +### Features Added |
| 36 | + |
| 37 | +- New function `*ClientFactory.NewLoadTestMgmtClient() *LoadTestMgmtClient` |
| 38 | +- New function `NewLoadTestMgmtClient(string, azcore.TokenCredential, *arm.ClientOptions) (*LoadTestMgmtClient, error)` |
| 39 | +- New function `*LoadTestMgmtClient.CheckAvailabilityQuota(context.Context, string, string, QuotaBucketRequest, *LoadTestMgmtClientCheckAvailabilityQuotaOptions) (LoadTestMgmtClientCheckAvailabilityQuotaResponse, error)` |
| 40 | +- New function `*LoadTestMgmtClient.BeginCreateOrUpdateLoadtest(context.Context, string, string, LoadTestResource, *LoadTestMgmtClientBeginCreateOrUpdateLoadtestOptions) (*runtime.Poller[LoadTestMgmtClientCreateOrUpdateLoadtestResponse], error)` |
| 41 | +- New function `*LoadTestMgmtClient.BeginDeleteLoadtest(context.Context, string, string, *LoadTestMgmtClientBeginDeleteLoadtestOptions) (*runtime.Poller[LoadTestMgmtClientDeleteLoadtestResponse], error)` |
| 42 | +- New function `*LoadTestMgmtClient.GetLoadtest(context.Context, string, string, *LoadTestMgmtClientGetLoadtestOptions) (LoadTestMgmtClientGetLoadtestResponse, error)` |
| 43 | +- New function `*LoadTestMgmtClient.GetQuota(context.Context, string, string, *LoadTestMgmtClientGetQuotaOptions) (LoadTestMgmtClientGetQuotaResponse, error)` |
| 44 | +- New function `*LoadTestMgmtClient.NewListByResourceGroupPager(string, *LoadTestMgmtClientListByResourceGroupOptions) *runtime.Pager[LoadTestMgmtClientListByResourceGroupResponse]` |
| 45 | +- New function `*LoadTestMgmtClient.NewListBySubscriptionPager(*LoadTestMgmtClientListBySubscriptionOptions) *runtime.Pager[LoadTestMgmtClientListBySubscriptionResponse]` |
| 46 | +- New function `*LoadTestMgmtClient.NewListQuotaPager(string, *LoadTestMgmtClientListQuotaOptions) *runtime.Pager[LoadTestMgmtClientListQuotaResponse]` |
| 47 | +- New function `*LoadTestMgmtClient.NewOutboundNetworkDependenciesEndpointsPager(string, string, *LoadTestMgmtClientOutboundNetworkDependenciesEndpointsOptions) *runtime.Pager[LoadTestMgmtClientOutboundNetworkDependenciesEndpointsResponse]` |
| 48 | +- New function `*LoadTestMgmtClient.BeginUpdateLoadtest(context.Context, string, string, LoadTestResourceUpdate, *LoadTestMgmtClientBeginUpdateLoadtestOptions) (*runtime.Poller[LoadTestMgmtClientUpdateLoadtestResponse], error)` |
| 49 | +- New struct `LoadTestResourceListResult` |
| 50 | +- New struct `LoadTestResourceUpdate` |
| 51 | +- New struct `LoadTestResourceUpdateProperties` |
| 52 | +- New struct `PagedOutboundEnvironmentEndpoint` |
| 53 | +- New struct `QuotaResourceListResult` |
| 54 | + |
| 55 | + |
3 | 56 | ## 1.2.0 (2023-11-24)
|
4 | 57 | ### Features Added
|
5 | 58 |
|
|
0 commit comments