This commit is contained in:
Steve Faulkner 2019-06-11 17:52:11 -04:00 коммит произвёл GitHub
Родитель f0dcc48ed0
Коммит 9f16ec930f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -17,7 +17,7 @@ export class MultiRegionWriteScenario {
for (const region of config.regions) {
const client = new CosmosClient({
endpoint: config.endpoint,
auth: { masterKey: config.key },
key: config.key,
connectionPolicy: {
preferredLocations: [region]
},

Просмотреть файл

@ -23,7 +23,6 @@ export {
export { UniqueKeyPolicy, UniqueKey } from "./client/Container/UniqueKeyPolicy";
export { Constants, OperationType } from "./common";
export { StatusCodes } from "./common/statusCodes";
export { RetryOptions } from "./retry";
export { Response, RequestOptions, FeedOptions, ErrorResponse, ResourceResponse } from "./request";
export { FeedResponse } from "./request/FeedResponse";