|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.2.0-beta.1 (Unreleased) |
| 3 | +## 1.2.0-beta.1 (2025-04-28) |
4 | 4 |
|
5 |
| -### Features Added |
| 5 | +- Azure Resource Manager Azure Load Testing client library for Java. This package contains Microsoft Azure SDK for Azure Load Testing Management SDK. LoadTest client provides access to LoadTest Resource and it's status operations. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
6 | 6 |
|
7 | 7 | ### Breaking Changes
|
8 | 8 |
|
9 |
| -### Bugs Fixed |
| 9 | +#### `LoadTestManager` was removed |
| 10 | + |
| 11 | +#### `models.Origin` was removed |
| 12 | + |
| 13 | +#### `models.LoadTestResourceListResult` was removed |
| 14 | + |
| 15 | +#### `models.LoadTestResourcePatchRequestBody` was removed |
| 16 | + |
| 17 | +#### `models.PagedOutboundEnvironmentEndpoint` was removed |
| 18 | + |
| 19 | +#### `LoadTestManager$Configurable` was removed |
| 20 | + |
| 21 | +#### `models.Operations` was removed |
| 22 | + |
| 23 | +#### `models.ActionType` was removed |
| 24 | + |
| 25 | +#### `models.Quotas` was removed |
| 26 | + |
| 27 | +#### `models.OperationDisplay` was removed |
| 28 | + |
| 29 | +#### `models.OperationListResult` was removed |
| 30 | + |
| 31 | +#### `models.QuotaResourceListResult` was removed |
| 32 | + |
| 33 | +#### `models.Operation` was removed |
| 34 | + |
| 35 | +#### `models.LoadTests` was removed |
| 36 | + |
| 37 | +#### `models.ManagedServiceIdentity` was modified |
| 38 | + |
| 39 | +* `java.util.UUID principalId()` -> `java.lang.String principalId()` |
| 40 | +* `java.util.UUID tenantId()` -> `java.lang.String tenantId()` |
| 41 | + |
| 42 | +#### `models.LoadTestResource$Definition` was modified |
| 43 | + |
| 44 | +* `withDescription(java.lang.String)` was removed |
| 45 | +* `withEncryption(models.EncryptionProperties)` was removed |
| 46 | + |
| 47 | +#### `models.LoadTestResource$Update` was modified |
| 48 | + |
| 49 | +* `withDescription(java.lang.String)` was removed |
| 50 | +* `withEncryption(models.EncryptionProperties)` was removed |
| 51 | + |
| 52 | +#### `models.UserAssignedIdentity` was modified |
| 53 | + |
| 54 | +* `java.util.UUID principalId()` -> `java.lang.String principalId()` |
| 55 | +* `java.util.UUID clientId()` -> `java.lang.String clientId()` |
| 56 | + |
| 57 | +#### `models.LoadTestResource` was modified |
| 58 | + |
| 59 | +* `provisioningState()` was removed |
| 60 | +* `description()` was removed |
| 61 | +* `encryption()` was removed |
| 62 | +* `dataPlaneUri()` was removed |
| 63 | + |
| 64 | +#### `models.QuotaResource` was modified |
| 65 | + |
| 66 | +* `limit()` was removed |
| 67 | +* `provisioningState()` was removed |
| 68 | +* `usage()` was removed |
| 69 | + |
| 70 | +### Features Added |
| 71 | + |
| 72 | +* `implementation.models.PagedOutboundEnvironmentEndpoint` was added |
| 73 | + |
| 74 | +* `models.ResourceProviders` was added |
| 75 | + |
| 76 | +* `implementation.models.LoadTestResourceListResult` was added |
| 77 | + |
| 78 | +* `implementation.models.QuotaResourceListResult` was added |
| 79 | + |
| 80 | +* `models.LoadTestResourceUpdateProperties` was added |
| 81 | + |
| 82 | +* `AzureLoadTestingManager$Configurable` was added |
| 83 | + |
| 84 | +* `models.LoadTestResourceUpdate` was added |
| 85 | + |
| 86 | +* `AzureLoadTestingManager` was added |
| 87 | + |
| 88 | +* `models.LoadTestProperties` was added |
| 89 | + |
| 90 | +* `models.QuotaResourceProperties` was added |
| 91 | + |
| 92 | +#### `models.LoadTestResource$Definition` was modified |
| 93 | + |
| 94 | +* `withProperties(models.LoadTestProperties)` was added |
| 95 | + |
| 96 | +#### `models.LoadTestResource$Update` was modified |
| 97 | + |
| 98 | +* `withProperties(models.LoadTestResourceUpdateProperties)` was added |
| 99 | + |
| 100 | +#### `models.LoadTestResource` was modified |
| 101 | + |
| 102 | +* `properties()` was added |
| 103 | + |
| 104 | +#### `models.QuotaResource` was modified |
10 | 105 |
|
11 |
| -### Other Changes |
| 106 | +* `properties()` was added |
12 | 107 |
|
13 | 108 | ## 1.1.0 (2024-12-12)
|
14 | 109 |
|
|
0 commit comments