Skip to content

Commit 58bcb1b

Browse files
author
SDKAuto
committed
CodeGen from PR 33620 in Azure/azure-rest-api-specs
Merge f73d22799383812e37ff951639fe282435581e33 into 3db6867b8e524ea6d1bc7a3bbb989fe50dd2f184
1 parent 656cfa9 commit 58bcb1b

File tree

243 files changed

+9213
-4129
lines changed

Some content is hidden

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

243 files changed

+9213
-4129
lines changed

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

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

3-
## 1.2.0-beta.2 (Unreleased)
3+
## 1.2.0-beta.2 (2025-04-01)
44

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

77
### Breaking Changes
88

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
10143

11-
### Other Changes
144+
* `withLabels(java.util.Map)` was added
12145

13146
## 1.2.0-beta.1 (2024-10-17)
14147

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Azure Resource Manager ContainerServiceFleet client library for Java
1+
# Azure Resource Manager Container Service Fleet client library for Java
22

3-
Azure Resource Manager ContainerServiceFleet client library for Java.
3+
Azure Resource Manager Container Service Fleet client library for Java.
44

5-
This package contains Microsoft Azure SDK for ContainerServiceFleet Management SDK. Azure Kubernetes Fleet Manager Client. Package tag package-2024-05-preview. 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 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).
66

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

@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
ContainerServiceFleetManager manager = ContainerServiceFleetManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -107,5 +107,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
107107
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
108108
[coc]: https://opensource.microsoft.com/codeofconduct/
109109
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
110-
111-

0 commit comments

Comments
 (0)