We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c644cf1 + e461a70 commit 4115250Copy full SHA for 4115250
articles/machine-learning/how-to-managed-network.md
@@ -647,7 +647,7 @@ To enable the [serverless spark jobs](how-to-submit-spark-jobs.md) for the manag
647
# whether to provision spark vnet as well
648
include_spark = True
649
650
- provision_network_result = ml_client.workspaces.begin_provision_network(ws_name, include_spark).result()
+ provision_network_result = ml_client.workspaces.begin_provision_network((workspace_name=ws_name, include_spark=include_spark).result()
651
```
652
653
# [Azure portal](#tab/portal)
0 commit comments