Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/cosmosdb/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 3.10.4 (2021-03-12)
## 3.10.4 (2021-03-23)

- FEATURE: Adds Bulk continueOnError option

Expand Down
1 change: 1 addition & 0 deletions sdk/cosmosdb/cosmos/review/cosmos.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

```ts

import { AbortSignal } from 'node-abort-controller';
import { TokenCredential } from '@azure/core-auth';

// @public (undocumented)
Expand Down
1 change: 1 addition & 0 deletions sdk/cosmosdb/cosmos/src/request/SharedOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensed under the MIT license.
/// <reference lib="dom" />
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.=
Expand Down