Upgrade JS SDK version to 3.16.1 (#1287)

This commit is contained in:
victor-meng
2022-06-03 13:19:29 -07:00
committed by GitHub
parent e34f68b162
commit 98fb7a5fd6
10 changed files with 188 additions and 84 deletions

View File

@@ -1,4 +1,4 @@
import { ResourceType } from "@azure/cosmos/dist-esm/common/constants";
import { ResourceType } from "@azure/cosmos";
import { Platform, resetConfigContext, updateConfigContext } from "../ConfigContext";
import { updateUserContext } from "../UserContext";
import { endpoint, getTokenFromAuthService, requestPlugin, tokenProvider } from "./CosmosClient";