|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.2 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-03-31) |
4 | 4 |
|
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). |
6 | 6 |
|
7 | 7 | ### Breaking Changes |
8 | 8 |
|
9 | | -### Bugs Fixed |
| 9 | +#### `models.ConnectedClusterPatch` was modified |
10 | 10 |
|
11 | | -### Other Changes |
| 11 | +* `withProperties(java.lang.Object)` was removed |
| 12 | +* `properties()` was removed |
| 13 | + |
| 14 | +#### `models.ConnectedCluster$Update` was modified |
| 15 | + |
| 16 | +* `withProperties(java.lang.Object)` was removed |
| 17 | + |
| 18 | +### Features Added |
| 19 | + |
| 20 | +* `models.ArcAgentryConfigurations` was added |
| 21 | + |
| 22 | +* `models.ArcAgentProfile` was added |
| 23 | + |
| 24 | +* `models.AzureHybridBenefit` was added |
| 25 | + |
| 26 | +* `models.SecurityProfile` was added |
| 27 | + |
| 28 | +* `models.AgentError` was added |
| 29 | + |
| 30 | +* `models.ConnectedClusterKind` was added |
| 31 | + |
| 32 | +* `models.SystemComponent` was added |
| 33 | + |
| 34 | +* `models.AutoUpgradeOptions` was added |
| 35 | + |
| 36 | +* `models.SecurityProfileWorkloadIdentity` was added |
| 37 | + |
| 38 | +* `models.OidcIssuerProfile` was added |
| 39 | + |
| 40 | +* `models.Gateway` was added |
| 41 | + |
| 42 | +* `models.PrivateLinkState` was added |
| 43 | + |
| 44 | +* `models.AadProfile` was added |
| 45 | + |
| 46 | +#### `models.ConnectedClusterPatch` was modified |
| 47 | + |
| 48 | +* `distributionVersion()` was added |
| 49 | +* `withAzureHybridBenefit(models.AzureHybridBenefit)` was added |
| 50 | +* `distribution()` was added |
| 51 | +* `azureHybridBenefit()` was added |
| 52 | +* `withDistribution(java.lang.String)` was added |
| 53 | +* `withDistributionVersion(java.lang.String)` was added |
| 54 | + |
| 55 | +#### `models.HybridConnectionConfig` was modified |
| 56 | + |
| 57 | +* `relayType()` was added |
| 58 | +* `relayTid()` was added |
| 59 | + |
| 60 | +#### `models.ConnectedCluster$Definition` was modified |
| 61 | + |
| 62 | +* `withOidcIssuerProfile(models.OidcIssuerProfile)` was added |
| 63 | +* `withAzureHybridBenefit(models.AzureHybridBenefit)` was added |
| 64 | +* `withGateway(models.Gateway)` was added |
| 65 | +* `withArcAgentProfile(models.ArcAgentProfile)` was added |
| 66 | +* `withDistributionVersion(java.lang.String)` was added |
| 67 | +* `withArcAgentryConfigurations(java.util.List)` was added |
| 68 | +* `withPrivateLinkScopeResourceId(java.lang.String)` was added |
| 69 | +* `withAadProfile(models.AadProfile)` was added |
| 70 | +* `withSecurityProfile(models.SecurityProfile)` was added |
| 71 | +* `withKind(models.ConnectedClusterKind)` was added |
| 72 | +* `withPrivateLinkState(models.PrivateLinkState)` was added |
| 73 | + |
| 74 | +#### `models.ConnectedCluster` was modified |
| 75 | + |
| 76 | +* `distributionVersion()` was added |
| 77 | +* `oidcIssuerProfile()` was added |
| 78 | +* `gateway()` was added |
| 79 | +* `privateLinkScopeResourceId()` was added |
| 80 | +* `aadProfile()` was added |
| 81 | +* `miscellaneousProperties()` was added |
| 82 | +* `arcAgentryConfigurations()` was added |
| 83 | +* `securityProfile()` was added |
| 84 | +* `kind()` was added |
| 85 | +* `privateLinkState()` was added |
| 86 | +* `arcAgentProfile()` was added |
| 87 | +* `azureHybridBenefit()` was added |
| 88 | + |
| 89 | +#### `models.ConnectedCluster$Update` was modified |
| 90 | + |
| 91 | +* `withAzureHybridBenefit(models.AzureHybridBenefit)` was added |
| 92 | +* `withDistribution(java.lang.String)` was added |
| 93 | +* `withDistributionVersion(java.lang.String)` was added |
12 | 94 |
|
13 | 95 | ## 1.1.0-beta.1 (2025-03-25) |
14 | 96 |
|
|
0 commit comments