Skip to content

Commit bd0798d

Browse files
committed
Auto update sdk.
1 parent 9aaeae3 commit bd0798d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/aks-preview/azext_aks_preview/vendored_sdks/azure_mgmt_preview_aks/models/_container_service_client_enums.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,12 +1169,12 @@ class WorkloadRuntime(str, Enum, metaclass=CaseInsensitiveEnumMeta):
11691169
"""Nodes will use Kubelet to run standard OCI container workloads."""
11701170
WASM_WASI = "WasmWasi"
11711171
"""Nodes will use Krustlet to run WASM workloads using the WASI provider (Preview)."""
1172-
KATA_VM_ISOLATION = "KataVmIsolation"
1173-
"""Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due
1174-
to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can
1175-
only be used with VM series that support Nested Virtualization such as Dv3 series."""
1176-
OLD_KATA_VM_ISOLATION = "KataMshvVmIsolation"
1172+
KATA_MSHV_VM_ISOLATION = "KataMshvVmIsolation"
11771173
"""Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods (Preview). Due
11781174
to the use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can
1179-
only be used with VM series that support Nested Virtualization such as Dv3 series. This name will
1180-
be deprecated in future in favor of KataVmIsolation which has the same meaning."""
1175+
only be used with VM series that support Nested Virtualization such as Dv3 series. This naming
1176+
convention will be deprecated in future releases in favor of KataVmIsolation."""
1177+
KATA_VM_ISOLATION = "KataVmIsolation"
1178+
"""Nodes can use (Kata + Cloud Hypervisor + Hyper-V) to enable Nested VM-based pods. Due to the
1179+
use Hyper-V, AKS node OS itself is a nested VM (the root OS) of Hyper-V. Thus it can only be
1180+
used with VM series that support Nested Virtualization such as Dv3 series."""

0 commit comments

Comments
 (0)