@@ -277,7 +277,7 @@ class AgentPool(SubResource):
277277 root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary".
278278 :vartype kubelet_disk_type: str or ~azure.mgmt.containerservice.models.KubeletDiskType
279279 :ivar workload_runtime: Determines the type of workload a node can run. Known values are:
280- "OCIContainer", "WasmWasi", and "KataMshvVmIsolation ".
280+ "OCIContainer", "WasmWasi", and "KataVmIsolation ".
281281 :vartype workload_runtime: str or ~azure.mgmt.containerservice.models.WorkloadRuntime
282282 :ivar message_of_the_day: Message of the day for Linux nodes, base64-encoded. A base64-encoded
283283 string which will be written to /etc/motd after decoding. This allows customization of the
@@ -625,7 +625,7 @@ def __init__( # pylint: disable=too-many-locals
625625 data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary".
626626 :paramtype kubelet_disk_type: str or ~azure.mgmt.containerservice.models.KubeletDiskType
627627 :keyword workload_runtime: Determines the type of workload a node can run. Known values are:
628- "OCIContainer", "WasmWasi", and "KataMshvVmIsolation ".
628+ "OCIContainer", "WasmWasi", and "KataVmIsolation ".
629629 :paramtype workload_runtime: str or ~azure.mgmt.containerservice.models.WorkloadRuntime
630630 :keyword message_of_the_day: Message of the day for Linux nodes, base64-encoded. A
631631 base64-encoded string which will be written to /etc/motd after decoding. This allows
@@ -4116,7 +4116,7 @@ class MachineKubernetesProfile(_serialization.Model):
41164116 :ivar node_name: The node name in the Kubernetes cluster.
41174117 :vartype node_name: str
41184118 :ivar workload_runtime: Determines the type of workload a node can run. Known values are:
4119- "OCIContainer", "WasmWasi", and "KataMshvVmIsolation ".
4119+ "OCIContainer", "WasmWasi", and "KataVmIsolation ".
41204120 :vartype workload_runtime: str or ~azure.mgmt.containerservice.models.WorkloadRuntime
41214121 :ivar artifact_streaming_profile: Configuration for using artifact streaming on AKS.
41224122 :vartype artifact_streaming_profile:
@@ -4180,7 +4180,7 @@ def __init__(
41804180 :keyword max_pods: The maximum number of pods that can run on a node.
41814181 :paramtype max_pods: int
41824182 :keyword workload_runtime: Determines the type of workload a node can run. Known values are:
4183- "OCIContainer", "WasmWasi", and "KataMshvVmIsolation ".
4183+ "OCIContainer", "WasmWasi", and "KataVmIsolation ".
41844184 :paramtype workload_runtime: str or ~azure.mgmt.containerservice.models.WorkloadRuntime
41854185 :keyword artifact_streaming_profile: Configuration for using artifact streaming on AKS.
41864186 :paramtype artifact_streaming_profile:
@@ -5633,7 +5633,7 @@ class ManagedClusterAgentPoolProfileProperties(_serialization.Model):
56335633 root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary".
56345634 :vartype kubelet_disk_type: str or ~azure.mgmt.containerservice.models.KubeletDiskType
56355635 :ivar workload_runtime: Determines the type of workload a node can run. Known values are:
5636- "OCIContainer", "WasmWasi", and "KataMshvVmIsolation ".
5636+ "OCIContainer", "WasmWasi", and "KataVmIsolation ".
56375637 :vartype workload_runtime: str or ~azure.mgmt.containerservice.models.WorkloadRuntime
56385638 :ivar message_of_the_day: Message of the day for Linux nodes, base64-encoded. A base64-encoded
56395639 string which will be written to /etc/motd after decoding. This allows customization of the
@@ -5969,7 +5969,7 @@ def __init__( # pylint: disable=too-many-locals
59695969 data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary".
59705970 :paramtype kubelet_disk_type: str or ~azure.mgmt.containerservice.models.KubeletDiskType
59715971 :keyword workload_runtime: Determines the type of workload a node can run. Known values are:
5972- "OCIContainer", "WasmWasi", and "KataMshvVmIsolation ".
5972+ "OCIContainer", "WasmWasi", and "KataVmIsolation ".
59735973 :paramtype workload_runtime: str or ~azure.mgmt.containerservice.models.WorkloadRuntime
59745974 :keyword message_of_the_day: Message of the day for Linux nodes, base64-encoded. A
59755975 base64-encoded string which will be written to /etc/motd after decoding. This allows
@@ -6243,7 +6243,7 @@ class ManagedClusterAgentPoolProfile(ManagedClusterAgentPoolProfileProperties):
62436243 root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary".
62446244 :vartype kubelet_disk_type: str or ~azure.mgmt.containerservice.models.KubeletDiskType
62456245 :ivar workload_runtime: Determines the type of workload a node can run. Known values are:
6246- "OCIContainer", "WasmWasi", and "KataMshvVmIsolation ".
6246+ "OCIContainer", "WasmWasi", and "KataVmIsolation ".
62476247 :vartype workload_runtime: str or ~azure.mgmt.containerservice.models.WorkloadRuntime
62486248 :ivar message_of_the_day: Message of the day for Linux nodes, base64-encoded. A base64-encoded
62496249 string which will be written to /etc/motd after decoding. This allows customization of the
@@ -6585,7 +6585,7 @@ def __init__( # pylint: disable=too-many-locals
65856585 data root, and Kubelet ephemeral storage. Known values are: "OS" and "Temporary".
65866586 :paramtype kubelet_disk_type: str or ~azure.mgmt.containerservice.models.KubeletDiskType
65876587 :keyword workload_runtime: Determines the type of workload a node can run. Known values are:
6588- "OCIContainer", "WasmWasi", and "KataMshvVmIsolation ".
6588+ "OCIContainer", "WasmWasi", and "KataVmIsolation ".
65896589 :paramtype workload_runtime: str or ~azure.mgmt.containerservice.models.WorkloadRuntime
65906590 :keyword message_of_the_day: Message of the day for Linux nodes, base64-encoded. A
65916591 base64-encoded string which will be written to /etc/motd after decoding. This allows
0 commit comments