Skip to content

Commit

Permalink
Remove DocumentClient, Base, and all Partition Resolvers (Azure#92)
Browse files Browse the repository at this point in the history
* Add ClientContext

* Move network calls to RequestHandler

* Refactor documentClient from client types

* Move getDatabaseAccount to clientContext

* remove Base, ParititonResolvers, and DocumentClient
  • Loading branch information
Christopher Anderson authored Aug 7, 2018
1 parent 5a8fccd commit bbb7cfc
Show file tree
Hide file tree
Showing 89 changed files with 2,135 additions and 4,736 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"--colors",
"${workspaceFolder}/lib/test/**/*.js",
"-g",
".*validate queryIterator asyncIterator.*"
".*nativeApi Client Should execute request in error while the proxy setting is not correct.*"
],
"internalConsoleOptions": "openOnSessionStart",
"sourceMaps": true,
Expand Down
Loading

0 comments on commit bbb7cfc

Please sign in to comment.