|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.3.0-beta.1 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-01-11) |
4 | 4 |
|
5 |
| -### Features Added |
| 5 | +- Azure Resource Manager Chaos client library for Java. This package contains Microsoft Azure SDK for Chaos Management SDK. Chaos Management Client. Package tag package-preview-2024-11. 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 | +#### `models.ResourceIdentity` was removed |
| 10 | + |
| 11 | +#### `models.ResourceIdentityType` was removed |
| 12 | + |
| 13 | +#### `models.OperationStatus` was removed |
| 14 | + |
| 15 | +#### `models.ContinuousAction` was modified |
| 16 | + |
| 17 | +* `java.lang.String type()` -> `models.ExperimentActionType type()` |
| 18 | + |
| 19 | +#### `models.ChaosExperimentAction` was modified |
| 20 | + |
| 21 | +* `java.lang.String type()` -> `models.ExperimentActionType type()` |
| 22 | + |
| 23 | +#### `models.Experiment` was modified |
| 24 | + |
| 25 | +* `models.ResourceIdentity identity()` -> `models.ManagedServiceIdentity identity()` |
| 26 | + |
| 27 | +#### `models.DiscreteAction` was modified |
| 28 | + |
| 29 | +* `java.lang.String type()` -> `models.ExperimentActionType type()` |
| 30 | + |
| 31 | +#### `models.ExperimentUpdate` was modified |
| 32 | + |
| 33 | +* `withIdentity(models.ResourceIdentity)` was removed |
| 34 | +* `models.ResourceIdentity identity()` -> `models.ManagedServiceIdentity identity()` |
| 35 | + |
| 36 | +#### `models.DelayAction` was modified |
| 37 | + |
| 38 | +* `java.lang.String type()` -> `models.ExperimentActionType type()` |
| 39 | + |
| 40 | +#### `models.Experiment$Definition` was modified |
| 41 | + |
| 42 | +* `withIdentity(models.ResourceIdentity)` was removed |
| 43 | + |
| 44 | +#### `models.ChaosTargetSelector` was modified |
| 45 | + |
| 46 | +* `withAdditionalProperties(java.util.Map)` was removed |
| 47 | +* `additionalProperties()` was removed |
| 48 | + |
| 49 | +#### `models.Experiment$Update` was modified |
| 50 | + |
| 51 | +* `withIdentity(models.ResourceIdentity)` was removed |
| 52 | + |
| 53 | +#### `models.OperationStatuses` was modified |
| 54 | + |
| 55 | +* `models.OperationStatus get(java.lang.String,java.lang.String)` -> `models.OperationStatusResult get(java.lang.String,java.lang.String)` |
| 56 | + |
| 57 | +### Features Added |
| 58 | + |
| 59 | +* `models.PrivateAccess` was added |
| 60 | + |
| 61 | +* `models.PrivateEndpointConnection` was added |
| 62 | + |
| 63 | +* `models.PrivateEndpointServiceConnectionStatus` was added |
| 64 | + |
| 65 | +* `models.CustomerDataStorageProperties` was added |
| 66 | + |
| 67 | +* `models.PrivateLinkResource` was added |
| 68 | + |
| 69 | +* `models.OperationStatusResult` was added |
| 70 | + |
| 71 | +* `models.PrivateAccess$Update` was added |
| 72 | + |
| 73 | +* `models.PublicNetworkAccessOption` was added |
| 74 | + |
| 75 | +* `models.PrivateAccessPatch` was added |
| 76 | + |
| 77 | +* `models.PrivateAccess$DefinitionStages` was added |
| 78 | + |
| 79 | +* `models.ExperimentActionType` was added |
| 80 | + |
| 81 | +* `models.PrivateAccess$Definition` was added |
| 82 | + |
| 83 | +* `models.PrivateLinkServiceConnectionState` was added |
| 84 | + |
| 85 | +* `models.PrivateEndpoint` was added |
| 86 | + |
| 87 | +* `models.ManagedServiceIdentityType` was added |
| 88 | + |
| 89 | +* `models.PrivateAccessListResult` was added |
| 90 | + |
| 91 | +* `models.PrivateAccess$UpdateStages` was added |
| 92 | + |
| 93 | +* `models.PrivateEndpointConnectionListResult` was added |
| 94 | + |
| 95 | +* `models.PrivateAccesses` was added |
| 96 | + |
| 97 | +* `models.ManagedServiceIdentity` was added |
| 98 | + |
| 99 | +* `models.PrivateLinkResourceListResult` was added |
| 100 | + |
| 101 | +#### `models.ExperimentExecution` was modified |
| 102 | + |
| 103 | +* `systemData()` was added |
| 104 | + |
| 105 | +#### `models.Experiment` was modified |
| 106 | + |
| 107 | +* `customerDataStorage()` was added |
| 108 | + |
| 109 | +#### `models.CapabilityListResult` was modified |
| 110 | + |
| 111 | +* `withValue(java.util.List)` was added |
| 112 | +* `withNextLink(java.lang.String)` was added |
| 113 | + |
| 114 | +#### `models.ExperimentUpdate` was modified |
| 115 | + |
| 116 | +* `withIdentity(models.ManagedServiceIdentity)` was added |
| 117 | + |
| 118 | +#### `models.TargetListResult` was modified |
| 119 | + |
| 120 | +* `withValue(java.util.List)` was added |
| 121 | +* `withNextLink(java.lang.String)` was added |
| 122 | + |
| 123 | +#### `models.CapabilityTypeListResult` was modified |
| 124 | + |
| 125 | +* `withNextLink(java.lang.String)` was added |
| 126 | +* `withValue(java.util.List)` was added |
| 127 | + |
| 128 | +#### `models.ExperimentListResult` was modified |
| 129 | + |
| 130 | +* `withNextLink(java.lang.String)` was added |
| 131 | +* `withValue(java.util.List)` was added |
| 132 | + |
| 133 | +#### `models.ExperimentExecutionListResult` was modified |
| 134 | + |
| 135 | +* `withNextLink(java.lang.String)` was added |
| 136 | +* `withValue(java.util.List)` was added |
| 137 | + |
| 138 | +#### `models.Experiment$Definition` was modified |
| 139 | + |
| 140 | +* `withIdentity(models.ManagedServiceIdentity)` was added |
| 141 | +* `withCustomerDataStorage(models.CustomerDataStorageProperties)` was added |
| 142 | + |
| 143 | +#### `models.TargetTypeListResult` was modified |
| 144 | + |
| 145 | +* `withNextLink(java.lang.String)` was added |
| 146 | +* `withValue(java.util.List)` was added |
| 147 | + |
| 148 | +#### `ChaosManager` was modified |
| 149 | + |
| 150 | +* `privateAccesses()` was added |
| 151 | + |
| 152 | +#### `models.Experiment$Update` was modified |
10 | 153 |
|
11 |
| -### Other Changes |
| 154 | +* `withIdentity(models.ManagedServiceIdentity)` was added |
12 | 155 |
|
13 | 156 | ## 1.2.0 (2024-12-19)
|
14 | 157 |
|
|
0 commit comments