From 8986494ba1d85360c20f31668aedf0a02fa1c504 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 17 Dec 2018 11:20:40 -0800 Subject: [PATCH] Generated from bd52bfb6794d7c79ecadba8b49686079fad40230 (#3731) typo: batch/data-plane/Microsoft.Batch - comptue -> compute - pre-empted -> preempted --- services/batch/2018-12-01.8.0/batch/models.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/batch/2018-12-01.8.0/batch/models.go b/services/batch/2018-12-01.8.0/batch/models.go index 8e7a1b9890a8..6497a5bb84e3 100644 --- a/services/batch/2018-12-01.8.0/batch/models.go +++ b/services/batch/2018-12-01.8.0/batch/models.go @@ -272,7 +272,7 @@ const ( // Offline The node is not currently running a task, and scheduling of new tasks to the node is disabled. Offline ComputeNodeState = "offline" // Preempted The low-priority node has been preempted. Tasks which were running on the node when it was - // pre-empted will be rescheduled when another node becomes available. + // preempted will be rescheduled when another node becomes available. Preempted ComputeNodeState = "preempted" // Rebooting The node is rebooting. Rebooting ComputeNodeState = "rebooting" @@ -2260,7 +2260,7 @@ type ComputeNode struct { // ID - Every node that is added to a pool is assigned a unique ID. Whenever a node is removed from a pool, all of its local files are deleted, and the ID is reclaimed and could be reused for new nodes. ID *string `json:"id,omitempty"` URL *string `json:"url,omitempty"` - // State - The low-priority node has been preempted. Tasks which were running on the node when it was pre-empted will be rescheduled when another node becomes available. Possible values include: 'Idle', 'Rebooting', 'Reimaging', 'Running', 'Unusable', 'Creating', 'Starting', 'WaitingForStartTask', 'StartTaskFailed', 'Unknown', 'LeavingPool', 'Offline', 'Preempted' + // State - The low-priority node has been preempted. Tasks which were running on the node when it was preempted will be rescheduled when another node becomes available. Possible values include: 'Idle', 'Rebooting', 'Reimaging', 'Running', 'Unusable', 'Creating', 'Starting', 'WaitingForStartTask', 'StartTaskFailed', 'Unknown', 'LeavingPool', 'Offline', 'Preempted' State ComputeNodeState `json:"state,omitempty"` // SchedulingState - Possible values include: 'Enabled', 'Disabled' SchedulingState SchedulingState `json:"schedulingState,omitempty"`