Skip to content

Commit ed63253

Browse files
author
SDKAuto
committed
CodeGen from PR 34074 in Azure/azure-rest-api-specs
Merge 88dd673965de03f570f7c4915c95cb40e3c8d090 into 7fce9fb91eae7c0f6f0ae348bb79119772e89f5f
1 parent 0f8c354 commit ed63253

Some content is hidden

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

44 files changed

+1660
-1798
lines changed

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

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

3-
## 1.1.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.1 (2025-05-13)
44

5-
### Features Added
5+
- Azure Resource Manager HybridKubernetes client library for Java. This package contains Microsoft Azure SDK for HybridKubernetes Management SDK. Hybrid Kubernetes Client. Package tag package-2024-12-01-preview. 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.OperationDisplay` was modified
10+
11+
* `withResource(java.lang.String)` was removed
12+
* `withDescription(java.lang.String)` was removed
13+
* `withProvider(java.lang.String)` was removed
14+
* `withOperation(java.lang.String)` was removed
1015

11-
### Other Changes
16+
#### `models.ConnectedClusterPatch` was modified
17+
18+
* `properties()` was removed
19+
* `withProperties(java.lang.Object)` was removed
20+
21+
#### `models.ConnectedCluster$Update` was modified
22+
23+
* `withProperties(java.lang.Object)` was removed
24+
25+
### Features Added
26+
27+
* `models.ArcAgentryConfigurations` was added
28+
29+
* `models.ArcAgentProfile` was added
30+
31+
* `models.ActionType` was added
32+
33+
* `models.AzureHybridBenefit` was added
34+
35+
* `models.SecurityProfile` was added
36+
37+
* `models.AgentError` was added
38+
39+
* `models.ConnectedClusterKind` was added
40+
41+
* `models.SystemComponent` was added
42+
43+
* `models.AutoUpgradeOptions` was added
44+
45+
* `models.SecurityProfileWorkloadIdentity` was added
46+
47+
* `models.OidcIssuerProfile` was added
48+
49+
* `models.Gateway` was added
50+
51+
* `models.PrivateLinkState` was added
52+
53+
* `models.AadProfile` was added
54+
55+
* `models.Origin` was added
56+
57+
#### `models.ConnectedClusterPatch` was modified
58+
59+
* `distribution()` was added
60+
* `azureHybridBenefit()` was added
61+
* `distributionVersion()` was added
62+
* `withAzureHybridBenefit(models.AzureHybridBenefit)` was added
63+
* `withDistributionVersion(java.lang.String)` was added
64+
* `withDistribution(java.lang.String)` was added
65+
66+
#### `models.HybridConnectionConfig` was modified
67+
68+
* `relayTid()` was added
69+
* `relayType()` was added
70+
71+
#### `models.Operation` was modified
72+
73+
* `origin()` was added
74+
* `actionType()` was added
75+
* `isDataAction()` was added
76+
77+
#### `models.ConnectedCluster$Definition` was modified
78+
79+
* `withPrivateLinkScopeResourceId(java.lang.String)` was added
80+
* `withArcAgentryConfigurations(java.util.List)` was added
81+
* `withKind(models.ConnectedClusterKind)` was added
82+
* `withPrivateLinkState(models.PrivateLinkState)` was added
83+
* `withAadProfile(models.AadProfile)` was added
84+
* `withDistributionVersion(java.lang.String)` was added
85+
* `withSecurityProfile(models.SecurityProfile)` was added
86+
* `withOidcIssuerProfile(models.OidcIssuerProfile)` was added
87+
* `withGateway(models.Gateway)` was added
88+
* `withAzureHybridBenefit(models.AzureHybridBenefit)` was added
89+
* `withArcAgentProfile(models.ArcAgentProfile)` was added
90+
91+
#### `models.ConnectedCluster` was modified
92+
93+
* `arcAgentProfile()` was added
94+
* `privateLinkState()` was added
95+
* `privateLinkScopeResourceId()` was added
96+
* `arcAgentryConfigurations()` was added
97+
* `distributionVersion()` was added
98+
* `azureHybridBenefit()` was added
99+
* `gateway()` was added
100+
* `oidcIssuerProfile()` was added
101+
* `securityProfile()` was added
102+
* `miscellaneousProperties()` was added
103+
* `aadProfile()` was added
104+
* `kind()` was added
105+
106+
#### `models.ConnectedCluster$Update` was modified
107+
108+
* `withDistributionVersion(java.lang.String)` was added
109+
* `withAzureHybridBenefit(models.AzureHybridBenefit)` was added
110+
* `withDistribution(java.lang.String)` was added
12111

13112
## 1.1.0-beta.1 (2025-03-25)
14113

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-hybridkubernetes</artifactId>
35-
<version>1.1.0-beta.1</version>
35+
<version>1.1.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)