Skip to content

Commit 8fe41a8

Browse files
Merge pull request #266497 from KazuOnuki/kazuyaonuki-patch1
Update how-to-secure-training-vnet.md
2 parents 1ba3679 + 7686524 commit 8fe41a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-secure-training-vnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ workspace = Workspace(
316316
)
317317
)
318318
319-
workspace = ml_client.workspaces.begin_create_or_update(workspace)
319+
workspace = ml_client.workspaces.begin_update(workspace)
320320
```
321321

322322
# [Studio](#tab/azure-studio)
@@ -483,7 +483,7 @@ workspace = Workspace(
483483
)
484484
)
485485
486-
workspace = ml_client.workspaces.begin_create_or_update(workspace)
486+
workspace = ml_client.workspaces.begin_update(workspace)
487487
```
488488

489489
# [Studio](#tab/azure-studio)

0 commit comments

Comments
 (0)