diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py b/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py index 25c29bfc7472..30969bd5a7dc 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py @@ -508,7 +508,7 @@ def begin_provision_network( self, *, feature_store_name: Optional[str] = None, - include_spark: Optional[bool] = False, + include_spark: bool = False, **kwargs: Any, ) -> LROPoller[ManagedNetworkProvisionStatus]: """Triggers the feature store to provision the managed network. Specifying spark enabled