FaultInjection: Adds method to add FaultInjection using CosmosClientBuilder#4867
Merged
microsoft-github-policy-service[bot] merged 13 commits intoNov 25, 2024
Conversation
ananth7592
reviewed
Nov 19, 2024
kirankumarkolli
previously approved these changes
Nov 19, 2024
adds example
ananth7592
approved these changes
Nov 19, 2024
kirankumarkolli
approved these changes
Nov 21, 2024
3 tasks
NaluTripician
added a commit
that referenced
this pull request
Apr 30, 2026
## FaultInjection 1.0.0-beta.1 release This PR releases the Microsoft.Azure.Cosmos.FaultInjection package at version **1.0.0-beta.1**. The previous release was 1.0.0-beta.0 on 2024-11-15. ### Version - `FaultInjectionVersion` = 1.0.0 - `FaultInjectionSuffixVersion` = beta.1 (was beta.0) ### Scope - Only the FaultInjection package is being released. No version bumps for Microsoft.Azure.Cosmos, Microsoft.Azure.Cosmos.Encryption, or Microsoft.Azure.Cosmos.Encryption.Custom. ### Included PRs (since 1.0.0-beta.0) #### Added - #4867 FaultInjection: Adds method to add FaultInjection using CosmosClientBuilder - #4989 Metadata Requests: Adds Metadata request support for FaultInjection - #5264 ThinClient Compatibility: Adds compatibility with Thin Client Proxy - #5510 Unauthorized Errors: Adds Unauthorized status codes - #5677 FaultInjection: Adds XML documentation, stylecop.json, and updates test packages - #5679 FaultInjection: Adds comprehensive unit test coverage #### Fixed - #5676 FaultInjection: Fixes naming typos and XML documentation - #5675 FaultInjection: Fixes critical bugs for release 2 - #5678 FaultInjection: Refactors code quality improvements ### Checklist - [x] Changelog updated (`Microsoft.Azure.Cosmos/FaultInjection/changelog.md`) - [x] Version bumped in `Directory.Build.props` - [ ] Release pipeline (`azure-pipelines-faultinjection.yml`) run after merge Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Description
Adds a method to use the cosmos client builder to inject faults into the Cosmos DB client operations.
Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #IssueNumber