-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1ES] Migrate Scale Metrics to Azure.Data.Tables (#10276)
* Migrating Scale Metrics to Azure.Data.Tables * Address feedback * Configuring transport for TableServiceClient when we have a DelegatingHandler * Cleanup * Check if exception is fatal Co-authored-by: Jacob Viau <javia@microsoft.com> * Using string filters on hot paths to avoid parsing expressions * Logging exception message instead of dumping full exception * Create table service clients using an storage provider which also supports token credentials. * Mock IAzureTableStorageProvider for TestWebScriptHost * Address feedback Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com> * Address feedback * Add release notes * HostAzureTableStorageProvider sealed * Fix variable name in test helpers * Addresed feedback. * Revert DelegatingHandler changes --------- Co-authored-by: Jacob Viau <javia@microsoft.com> Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com> Co-authored-by: Fabio Cavalcante <facaval@microsoft.com>
- Loading branch information
1 parent
bcdd593
commit 44489a3
Showing
16 changed files
with
548 additions
and
327 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
Oops, something went wrong.