Skip to content

Commit ab2965c

Browse files
authored
Fixed the Acrolinx score
1 parent fa9fcd8 commit ab2965c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/batch-pool-resize-start-event.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 07/01/2025
77

88
# Pool resize start event
99

10-
This event is emitted when a pool resize has started. Since the pool resize is an asynchronous event, you can expect a pool resize complete event to be emitted once the resize operation completes.
10+
This event is emitted when a pool resize is started. Since the pool resize is an asynchronous event, you can expect a pool resize complete event to be emitted once the resize operation completes.
1111

1212
The following example shows the body of a pool resize start event for a pool resizing from 0 to 2 nodes with a manual resize.
1313

@@ -27,7 +27,7 @@ ms.date: 07/01/2025
2727
|Element|Type|Notes|
2828
|-------------|----------|-----------|
2929
|`id`|String|The ID of the pool.|
30-
|`nodeDeallocationOption`|String|Specifies when nodes may be removed from the pool, if the pool size is decreasing.<br /><br /> Possible values are:<br /><br /> **requeue** – Terminate running tasks and requeue them. The tasks will run again when the job is enabled. Remove nodes as soon as tasks have been terminated.<br /><br /> **terminate** – Terminate running tasks. The tasks will not run again. Remove nodes as soon as tasks have been terminated.<br /><br /> **taskcompletion** – Allow currently running tasks to complete. Schedule no new tasks while waiting. Remove nodes when all tasks have completed.<br /><br /> **Retaineddata** - Allow currently running tasks to complete, then wait for all task data retention periods to expire. Schedule no new tasks while waiting. Remove nodes when all task retention periods have expired.<br /><br /> The default value is requeue.<br /><br /> If the pool size is increasing then the value is set to **invalid**.|
30+
|`nodeDeallocationOption`|String|Specifies when nodes may be removed from the pool, if the pool size is decreasing.<br /><br /> Possible values are:<br /><br /> **requeue** – Terminate running tasks and requeue them. The tasks run again when the job is enabled. Remove nodes as soon as tasks are terminated.<br /><br /> **terminate** – Terminate running tasks. The tasks won't run again. Remove nodes as soon as tasks are terminated.<br /><br /> **taskcompletion** – Allow currently running tasks to complete. Schedule no new tasks while waiting. Remove nodes when all tasks are completed.<br /><br /> **Retaineddata** - Allow currently running tasks to complete, then wait for all task data retention periods to expire. Schedule no new tasks while waiting. Remove nodes when all task retention periods are expired.<br /><br /> The default value is requeue.<br /><br /> If the pool size is increasing then the value is set to **invalid**.|
3131
|`currentDedicatedNodes`|Int32|The number of dedicated compute nodes currently assigned to the pool.|
3232
|`targetDedicatedNodes`|Int32|The number of dedicated compute nodes that are requested for the pool.|
3333
|`currentLowPriorityNodes`|Int32|The number of Spot compute nodes currently assigned to the pool.|

0 commit comments

Comments
 (0)