Skip to content

Commit 02a21d5

Browse files
Merge pull request #218747 from jesscioffi/main
Update how-to-create-manage-compute-instance.md
2 parents b360f37 + 3cd5a6e commit 02a21d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/how-to-create-manage-compute-instance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,14 @@ This setting can be configured during CI creation or for existing CIs via the fo
177177
178178
```YAML
179179
# Note that this is just a snippet for the idle shutdown property. Refer to the "Create" Azure CLI section for more information.
180+
# Note that idle_time_before_shutdown has been deprecated.
180181
idle_time_before_shutdown_minutes: 30
181182
```
182183
183184
* Python SDKv2: only configurable during new CI creation
184185
185186
```Python
187+
# Note that idle_time_before_shutdown has been deprecated.
186188
ComputeInstance(name=ci_basic_name, size="STANDARD_DS3_v2", idle_time_before_shutdown_minutes="30")
187189
```
188190

0 commit comments

Comments
 (0)