|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 2.0.0 (2025-02-24) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `NetworkCloudMgmtClient` added operation group `kubernetes_cluster_features` |
| 8 | + - Model `AgentPoolPatchParameters` added property `administrator_configuration` |
| 9 | + - Model `AgentPoolUpgradeSettings` added property `drain_timeout` |
| 10 | + - Model `AgentPoolUpgradeSettings` added property `max_unavailable` |
| 11 | + - Model `BareMetalMachine` added property `machine_cluster_version` |
| 12 | + - Model `BareMetalMachine` added property `machine_roles` |
| 13 | + - Model `BareMetalMachine` added property `runtime_protection_status` |
| 14 | + - Model `BareMetalMachine` added property `secret_rotation_status` |
| 15 | + - Model `Cluster` added property `identity` |
| 16 | + - Model `Cluster` added property `command_output_settings` |
| 17 | + - Model `Cluster` added property `runtime_protection_configuration` |
| 18 | + - Model `Cluster` added property `secret_archive` |
| 19 | + - Model `Cluster` added property `update_strategy` |
| 20 | + - Enum `ClusterConnectionStatus` added member `DISCONNECTED` |
| 21 | + - Enum `ClusterDetailedStatus` added member `UPDATE_PAUSED` |
| 22 | + - Model `ClusterManager` added property `identity` |
| 23 | + - Model `ClusterManagerPatchParameters` added property `identity` |
| 24 | + - Model `ClusterPatchParameters` added property `identity` |
| 25 | + - Model `ClusterPatchParameters` added property `command_output_settings` |
| 26 | + - Model `ClusterPatchParameters` added property `runtime_protection_configuration` |
| 27 | + - Model `ClusterPatchParameters` added property `secret_archive` |
| 28 | + - Model `ClusterPatchParameters` added property `update_strategy` |
| 29 | + - Model `ControlPlaneNodePatchConfiguration` added property `administrator_configuration` |
| 30 | + - Model `KeySetUser` added property `user_principal_name` |
| 31 | + - Model `KubernetesClusterPatchParameters` added property `administrator_configuration` |
| 32 | + - Model `NetworkConfiguration` added property `l2_service_load_balancer_configuration` |
| 33 | + - Model `OperationStatusResult` added property `exit_code` |
| 34 | + - Model `OperationStatusResult` added property `output_head` |
| 35 | + - Model `OperationStatusResult` added property `result_ref` |
| 36 | + - Model `OperationStatusResult` added property `result_url` |
| 37 | + - Enum `RackSkuProvisioningState` added member `CANCELED` |
| 38 | + - Enum `RackSkuProvisioningState` added member `FAILED` |
| 39 | + - Model `StorageAppliance` added property `manufacturer` |
| 40 | + - Model `StorageAppliance` added property `model` |
| 41 | + - Model `StorageAppliance` added property `secret_rotation_status` |
| 42 | + - Model `StorageAppliance` added property `version` |
| 43 | + - Added model `AdministratorConfigurationPatch` |
| 44 | + - Added enum `ClusterContinueUpdateVersionMachineGroupTargetingMode` |
| 45 | + - Added model `ClusterContinueUpdateVersionParameters` |
| 46 | + - Added model `ClusterScanRuntimeParameters` |
| 47 | + - Added enum `ClusterScanRuntimeParametersScanActivity` |
| 48 | + - Added model `ClusterSecretArchive` |
| 49 | + - Added enum `ClusterSecretArchiveEnabled` |
| 50 | + - Added model `ClusterUpdateStrategy` |
| 51 | + - Added enum `ClusterUpdateStrategyType` |
| 52 | + - Added model `CommandOutputSettings` |
| 53 | + - Added model `IdentitySelector` |
| 54 | + - Added model `KubernetesClusterFeature` |
| 55 | + - Added enum `KubernetesClusterFeatureAvailabilityLifecycle` |
| 56 | + - Added enum `KubernetesClusterFeatureDetailedStatus` |
| 57 | + - Added model `KubernetesClusterFeatureList` |
| 58 | + - Added model `KubernetesClusterFeaturePatchParameters` |
| 59 | + - Added enum `KubernetesClusterFeatureProvisioningState` |
| 60 | + - Added enum `KubernetesClusterFeatureRequired` |
| 61 | + - Added model `L2ServiceLoadBalancerConfiguration` |
| 62 | + - Added model `ManagedServiceIdentity` |
| 63 | + - Added enum `ManagedServiceIdentitySelectorType` |
| 64 | + - Added enum `ManagedServiceIdentityType` |
| 65 | + - Added model `NodePoolAdministratorConfigurationPatch` |
| 66 | + - Added model `RuntimeProtectionConfiguration` |
| 67 | + - Added enum `RuntimeProtectionEnforcementLevel` |
| 68 | + - Added model `RuntimeProtectionStatus` |
| 69 | + - Added model `SecretArchiveReference` |
| 70 | + - Added model `SecretRotationStatus` |
| 71 | + - Added model `StringKeyValuePair` |
| 72 | + - Added model `UserAssignedIdentity` |
| 73 | + - Operation group `ClustersOperations` added method `begin_continue_update_version` |
| 74 | + - Operation group `ClustersOperations` added method `begin_scan_runtime` |
| 75 | + - Added operation group `KubernetesClusterFeaturesOperations` |
| 76 | + |
| 77 | +### Breaking Changes |
| 78 | + |
| 79 | + - Parameter `max_surge` of method `AgentPoolUpgradeSettings` is now optional |
| 80 | + |
3 | 81 | ## 2.0.0b1 (2024-11-21)
|
4 | 82 |
|
5 | 83 | ### Features Added
|
|
0 commit comments