Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C#] feat: Allow passing custom credentials factory to CloudAdapter (#…
…2166) ## Linked issues closes: #2130 ## Details Added an additional constructor to CloudAdapter that allows passing a custom credentials factory to CloudAdapter. This enables using an alternative credentials factory, like FederatedServiceClientCredentialsFactory, instead of it being hardcoded to the ConfigurationServiceClientCredentialFactory. ## Attestation Checklist - [x] My code follows the style guidelines of this project - [x] I have checked for/fixed spelling, linting, and other errors - [x] I have commented my code for clarity - [x] I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - [x] My changes generate no new warnings - [x] New and existing unit tests pass locally with my changes
- Loading branch information