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 8814519 commit a8e169bCopy full SHA for a8e169b
sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py
@@ -508,7 +508,7 @@ def begin_provision_network(
508
self,
509
*,
510
feature_store_name: Optional[str] = None,
511
- include_spark: Optional[bool] = False,
+ include_spark: bool = False,
512
**kwargs: Any,
513
) -> LROPoller[ManagedNetworkProvisionStatus]:
514
"""Triggers the feature store to provision the managed network. Specifying spark enabled
0 commit comments