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: articles/synapse-analytics/cicd/source-control.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The configuration pane shows the following Azure DevOps git settings:
66
66
|**Import existing resources to repository**| Specifies whether to import existing resources from the Synapse Studio into an Azure Repos Git repository. Check the box to import your workspace resources (except pools) into the associated Git repository in JSON format. This action exports each resource individually. When this box isn't checked, the existing resources aren't imported. | Checked (default) |
67
67
| **Import resource into this branch** | Select which branch the resources (sql script, notebook, spark job definition, dataset, dataflow etc.) are imported to.
68
68
69
-
Your can also use repository link to quickly point to the git repository you want to connect with.
69
+
You can also use repository link to quickly point to the git repository you want to connect with.
70
70
71
71
> [!NOTE]
72
72
> Azure Synapse doesn't support connection to an on-premises Azure DevOps repository.
@@ -209,7 +209,7 @@ By default, Synapse Studio generates the workspace templates and saves them into
209
209
}
210
210
```
211
211
212
-
Synapse Studio can only have one publish branch at a time. When you specify a new publish branch, the original publish branch wouldn't been deleted. If you want to remove the previous publish branch, delete it manually.
212
+
Synapse Studio can only have one publish branch at a time. When you specify a new publish branch, the original publish branch won't be deleted. If you want to remove the previous publish branch, delete it manually.
213
213
214
214
215
215
### Publish code changes
@@ -244,7 +244,7 @@ After you remove the association with the current repo, you can configure your G
244
244
Only grant git repository permission to Synapse workspace artifact authors.
245
245
-**Collaboration**. It's recommended to not allow direct check-ins to the collaboration branch. This restriction can help prevent bugs as every check-in goes through a pull request review process described in [Creating feature branches](source-control.md#creating-feature-branches).
246
246
-**Synapse live mode**. After publishing in git mode, all changes are reflected in Synapse live mode. In Synapse live mode, publishing is disabled. And you can view, run artifacts in live mode if you have been granted the right permission.
247
-
-**Edit artifacts in Studio**. Synapse studio is the only place you can enable workspace source control and sync changes to git automatically. Any change via SDK, PowerShell,isn't synced to git. We recommend you always edit artifact in Studio when git is enabled.
247
+
-**Edit artifacts in Studio**. Synapse studio is the only place you can enable workspace source control and sync changes to git automatically. Any change via SDK, PowerShell,isn't synced to git. We recommend you always edit artifact in Studio when git is enabled.
0 commit comments