diff --git a/extensions/cms/package.json b/extensions/cms/package.json
index 4a2fd6d064ca..dc732c52491a 100644
--- a/extensions/cms/package.json
+++ b/extensions/cms/package.json
@@ -165,20 +165,6 @@
"isRequired": false,
"isArray": false
},
- {
- "specialValueType": null,
- "isIdentity": false,
- "name": "asynchronousProcessing",
- "displayName": "%cms.connectionOptions.asynchronousProcessing.displayName%",
- "description": "%cms.connectionOptions.asynchronousProcessing.description%",
- "groupName": "%cms.connectionOptions.groupName.initialization%",
- "valueType": "boolean",
- "defaultValue": null,
- "objectType": null,
- "categoryValues": null,
- "isRequired": false,
- "isArray": false
- },
{
"specialValueType": null,
"isIdentity": false,
diff --git a/extensions/cms/package.nls.json b/extensions/cms/package.nls.json
index 4de5381cf806..a94ae0d6784c 100644
--- a/extensions/cms/package.nls.json
+++ b/extensions/cms/package.nls.json
@@ -60,8 +60,6 @@
"cms.connectionOptions.password.description": "Indicates the password to be used when connecting to the data source",
"cms.connectionOptions.applicationIntent.displayName": "Application intent",
"cms.connectionOptions.applicationIntent.description": "Declares the application workload type when connecting to a server",
- "cms.connectionOptions.asynchronousProcessing.displayName": "Asynchronous processing",
- "cms.connectionOptions.asynchronousProcessing.description": "When true, enables usage of the Asynchronous functionality in the .Net Framework Data Provider",
"cms.connectionOptions.connectTimeout.displayName": "Connect timeout",
"cms.connectionOptions.connectTimeout.description": "The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error",
"cms.connectionOptions.currentLanguage.displayName": "Current language",
diff --git a/extensions/mssql/package.json b/extensions/mssql/package.json
index 8a192b344453..68d0fe46dfb9 100644
--- a/extensions/mssql/package.json
+++ b/extensions/mssql/package.json
@@ -946,20 +946,6 @@
"isRequired": false,
"isArray": false
},
- {
- "specialValueType": null,
- "isIdentity": false,
- "name": "asynchronousProcessing",
- "displayName": "%mssql.connectionOptions.asynchronousProcessing.displayName%",
- "description": "%mssql.connectionOptions.asynchronousProcessing.description%",
- "groupName": "%mssql.connectionOptions.groupName.initialization%",
- "valueType": "boolean",
- "defaultValue": null,
- "objectType": null,
- "categoryValues": null,
- "isRequired": false,
- "isArray": false
- },
{
"specialValueType": null,
"isIdentity": false,
diff --git a/extensions/mssql/package.nls.json b/extensions/mssql/package.nls.json
index 8c7d32fe5c6d..016378595ae2 100644
--- a/extensions/mssql/package.nls.json
+++ b/extensions/mssql/package.nls.json
@@ -127,8 +127,6 @@
"mssql.connectionOptions.password.description": "Indicates the password to be used when connecting to the data source",
"mssql.connectionOptions.applicationIntent.displayName": "Application intent",
"mssql.connectionOptions.applicationIntent.description": "Declares the application workload type when connecting to a server",
- "mssql.connectionOptions.asynchronousProcessing.displayName": "Asynchronous processing",
- "mssql.connectionOptions.asynchronousProcessing.description": "When true, enables usage of the Asynchronous functionality in the .Net Framework Data Provider",
"mssql.connectionOptions.connectTimeout.displayName": "Connect timeout",
"mssql.connectionOptions.connectTimeout.description": "The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error",
"mssql.connectionOptions.currentLanguage.displayName": "Current language",
diff --git a/resources/xlf/en/cms.xlf b/resources/xlf/en/cms.xlf
index 4b1673e08c76..e81bc048022d 100644
--- a/resources/xlf/en/cms.xlf
+++ b/resources/xlf/en/cms.xlf
@@ -95,12 +95,6 @@
-
-
-
-
-
-
@@ -402,4 +396,4 @@