Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions sdk/hybridkubernetes/azure-mgmt-hybridkubernetes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Release History

## 2.0.0 (2026-07-20)

### Features Added

- Client `ConnectedKubernetesClient` added method `send_request`
- Model `ConnectedCluster` added property `kind`
- Enum `ConnectivityStatus` added member `AGENT_NOT_INSTALLED`
- Model `HybridConnectionConfig` added property `relay_tid`
- Model `HybridConnectionConfig` added property `relay_type`
- Model `Operation` added property `action_type`
- Model `Operation` added property `is_data_action`
- Model `Operation` added property `origin`
- Model `Resource` added property `system_data`
- Model `TrackedResource` added property `system_data`
- Added model `AadProfile`
- Added enum `ActionType`
- Added model `AgentError`
- Added model `ArcAgentProfile`
- Added model `ArcAgentryConfigurations`
- Added enum `AutoUpgradeOptions`
- Added enum `AzureHybridBenefit`
- Added enum `ConnectedClusterKind`
- Added model `ConnectedClusterPatchProperties`
- Added model `Gateway`
- Added model `OidcIssuerProfile`
- Added enum `Origin`
- Added enum `PrivateLinkState`
- Added model `SecurityProfile`
- Added model `SecurityProfileWorkloadIdentity`
- Added model `SystemComponent`

### Breaking Changes

- 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.
- 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`
- Model `SystemData` renamed type of property `last_modified_by_type` from `LastModifiedByType` to `CreatedByType`
- Operation group `ConnectedClusterOperations` renamed method `begin_create` to `begin_create_or_replace`
- Operation group `ConnectedClusterOperations` renamed method `update` to `begin_update_async`

### Other Changes

- Deleted model `ConnectedClusterList`/`OperationList` which actually were not used by SDK users

## 2.0.0b1 (2026-05-20)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

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

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"apiVersions": {
"Microsoft.Kubernetes": "2026-05-01"
},
"commit": "b26c3c253cff26dd05361e882dbcf1b324f27dfd",
"commit": "cf49df24bee763924bb4d9abceebe4fd1916a6ad",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/hybridkubernetes/HybridKubernetes.Management",
"emitterVersion": "0.62.1"
"typespec_src": "specification/hybridkubernetes/resource-manager/Microsoft.Kubernetes/HybridKubernetes",
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.34.2"
}
Loading
Loading