Skip to content

Commit b67f47b

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update details
1 parent 211af97 commit b67f47b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/data-factory/connector-mariadb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ The following sections provide details about properties that are used to define
7171

7272
## Linked service properties
7373

74-
If you use the version 2.0, the following properties are supported for MariaDB linked service:
74+
If you use version 2.0, the following properties are supported for MariaDB linked service:
7575

7676
| Property | Description | Required |
7777
|:--- |:--- |:--- |
7878
| type | The type property must be set to: **MariaDB** | Yes |
79-
| driverVersion | The driver version when you select the version 2.0. The value is v2. | Yes |
79+
| driverVersion | The driver version when you select version 2.0. The value is v2. | Yes |
8080
| server | The name of your MariaDB Server. | Yes |
8181
| port | The port number to connect to the MariaDB server. | No |
8282
| database | Your MariaDB database name. | Yes |
@@ -146,7 +146,7 @@ If you use the version 2.0, the following properties are supported for MariaDB l
146146
}
147147
```
148148

149-
If you use the version 1.0, the following properties are supported:
149+
If you use version 1.0, the following properties are supported:
150150

151151
| Property | Description | Required |
152152
|:--- |:--- |:--- |

articles/data-factory/connector-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you use version 2.0,the following properties are supported for MySQL linked
8080
| Property | Description | Required |
8181
|:--- |:--- |:--- |
8282
| type | The type property must be set to: **MySql** | Yes |
83-
| driverVersion | The driver version when you select the version 2.0. The value is v2. | Yes |
83+
| driverVersion | The driver version when you select version 2.0. The value is v2. | Yes |
8484
| server | The name of your MySQL Server. | Yes |
8585
| port | The port number to connect to the MySQL server. |No|
8686
| database | Your MySQL database name. |Yes|

articles/data-factory/connector-servicenow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 10/23/2024
1717
This article outlines how to use the Copy Activity in Azure Data Factory and Synapse Analytics pipelines to copy data from ServiceNow. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
1818

1919
> [!IMPORTANT]
20-
> The [ServiceNow V2 connector](connector-servicenow.md) provides improved native ServiceNow support. If you are using the [ServiceNow V1 connector](connector-servicenow-legacy.md) in your solution, you are recommended to [upgrade your ServiceNow connector](#upgrade-your-servicenow-linked-service) at your earliest convenience. Refer to this [section](#differences-between-servicenow-and-servicenow-legacy) for details on the difference between v2 and V1.
20+
> The [ServiceNow V2 connector](connector-servicenow.md) provides improved native ServiceNow support. If you are using the [ServiceNow V1 connector](connector-servicenow-legacy.md) in your solution, you are recommended to [upgrade your ServiceNow connector](#upgrade-your-servicenow-linked-service) at your earliest convenience. Refer to this [section](#differences-between-servicenow-and-servicenow-legacy) for details on the difference between V2 and V1.
2121
2222
## Supported capabilities
2323

articles/data-factory/connector-snowflake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ To upgrade the Snowflake connector, you can do a side-by-side upgrade, or an in-
691691

692692
To perform a side-by-side upgrade, complete the following steps:
693693

694-
1. Create a new Snowflake linked service and configure it by referring to the linked service properties.
694+
1. Create a new Snowflake linked service and configure it by referring to the V2 linked service properties.
695695
1. Create a dataset based on the newly created Snowflake linked service.
696696
1. Replace the new linked service and dataset with the existing ones in the pipelines that targets the V1 objects.
697697

0 commit comments

Comments
 (0)