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.
1 parent 965a28e commit 5d6cb39Copy full SHA for 5d6cb39
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