Skip to content

Commit ec2a970

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update content
1 parent d247439 commit ec2a970

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

articles/data-factory/connector-lifecycle-overview.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -80,45 +80,6 @@ These auto-upgraded workloads are not affected by the announced removal date of
8080

8181
You can identify which activities have been automatically upgraded by inspecting the activity output, where relevant upgrade information is recorded.
8282

83-
**Example:**
84-
85-
Copy activity output
86-
87-
```json
88-
"source": {
89-
"type": "AmazonS3",
90-
"autoUpgrade": "true",
91-
"compatibleWithVersion": "1.0"
92-
}
93-
94-
"sink": {
95-
"type": "AmazonS3",
96-
"autoUpgrade": "true",
97-
"compatibleWithVersion": "1.0"
98-
}
99-
```
100-
101-
Lookup activity output
102-
103-
```json
104-
"source": {
105-
"type": "AmazonS3",
106-
"autoUpgrade": "true",
107-
"compatibleWithVersion": "1.0"
108-
}
109-
```
110-
111-
112-
Script activity output
113-
114-
```json
115-
"source": {
116-
"type": "AmazonS3",
117-
"autoUpgrade": "true",
118-
"compatibleWithVersion": "1.0"
119-
}
120-
```
121-
12283
> [!NOTE]
12384
> While compatibility mode offers flexibility, we strongly encourage users to upgrade to the latest GA version as soon as possible to benefit from ongoing improvements, optimizations, and full support.
12485

0 commit comments

Comments
 (0)