Skip to content

Commit d641be9

Browse files
committed
Remove html tag <small>.
1 parent d83da9b commit d641be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-azure-database-for-mysql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This Azure Database for MySQL connector is supported for the following capabilit
4040
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; ||
4141
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;||
4242

43-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
43+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
4444

4545
## Getting started
4646

@@ -268,7 +268,7 @@ The below table lists the properties supported by Azure Database for MySQL sourc
268268
| Stored procedure | If you select Stored procedure as input, specify a name of the stored procedure to read data from the source table, or select Refresh to ask the service to discover the procedure names.| Yes (if you select Stored procedure as input) | String | procedureName |
269269
| Procedure parameters | If you select Stored procedure as input, specify any input parameters for the stored procedure in the order set in the procedure, or select Import to import all procedure parameters using the form `@paraName`. | No | Array | inputs |
270270
| Batch size | Specify a batch size to chunk large data into batches. | No | Integer | batchSize |
271-
| Isolation Level | Choose one of the following isolation levels:<br>- Read Committed<br>- Read Uncommitted (default)<br>- Repeatable Read<br>- Serializable<br>- None (ignore isolation level) | No | <small>READ_COMMITTED<br/>READ_UNCOMMITTED<br/>REPEATABLE_READ<br/>SERIALIZABLE<br/>NONE</small> |isolationLevel |
271+
| Isolation Level | Choose one of the following isolation levels:<br>- Read Committed<br>- Read Uncommitted (default)<br>- Repeatable Read<br>- Serializable<br>- None (ignore isolation level) | No | READ_COMMITTED<br/>READ_UNCOMMITTED<br/>REPEATABLE_READ<br/>SERIALIZABLE<br/>NONE |isolationLevel |
272272

273273
#### Azure Database for MySQL source script example
274274

0 commit comments

Comments
 (0)