You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sempy_labs/deployment_pipeline/_items.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -499,7 +499,7 @@ def deploy_stage_content(
499
499
workspace_name: Optional[str] =None,
500
500
):
501
501
"""
502
-
Deploys items from the specified stage of the specified deployment pipeline.
502
+
Deploys items from the specified stage of the specified deployment pipeline.
503
503
504
504
This is a wrapper function for the following API: `Deployment Pipelines - Deploy Stage Content <https://learn.microsoft.com/rest/api/fabric/core/deployment-pipelines/deploy-stage-content>`_.
0 commit comments