Skip to content

Commit edd626b

Browse files
azure-sdk-automation[bot]azure-sdkChenxiJiang333Copilot
authored
Refresh azure-mgmt-hybridkubernetes after migrate to Typespec (#48150)
* Configurations: 'specification/hybridkubernetes/resource-manager/Microsoft.Kubernetes/HybridKubernetes/tspconfig.yaml', API Version: 2026-05-01, SDK Release Type: stable, and CommitSHA: 'cf49df24bee763924bb4d9abceebe4fd1916a6ad' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6585975 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Optimize changelog for azure-mgmt-hybridkubernetes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: azure-sdk <azuresdk@microsoft.com> Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 60e30c7 commit edd626b

19 files changed

Lines changed: 2209 additions & 112 deletions

File tree

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

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Release History
22

3+
## 2.0.0 (2026-07-20)
4+
5+
### Features Added
6+
7+
- Client `ConnectedKubernetesClient` added method `send_request`
8+
- Model `ConnectedCluster` added property `kind`
9+
- Enum `ConnectivityStatus` added member `AGENT_NOT_INSTALLED`
10+
- Model `HybridConnectionConfig` added property `relay_tid`
11+
- Model `HybridConnectionConfig` added property `relay_type`
12+
- Model `Operation` added property `action_type`
13+
- Model `Operation` added property `is_data_action`
14+
- Model `Operation` added property `origin`
15+
- Model `Resource` added property `system_data`
16+
- Model `TrackedResource` added property `system_data`
17+
- Added model `AadProfile`
18+
- Added enum `ActionType`
19+
- Added model `AgentError`
20+
- Added model `ArcAgentProfile`
21+
- Added model `ArcAgentryConfigurations`
22+
- Added enum `AutoUpgradeOptions`
23+
- Added enum `AzureHybridBenefit`
24+
- Added enum `ConnectedClusterKind`
25+
- Added model `ConnectedClusterPatchProperties`
26+
- Added model `Gateway`
27+
- Added model `OidcIssuerProfile`
28+
- Added enum `Origin`
29+
- Added enum `PrivateLinkState`
30+
- Added model `SecurityProfile`
31+
- Added model `SecurityProfileWorkloadIdentity`
32+
- Added model `SystemComponent`
33+
34+
### Breaking Changes
35+
36+
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
37+
- Model `ConnectedCluster` moved instance variable `agent_public_key_certificate`, `agent_version`, `connectivity_status`, `distribution`, `infrastructure`, `kubernetes_version`, `last_connectivity_time`, `managed_identity_certificate_expiration_time`, `offering`, `provisioning_state`, `total_core_count` and `total_node_count` under property `properties` whose type is `ConnectedClusterProperties`
38+
- Model `SystemData` renamed type of property `last_modified_by_type` from `LastModifiedByType` to `CreatedByType`
39+
- Operation group `ConnectedClusterOperations` renamed method `begin_create` to `begin_create_or_replace`
40+
- Operation group `ConnectedClusterOperations` renamed method `update` to `begin_update_async`
41+
42+
### Other Changes
43+
44+
- Deleted model `ConnectedClusterList`/`OperationList` which actually were not used by SDK users
45+
346
## 2.0.0b1 (2026-05-20)
447

548
### Features Added

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
27+
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/_metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"apiVersions": {
44
"Microsoft.Kubernetes": "2026-05-01"
55
},
6-
"commit": "b26c3c253cff26dd05361e882dbcf1b324f27dfd",
6+
"commit": "cf49df24bee763924bb4d9abceebe4fd1916a6ad",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
8-
"typespec_src": "specification/hybridkubernetes/HybridKubernetes.Management",
9-
"emitterVersion": "0.62.1"
8+
"typespec_src": "specification/hybridkubernetes/resource-manager/Microsoft.Kubernetes/HybridKubernetes",
9+
"emitterVersion": "0.63.3",
10+
"httpClientPythonVersion": "^0.34.2"
1011
}

0 commit comments

Comments
 (0)