-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch API: Adds Session token support #1870
Conversation
Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow the required format: "[Internal] Category: (Adds|Fixes|Refactors) Description"
Examples:
Diagnostics: Adds GetElapsedClientLatency to CosmosDiagnostics
PartitionKey: Fixes null reference when using default(PartitionKey)
[v4] Client Encryption: Refactors code to external project
[Internal] Query: Adds code generator for CosmosNumbers for easy additions in the future.
Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting on the response to the behavior for the end user
Microsoft.Azure.Cosmos/src/Batch/TransactionalBatchRequestOptions.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/Batch/TransactionalBatchRequestOptions.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/src/Batch/TransactionalBatchRequestOptions.cs
Outdated
Show resolved
Hide resolved
Please resolve all comments |
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Batch/BatchTestBase.cs
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/Batch/BatchTestBase.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments for text/links updates
Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
c48272e
Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
@rakkuma Can you fix the Emulator tests that are failing? They are throwing NullReferenceException |
…m/Azure/azure-cosmos-dotnet-v3 into users/rakkuma/batch-session-token
f3b8f35
to
a32289b
Compare
The change which enable few test cases are in 0901. So until the next emulator is built, we can wait. The current is build out of 0815. |
…m/Azure/azure-cosmos-dotnet-v3 into users/rakkuma/batch-session-token
Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
…m/Azure/azure-cosmos-dotnet-v3 into users/rakkuma/batch-session-token
Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please get a signoff from @kirankumarkolli due to the public API change
Closing due to in-activity, pease feel free to re-open. |
Session token support for transactional batch
Description
This adds support for passing session token for transactional Batch. In TransactionalBatchRequestOptions new option namely SessionToken is added.
Type of change
Closing issues
To automatically close an issue: closes #1567