Skip to content

Commit acb75a8

Browse files
author
SDKAuto
committed
CodeGen from PR 32093 in Azure/azure-rest-api-specs
Merge d9f2ca83baa1a96b145ac8e20b19d650420637ba into 9be3ccf5b1729cb1e5f41438fe6d7a6308aab50a
1 parent f14b9bc commit acb75a8

File tree

203 files changed

+9960
-4621
lines changed

Some content is hidden

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

203 files changed

+9960
-4621
lines changed

Diff for: sdk/chaos/azure-resourcemanager-chaos/CHANGELOG.md

+147-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,157 @@
11
# Release History
22

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-01-11)
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-preview-2024-11. 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.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
10153

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

13156
## 1.2.0 (2024-12-19)
14157

Diff for: sdk/chaos/azure-resourcemanager-chaos/README.md

+2-2
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-preview-2024-11. 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)