Skip to content

Commit a8e169b

Browse files
authored
fix: Fix typing of include_spark parameter (#34815) (#34838)
1 parent 8814519 commit a8e169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/operations/_feature_store_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def begin_provision_network(
508508
self,
509509
*,
510510
feature_store_name: Optional[str] = None,
511-
include_spark: Optional[bool] = False,
511+
include_spark: bool = False,
512512
**kwargs: Any,
513513
) -> LROPoller[ManagedNetworkProvisionStatus]:
514514
"""Triggers the feature store to provision the managed network. Specifying spark enabled

0 commit comments

Comments
 (0)