Skip to content

Commit fa9fcd8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/batch-pool-resize-complete-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 complete event
99

10-
This event is emitted when a pool resize has completed or failed.
10+
This event is emitted when a pool resize is completed or failed.
1111

1212
The following example shows the body of a pool resize complete event for a pool that increased in size and completed successfully.
1313

@@ -31,7 +31,7 @@ ms.date: 07/01/2025
3131
|Element|Type|Notes|
3232
|-------------|----------|-----------|
3333
|`id`|String|The ID of the pool.|
34-
|`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**.|
34+
|`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**.|
3535
|`currentDedicatedNodes`|Int32|The number of dedicated compute nodes currently assigned to the pool.|
3636
|`targetDedicatedNodes`|Int32|The number of dedicated compute nodes that are requested for the pool.|
3737
|`currentLowPriorityNodes`|Int32|The number of [Spot compute nodes](batch-spot-vms.md) currently assigned to the pool.|

0 commit comments

Comments
 (0)