forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
17 changed files
with
1,239 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
...data-tables/recordings/node/batch_operations/recording_should_handle_sub_request_error.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
...ecordings/node/batch_operations/recording_should_send_a_set_of_create_batch_operations.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
...ecordings/node/batch_operations/recording_should_send_a_set_of_delete_batch_operations.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
81 changes: 81 additions & 0 deletions
81
...ecordings/node/batch_operations/recording_should_send_a_set_of_update_batch_operations.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.