|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.2 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-05-13) |
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.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 |
10 | 15 |
|
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 |
12 | 111 |
|
13 | 112 | ## 1.1.0-beta.1 (2025-03-25) |
14 | 113 |
|
|
0 commit comments