Skip to content

Commit

Permalink
[Tables] Tables batch (Azure#11551)
Browse files Browse the repository at this point in the history
* Prototype batch

* Format

* Support SharedKey auth

* Formatting

* Add comments

* Take InnerBatchRequest

* Address some comments

* Fix circular dependency

* Hide internalBatchRequest

* Parse sub responses

* rename subResponses

* Update import

* move sample interface to the top

* Fix eslint

* Add span

* Split tests

* Fix lint

* undo changes in tableclient test

* Use the right URL

* Hide BatchOptions and mock guid

* Format

* Workaround generateUuid stub issue

* format
  • Loading branch information
joheredi authored Oct 3, 2020
1 parent 2aabaad commit 88d5134
Show file tree
Hide file tree
Showing 17 changed files with 1,239 additions and 84 deletions.
1 change: 1 addition & 0 deletions sdk/tables/data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.0.0-beta.2 (Unreleased)

- Add support for Entity Group Transactions (Batch) [#11551](https://github.com/Azure/azure-sdk-for-js/pull/11551).

## 1.0.0-beta.1 (2020-09-08)

Expand Down
2 changes: 2 additions & 0 deletions sdk/tables/data-tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"@types/chai": "^4.1.6",
"@types/mocha": "^7.0.2",
"@types/node": "^8.0.0",
"@types/sinon": "^9.0.4",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
Expand All @@ -107,6 +108,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-visualizer": "^4.0.4",
"sinon": "^9.0.2",
"typescript": "~3.9.3",
"util": "^0.12.1",
"dotenv": "^8.2.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88d5134

Please sign in to comment.