Fix conformance test due to query API test not in SQL Server. (#1207)

This commit is contained in:
Artur Souza 2021-10-19 13:41:17 -07:00 committed by GitHub
parent 80062f87bd
commit b7d9c0c5e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ components:
- component: azure.cosmosdb
allOperations: true
- component: azure.sql
allOperations: true
allOperations: false
operations: [ "set", "get", "delete", "bulkset", "bulkdelete", "transaction", "etag", "first-write" ]
- component: sqlserver
allOperations: false
operations: [ "set", "get", "delete", "bulkset", "bulkdelete", "transaction", "etag", "first-write" ]