|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.2.0-beta.2 (Unreleased) |
| 3 | +## 1.2.0-beta.2 (2025-04-01) |
4 | 4 |
|
5 | | -### Features Added |
| 5 | +- Azure Resource Manager Container Service Fleet client library for Java. This package contains Microsoft Azure SDK for Container Service Fleet Management SDK. Azure Kubernetes Fleet Manager api client. 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.FleetMemberListResult` was removed |
| 10 | + |
| 11 | +#### `models.UpdateRunListResult` was removed |
| 12 | + |
| 13 | +#### `models.AutoUpgradeProfileListResult` was removed |
| 14 | + |
| 15 | +#### `models.OperationListResult` was removed |
| 16 | + |
| 17 | +#### `models.FleetUpdateStrategyListResult` was removed |
| 18 | + |
| 19 | +#### `models.FleetListResult` was removed |
| 20 | + |
| 21 | +#### `models.UserAssignedIdentity` was modified |
| 22 | + |
| 23 | +* `java.util.UUID clientId()` -> `java.lang.String clientId()` |
| 24 | +* `java.util.UUID principalId()` -> `java.lang.String principalId()` |
| 25 | + |
| 26 | +#### `models.ManagedServiceIdentity` was modified |
| 27 | + |
| 28 | +* `java.util.UUID principalId()` -> `java.lang.String principalId()` |
| 29 | +* `java.util.UUID tenantId()` -> `java.lang.String tenantId()` |
| 30 | + |
| 31 | +### Features Added |
| 32 | + |
| 33 | +* `models.GateConfiguration` was added |
| 34 | + |
| 35 | +* `implementation.models.OperationListResult` was added |
| 36 | + |
| 37 | +* `models.FleetStatus` was added |
| 38 | + |
| 39 | +* `models.UpdateRunGateStatus` was added |
| 40 | + |
| 41 | +* `models.FleetMemberStatus` was added |
| 42 | + |
| 43 | +* `models.Timing` was added |
| 44 | + |
| 45 | +* `models.Gates` was added |
| 46 | + |
| 47 | +* `implementation.models.FleetMemberListResult` was added |
| 48 | + |
| 49 | +* `implementation.models.GateListResult` was added |
| 50 | + |
| 51 | +* `models.GateType` was added |
| 52 | + |
| 53 | +* `implementation.models.UpdateRunListResult` was added |
| 54 | + |
| 55 | +* `implementation.models.FleetListResult` was added |
| 56 | + |
| 57 | +* `models.GateProvisioningState` was added |
| 58 | + |
| 59 | +* `models.UpdateRunGateTargetProperties` was added |
| 60 | + |
| 61 | +* `models.GateTarget` was added |
| 62 | + |
| 63 | +* `models.AutoUpgradeProfileOperations` was added |
| 64 | + |
| 65 | +* `implementation.models.AutoUpgradeProfileListResult` was added |
| 66 | + |
| 67 | +* `models.Gate` was added |
| 68 | + |
| 69 | +* `models.AutoUpgradeLastTriggerStatus` was added |
| 70 | + |
| 71 | +* `models.GateState` was added |
| 72 | + |
| 73 | +* `implementation.models.FleetUpdateStrategyListResult` was added |
| 74 | + |
| 75 | +* `models.GenerateResponse` was added |
| 76 | + |
| 77 | +* `models.AutoUpgradeProfileStatus` was added |
| 78 | + |
| 79 | +#### `models.AutoUpgradeProfile$Update` was modified |
| 80 | + |
| 81 | +* `withAutoUpgradeProfileStatus(models.AutoUpgradeProfileStatus)` was added |
| 82 | + |
| 83 | +#### `ContainerServiceFleetManager` was modified |
| 84 | + |
| 85 | +* `gates()` was added |
| 86 | +* `autoUpgradeProfileOperations()` was added |
| 87 | + |
| 88 | +#### `models.AutoUpgradeProfile$Definition` was modified |
| 89 | + |
| 90 | +* `withAutoUpgradeProfileStatus(models.AutoUpgradeProfileStatus)` was added |
| 91 | + |
| 92 | +#### `models.FleetMember` was modified |
| 93 | + |
| 94 | +* `labels()` was added |
| 95 | +* `status()` was added |
| 96 | + |
| 97 | +#### `models.UpdateStageStatus` was modified |
| 98 | + |
| 99 | +* `beforeGates()` was added |
| 100 | +* `afterGates()` was added |
| 101 | + |
| 102 | +#### `models.Fleet` was modified |
| 103 | + |
| 104 | +* `status()` was added |
| 105 | + |
| 106 | +#### `models.UpdateGroupStatus` was modified |
| 107 | + |
| 108 | +* `afterGates()` was added |
| 109 | +* `beforeGates()` was added |
| 110 | + |
| 111 | +#### `models.FleetMember$Definition` was modified |
| 112 | + |
| 113 | +* `withLabels(java.util.Map)` was added |
| 114 | + |
| 115 | +#### `models.FleetMemberUpdate` was modified |
| 116 | + |
| 117 | +* `labels()` was added |
| 118 | +* `withLabels(java.util.Map)` was added |
| 119 | + |
| 120 | +#### `models.AutoUpgradeProfile` was modified |
| 121 | + |
| 122 | +* `autoUpgradeProfileStatus()` was added |
| 123 | + |
| 124 | +#### `models.UpdateGroup` was modified |
| 125 | + |
| 126 | +* `withBeforeGates(java.util.List)` was added |
| 127 | +* `afterGates()` was added |
| 128 | +* `beforeGates()` was added |
| 129 | +* `withAfterGates(java.util.List)` was added |
| 130 | + |
| 131 | +#### `models.UpdateStage` was modified |
| 132 | + |
| 133 | +* `beforeGates()` was added |
| 134 | +* `withAfterGates(java.util.List)` was added |
| 135 | +* `withBeforeGates(java.util.List)` was added |
| 136 | +* `afterGates()` was added |
| 137 | + |
| 138 | +#### `models.UpdateRun` was modified |
| 139 | + |
| 140 | +* `autoUpgradeProfileId()` was added |
| 141 | + |
| 142 | +#### `models.FleetMember$Update` was modified |
10 | 143 |
|
11 | | -### Other Changes |
| 144 | +* `withLabels(java.util.Map)` was added |
12 | 145 |
|
13 | 146 | ## 1.2.0-beta.1 (2024-10-17) |
14 | 147 |
|
|
0 commit comments