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 4115250 + 5d6cb39 commit 6c0d8caCopy full SHA for 6c0d8ca
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((workspace_name=ws_name, include_spark=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