Skip to content

Commit

Permalink
fix: Fix typing of include_spark parameter (Azure#34815)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdestin committed Mar 19, 2024
1 parent 138fdde commit 6cd132b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cd132b

Please sign in to comment.