Skip to content

Commit daf0671

Browse files
authored
acrolinx
1 parent 8ef8e2b commit daf0671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/cicd/source-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The configuration pane shows the following Azure DevOps git settings:
6666
| **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) |
6767
| **Import resource into this branch** | Select which branch the resources (sql script, notebook, spark job definition, dataset, dataflow etc.) are imported to.
6868

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.
7070

7171
> [!NOTE]
7272
> 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
209209
}
210210
```
211211

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.
213213

214214

215215
### Publish code changes
@@ -244,7 +244,7 @@ After you remove the association with the current repo, you can configure your G
244244
Only grant git repository permission to Synapse workspace artifact authors.
245245
- **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).
246246
- **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.
248248

249249
## Troubleshooting git integration
250250

0 commit comments

Comments
 (0)