diff --git a/sdk/cosmosdb/cosmos/CHANGELOG.md b/sdk/cosmosdb/cosmos/CHANGELOG.md index 95b829191bff..5f94488d1cc0 100644 --- a/sdk/cosmosdb/cosmos/CHANGELOG.md +++ b/sdk/cosmosdb/cosmos/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 3.10.4 (2021-03-12) +## 3.10.4 (2021-03-23) - FEATURE: Adds Bulk continueOnError option diff --git a/sdk/cosmosdb/cosmos/review/cosmos.api.md b/sdk/cosmosdb/cosmos/review/cosmos.api.md index 76ae710ddcb4..6701a9fe7637 100644 --- a/sdk/cosmosdb/cosmos/review/cosmos.api.md +++ b/sdk/cosmosdb/cosmos/review/cosmos.api.md @@ -4,6 +4,7 @@ ```ts +import { AbortSignal } from 'node-abort-controller'; import { TokenCredential } from '@azure/core-auth'; // @public (undocumented) diff --git a/sdk/cosmosdb/cosmos/src/request/SharedOptions.ts b/sdk/cosmosdb/cosmos/src/request/SharedOptions.ts index 0ac0601c431b..3dd2a05fae54 100644 --- a/sdk/cosmosdb/cosmos/src/request/SharedOptions.ts +++ b/sdk/cosmosdb/cosmos/src/request/SharedOptions.ts @@ -2,6 +2,7 @@ // Licensed under the MIT license. /// import { CosmosHeaders } from "../index"; +import { AbortSignal } from "node-abort-controller"; /** * Options that can be specified for a requested issued to the Azure Cosmos DB servers.=