|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.3.0-beta.1 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-01-26) |
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-2025-01. 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.TargetType` was modified |
| 16 | + |
| 17 | +* `location()` was removed |
| 18 | + |
| 19 | +#### `models.ExperimentExecutionDetails` was modified |
| 20 | + |
| 21 | +* `failureReason()` was removed |
| 22 | +* `status()` was removed |
| 23 | +* `runInformation()` was removed |
| 24 | +* `stoppedAt()` was removed |
| 25 | +* `startedAt()` was removed |
| 26 | +* `lastActionAt()` was removed |
| 27 | + |
| 28 | +#### `models.DelayAction` was modified |
| 29 | + |
| 30 | +* `java.lang.String type()` -> `models.ExperimentActionType type()` |
| 31 | + |
| 32 | +#### `models.ContinuousAction` was modified |
| 33 | + |
| 34 | +* `java.lang.String type()` -> `models.ExperimentActionType type()` |
| 35 | + |
| 36 | +#### `models.CapabilityType` was modified |
| 37 | + |
| 38 | +* `location()` was removed |
| 39 | + |
| 40 | +#### `models.Experiment$Definition` was modified |
| 41 | + |
| 42 | +* `withIdentity(models.ResourceIdentity)` was removed |
| 43 | + |
| 44 | +#### `models.ChaosExperimentAction` was modified |
| 45 | + |
| 46 | +* `java.lang.String type()` -> `models.ExperimentActionType type()` |
| 47 | + |
| 48 | +#### `models.Experiment` was modified |
| 49 | + |
| 50 | +* `models.ResourceIdentity identity()` -> `models.ManagedServiceIdentity identity()` |
| 51 | + |
| 52 | +#### `models.DiscreteAction` was modified |
| 53 | + |
| 54 | +* `java.lang.String type()` -> `models.ExperimentActionType type()` |
| 55 | + |
| 56 | +#### `models.ChaosTargetSelector` was modified |
| 57 | + |
| 58 | +* `additionalProperties()` was removed |
| 59 | +* `withAdditionalProperties(java.util.Map)` was removed |
| 60 | + |
| 61 | +#### `models.ExperimentUpdate` was modified |
| 62 | + |
| 63 | +* `withIdentity(models.ResourceIdentity)` was removed |
| 64 | +* `models.ResourceIdentity identity()` -> `models.ManagedServiceIdentity identity()` |
| 65 | + |
| 66 | +#### `models.Experiment$Update` was modified |
| 67 | + |
| 68 | +* `withIdentity(models.ResourceIdentity)` was removed |
| 69 | + |
| 70 | +#### `models.OperationStatuses` was modified |
| 71 | + |
| 72 | +* `models.OperationStatus get(java.lang.String,java.lang.String)` -> `models.OperationStatusResult get(java.lang.String,java.lang.String)` |
| 73 | + |
| 74 | +### Features Added |
| 75 | + |
| 76 | +* `models.ExperimentActionType` was added |
| 77 | + |
| 78 | +* `models.ExperimentExecutionDetailsProperties` was added |
| 79 | + |
| 80 | +* `models.ManagedServiceIdentityType` was added |
| 81 | + |
| 82 | +* `models.OperationStatusResult` was added |
| 83 | + |
| 84 | +* `models.ManagedServiceIdentity` was added |
| 85 | + |
| 86 | +#### `models.TargetListResult` was modified |
| 87 | + |
| 88 | +* `withValue(java.util.List)` was added |
| 89 | +* `withNextLink(java.lang.String)` was added |
| 90 | + |
| 91 | +#### `models.ExperimentExecutionDetails` was modified |
| 92 | + |
| 93 | +* `properties()` was added |
| 94 | + |
| 95 | +#### `models.CapabilityTypeListResult` was modified |
| 96 | + |
| 97 | +* `withNextLink(java.lang.String)` was added |
| 98 | +* `withValue(java.util.List)` was added |
| 99 | + |
| 100 | +#### `models.ExperimentListResult` was modified |
| 101 | + |
| 102 | +* `withValue(java.util.List)` was added |
| 103 | +* `withNextLink(java.lang.String)` was added |
| 104 | + |
| 105 | +#### `models.CapabilityType` was modified |
| 106 | + |
| 107 | +* `requiredAzureRoleDefinitionIds()` was added |
| 108 | + |
| 109 | +#### `models.ExperimentExecutionListResult` was modified |
| 110 | + |
| 111 | +* `withNextLink(java.lang.String)` was added |
| 112 | +* `withValue(java.util.List)` was added |
| 113 | + |
| 114 | +#### `models.ExperimentExecution` was modified |
| 115 | + |
| 116 | +* `systemData()` was added |
| 117 | + |
| 118 | +#### `models.Experiment$Definition` was modified |
| 119 | + |
| 120 | +* `withIdentity(models.ManagedServiceIdentity)` was added |
| 121 | + |
| 122 | +#### `models.TargetTypeListResult` was modified |
| 123 | + |
| 124 | +* `withValue(java.util.List)` was added |
| 125 | +* `withNextLink(java.lang.String)` was added |
| 126 | + |
| 127 | +#### `models.CapabilityListResult` was modified |
| 128 | + |
| 129 | +* `withValue(java.util.List)` was added |
| 130 | +* `withNextLink(java.lang.String)` was added |
| 131 | + |
| 132 | +#### `models.ExperimentUpdate` was modified |
| 133 | + |
| 134 | +* `withIdentity(models.ManagedServiceIdentity)` was added |
| 135 | + |
| 136 | +#### `models.Experiment$Update` was modified |
10 | 137 |
|
11 | | -### Other Changes |
| 138 | +* `withIdentity(models.ManagedServiceIdentity)` was added |
12 | 139 |
|
13 | 140 | ## 1.2.0 (2024-12-19) |
14 | 141 |
|
|
0 commit comments