From b71f0125b14167c8ef4bd5b18e3885e3c510f753 Mon Sep 17 00:00:00 2001 From: kdestin <101366538+kdestin@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:57:04 -0400 Subject: [PATCH] fix: Fix typing of include_spark parameter (#34815) --- .../azure/ai/ml/operations/_feature_store_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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