Skip to content

Commit 3639cd5

Browse files
author
SDKAuto
committed
CodeGen from PR 32119 in Azure/azure-rest-api-specs
Merge 0db154ad31016d4026ae8464ee7203c6cf44026c into 709b04cc3d7bd62058bbf7c5c76e5a7fd1126fa9
1 parent 7f0d67f commit 3639cd5

File tree

166 files changed

+3024
-4742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+3024
-4742
lines changed

sdk/chaos/azure-resourcemanager-chaos/CHANGELOG.md

Lines changed: 131 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,141 @@
11
# Release History
22

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-01-26)
44

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).
66

77
### Breaking Changes
88

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
10137

11-
### Other Changes
138+
* `withIdentity(models.ManagedServiceIdentity)` was added
12139

13140
## 1.2.0 (2024-12-19)
14141

sdk/chaos/azure-resourcemanager-chaos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager Chaos client library for Java.
44

5-
This package contains Microsoft Azure SDK for Chaos Management SDK. Chaos Management Client. Package tag package-2024-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
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).
66

77
## We'd love to hear your feedback
88

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-chaos</artifactId>
35-
<version>1.2.0</version>
35+
<version>1.3.0-beta.1</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)