|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.2.0-beta.1 (Unreleased) |
| 3 | +## 1.2.0-beta.1 (2026-05-19) |
4 | 4 |
|
5 | | -### Features Added |
| 5 | +- Azure Resource Manager Service Fabric Managed Clusters client library for Java. This package contains Microsoft Azure SDK for Service Fabric Managed Clusters Management SDK. Service Fabric Managed Clusters Management Client. Package api-version 2026-05-01-preview. 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.ManagedApplyMaintenanceWindows` was modified |
10 | 10 |
|
11 | | -### Other Changes |
| 11 | +* `postWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed |
| 12 | + |
| 13 | +### Features Added |
| 14 | + |
| 15 | +* `models.SfmcOperationStatus` was added |
| 16 | + |
| 17 | +* `models.FaultSimulationContentWrapper` was added |
| 18 | + |
| 19 | +* `models.HostEndpointSettings` was added |
| 20 | + |
| 21 | +* `models.FaultSimulationStatus` was added |
| 22 | + |
| 23 | +* `models.ZoneFaultSimulationContent` was added |
| 24 | + |
| 25 | +* `models.FaultSimulationDetails` was added |
| 26 | + |
| 27 | +* `models.ApplyMaintenanceWindowRequest` was added |
| 28 | + |
| 29 | +* `models.ScaleInPolicyMode` was added |
| 30 | + |
| 31 | +* `models.FaultSimulation` was added |
| 32 | + |
| 33 | +* `models.NodeTypeFaultSimulation` was added |
| 34 | + |
| 35 | +* `models.FaultKind` was added |
| 36 | + |
| 37 | +* `models.FaultSimulationContent` was added |
| 38 | + |
| 39 | +* `models.FaultSimulationIdContent` was added |
| 40 | + |
| 41 | +* `models.ProxyAgentSettings` was added |
| 42 | + |
| 43 | +* `models.FaultSimulationConstraints` was added |
| 44 | + |
| 45 | +* `models.ScaleInPolicy` was added |
| 46 | + |
| 47 | +#### `models.NodeType$Definition` was modified |
| 48 | + |
| 49 | +* `withScaleInPolicy(models.ScaleInPolicy)` was added |
| 50 | +* `withProxyAgentSettings(models.ProxyAgentSettings)` was added |
| 51 | + |
| 52 | +#### `models.NodeTypes` was modified |
| 53 | + |
| 54 | +* `listFaultSimulation(java.lang.String,java.lang.String,java.lang.String)` was added |
| 55 | +* `getFaultSimulationWithResponse(java.lang.String,java.lang.String,java.lang.String,models.FaultSimulationIdContent,com.azure.core.util.Context)` was added |
| 56 | +* `stopFaultSimulation(java.lang.String,java.lang.String,java.lang.String,models.FaultSimulationIdContent)` was added |
| 57 | +* `startFaultSimulation(java.lang.String,java.lang.String,java.lang.String,models.FaultSimulationContentWrapper,com.azure.core.util.Context)` was added |
| 58 | +* `getFaultSimulation(java.lang.String,java.lang.String,java.lang.String,models.FaultSimulationIdContent)` was added |
| 59 | +* `startFaultSimulation(java.lang.String,java.lang.String,java.lang.String,models.FaultSimulationContentWrapper)` was added |
| 60 | +* `listFaultSimulation(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was added |
| 61 | +* `stopFaultSimulation(java.lang.String,java.lang.String,java.lang.String,models.FaultSimulationIdContent,com.azure.core.util.Context)` was added |
| 62 | + |
| 63 | +#### `models.ManagedClusters` was modified |
| 64 | + |
| 65 | +* `startFaultSimulation(java.lang.String,java.lang.String,models.FaultSimulationContentWrapper)` was added |
| 66 | +* `listFaultSimulation(java.lang.String,java.lang.String)` was added |
| 67 | +* `stopFaultSimulation(java.lang.String,java.lang.String,models.FaultSimulationIdContent,com.azure.core.util.Context)` was added |
| 68 | +* `startFaultSimulation(java.lang.String,java.lang.String,models.FaultSimulationContentWrapper,com.azure.core.util.Context)` was added |
| 69 | +* `stopFaultSimulation(java.lang.String,java.lang.String,models.FaultSimulationIdContent)` was added |
| 70 | +* `getFaultSimulationWithResponse(java.lang.String,java.lang.String,models.FaultSimulationIdContent,com.azure.core.util.Context)` was added |
| 71 | +* `getFaultSimulation(java.lang.String,java.lang.String,models.FaultSimulationIdContent)` was added |
| 72 | +* `listFaultSimulation(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added |
| 73 | + |
| 74 | +#### `models.NodeType` was modified |
| 75 | + |
| 76 | +* `proxyAgentSettings()` was added |
| 77 | +* `stopFaultSimulation(models.FaultSimulationIdContent,com.azure.core.util.Context)` was added |
| 78 | +* `getFaultSimulationWithResponse(models.FaultSimulationIdContent,com.azure.core.util.Context)` was added |
| 79 | +* `listFaultSimulation(com.azure.core.util.Context)` was added |
| 80 | +* `startFaultSimulation(models.FaultSimulationContentWrapper)` was added |
| 81 | +* `stopFaultSimulation(models.FaultSimulationIdContent)` was added |
| 82 | +* `scaleInPolicy()` was added |
| 83 | +* `getFaultSimulation(models.FaultSimulationIdContent)` was added |
| 84 | +* `listFaultSimulation()` was added |
| 85 | +* `startFaultSimulation(models.FaultSimulationContentWrapper,com.azure.core.util.Context)` was added |
| 86 | + |
| 87 | +#### `models.ManagedApplyMaintenanceWindows` was modified |
| 88 | + |
| 89 | +* `postWithResponse(java.lang.String,java.lang.String,models.ApplyMaintenanceWindowRequest,com.azure.core.util.Context)` was added |
| 90 | + |
| 91 | +#### `models.ManagedCluster` was modified |
| 92 | + |
| 93 | +* `getFaultSimulation(models.FaultSimulationIdContent)` was added |
| 94 | +* `listFaultSimulation()` was added |
| 95 | +* `startFaultSimulation(models.FaultSimulationContentWrapper)` was added |
| 96 | +* `listFaultSimulation(com.azure.core.util.Context)` was added |
| 97 | +* `stopFaultSimulation(models.FaultSimulationIdContent)` was added |
| 98 | +* `startFaultSimulation(models.FaultSimulationContentWrapper,com.azure.core.util.Context)` was added |
| 99 | +* `stopFaultSimulation(models.FaultSimulationIdContent,com.azure.core.util.Context)` was added |
| 100 | +* `getFaultSimulationWithResponse(models.FaultSimulationIdContent,com.azure.core.util.Context)` was added |
12 | 101 |
|
13 | 102 | ## 1.1.0 (2026-02-26) |
14 | 103 |
|
|
0 commit comments