File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed
Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,6 @@ $LegacyV1LSTypes = @(
131131 " AzureMariaDB" ,
132132 " GoogleBigQuery" ,
133133 " PostgreSql" ,
134-
135- # To be end of support
136134 " ServiceNow" ,
137135 " Snowflake" ,
138136 " Salesforce" ,
@@ -147,11 +145,16 @@ $LegacyV1VersionLSTypes = @(
147145 " Vertica" ,
148146 " Oracle" ,
149147 " Greenplum" ,
150- " AzurePostgreSql" ,
151- # V2 Preview
148+ " AzurePostgreSql" ,
149+ " Teradata" ,
150+ " AmazonRdsForOracle" ,
151+ " Hive" ,
152+ " Impala" ,
152153 " Spark" ,
153154 " Presto" ,
154- " Cassandra"
155+ " Cassandra" ,
156+ # V2 Preview
157+ " QuickBooks"
155158)
156159
157160$timestamp = Get-Date - Format " yyyyMMdd_HHmmss"
Original file line number Diff line number Diff line change @@ -103,8 +103,6 @@ $LegacyV1LSTypes = @(
103103 " AzureMariaDB" ,
104104 " GoogleBigQuery" ,
105105 " PostgreSql" ,
106-
107- # To be end of support
108106 " ServiceNow" ,
109107 " Snowflake" ,
110108 " Salesforce" ,
@@ -119,11 +117,16 @@ $LegacyV1VersionLSTypes = @(
119117 " Vertica" ,
120118 " Oracle" ,
121119 " Greenplum" ,
122- " AzurePostgreSql" ,
123- # V2 Preview
120+ " AzurePostgreSql" ,
121+ " Teradata" ,
122+ " AmazonRdsForOracle" ,
123+ " Hive" ,
124+ " Impala" ,
124125 " Spark" ,
125126 " Presto" ,
126- " Cassandra"
127+ " Cassandra" ,
128+ # V2 Preview
129+ " QuickBooks"
127130)
128131
129132# Install/Update Required Modules
You can’t perform that action at this time.
0 commit comments