Skip to content

Commit 6d2b276

Browse files
author
SDKAuto
committed
CodeGen from PR 33679 in Azure/azure-rest-api-specs
Merge 324bec9812c45197ad9d65174af0f3ee87325ce4 into dec26bd07e5d3bdc4871e536f275ea2b138672c6
1 parent 885b6ca commit 6d2b276

File tree

215 files changed

+5260
-4112
lines changed

Some content is hidden

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

215 files changed

+5260
-4112
lines changed

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

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

3-
## 1.2.0-beta.2 (Unreleased)
3+
## 1.2.0-beta.2 (2025-04-02)
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 principalId()` -> `java.lang.String principalId()`
24+
* `java.util.UUID clientId()` -> `java.lang.String clientId()`
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+
* `implementation.models.OperationListResult` was added
34+
35+
* `models.FleetStatus` was added
36+
37+
* `models.FleetMemberStatus` was added
38+
39+
* `implementation.models.FleetMemberListResult` was added
40+
41+
* `implementation.models.UpdateRunListResult` was added
42+
43+
* `implementation.models.FleetListResult` was added
44+
45+
* `models.AutoUpgradeProfileOperations` was added
46+
47+
* `implementation.models.AutoUpgradeProfileListResult` was added
48+
49+
* `models.AutoUpgradeLastTriggerStatus` was added
50+
51+
* `implementation.models.FleetUpdateStrategyListResult` was added
52+
53+
* `models.GenerateResponse` was added
54+
55+
* `models.AutoUpgradeProfileStatus` was added
56+
57+
#### `models.AutoUpgradeProfile$Update` was modified
58+
59+
* `withAutoUpgradeProfileStatus(models.AutoUpgradeProfileStatus)` was added
60+
61+
#### `ContainerServiceFleetManager` was modified
62+
63+
* `autoUpgradeProfileOperations()` was added
64+
65+
#### `models.AutoUpgradeProfile$Definition` was modified
66+
67+
* `withAutoUpgradeProfileStatus(models.AutoUpgradeProfileStatus)` was added
68+
69+
#### `models.FleetMember` was modified
70+
71+
* `status()` was added
72+
73+
#### `models.Fleet` was modified
74+
75+
* `status()` was added
76+
77+
#### `models.AutoUpgradeProfile` was modified
78+
79+
* `autoUpgradeProfileStatus()` was added
80+
81+
#### `models.UpdateRun` was modified
1082

11-
### Other Changes
83+
* `autoUpgradeProfileId()` was added
1284

1385
## 1.2.0-beta.1 (2024-10-17)
1486

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)