-
Notifications
You must be signed in to change notification settings - Fork 3.3k
App Configuration Provider Async Support #28497
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
1c7ba08
Removes custom exception. Adds missing dictionary methods. Changed Ke…
mrm9084 27661f2
Update CHANGELOG.md
mrm9084 5296487
Merge branch 'main' into AppConfigProviderArchReviewChanges
mrm9084 f4f7a11
Moving load logic out of AzureAppConfigurationProvider
mrm9084 d74cb02
Update CHANGELOG.md
mrm9084 1c89e43
Updating syntax
mrm9084 c8b3c8f
Fixed import
mrm9084 3d377cd
Fixing Lint issue
mrm9084 78c59f6
Fixed Spaces
mrm9084 d263059
Temp removing TokenCredential hint
mrm9084 af77f6a
Adding Async
mrm9084 6e99a31
fixing some async issues
mrm9084 cf097c9
Adding close method
mrm9084 63fbdca
Trying to fix async
mrm9084 e01323a
Updated Asysnc, Added samples, fixed key vault bug
mrm9084 342e16b
Adding Async Tests
mrm9084 56c4c89
Added missing async and awaits
mrm9084 41591fb
Cleaned up extra code.
mrm9084 d469b01
Fix Async Tests running
mrm9084 0f1e281
Merge branch 'AppConfigAsync' of github.com:mrm9084/azure-sdk-for-pyt…
mrm9084 51e137b
Fixing formatting and missing secret_clients map
mrm9084 cc8f9b5
Updating recordings
mrm9084 c4b00a3
Fixing Lint, Updated Change Log
mrm9084 94eada3
Merge branch 'AppConfigAsync' of https://github.com/mrm9084/azure-sdk…
mrm9084 ab191c9
Adding keyVaultOptions validation, removed unused imports in samples
mrm9084 d77826e
Added some code for minimal Feature Management support to not cause f…
mrm9084 9143183
Moving KeyVaultOptions and SettingSelector into models
mrm9084 bb4845a
Update sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md
mrm9084 3642d85
Updating async usage types and removing old imports from samples
mrm9084 144e33d
Merge branch 'AppConfigAsync' of https://github.com/mrm9084/azure-sdk…
mrm9084 ee72eb9
Update sdk/appconfiguration/azure-appconfiguration-provider/azure/app…
mrm9084 539b1d9
Update sdk/appconfiguration/azure-appconfiguration-provider/azure/app…
mrm9084 806ea29
Update sdk/appconfiguration/azure-appconfiguration-provider/azure/app…
mrm9084 c05d5ec
Reusing __is_json_content_type
mrm9084 1408763
Update sdk/appconfiguration/azure-appconfiguration-provider/azure/app…
mrm9084 e834c26
Updating to ValueError in non-async too
mrm9084 b4f37ec
Fixed load_provider credential type
mrm9084 3a28ebf
Fixing Whitespace
mrm9084 0b3b19d
Adding cSpell ignore for azconfig
mrm9084 0fad981
Adding Context Manager methods to sync version
mrm9084 9b74c6b
Some typing updates
annatisch bdce5e7
Adding Host Type tracing
mrm9084 656131c
Fix kwarg name
annatisch ea6bb6c
Added async type hints
annatisch 9fc48f8
Fixing test recordings
mrm9084 effa870
Update shared_requirements.txt
mrm9084 c50c20e
Pylint cleanup
annatisch 844318e
Update setup.py
mrm9084 d308af2
Merge branch 'AppConfigAsync' of https://github.com/mrm9084/azure-sdk…
mrm9084 065e000
Updating min Azure Core dependency
mrm9084 1371b0f
Update shared_requirements.txt
mrm9084 d46d159
Removing invalid recordings
mrm9084 8630823
Using keys method
mrm9084 a0987ab
Updating to 1.4.0 version
mrm9084 83cf680
Updating to use isinstance
mrm9084 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
9 changes: 0 additions & 9 deletions
9
...ration-provider/azure/appconfiguration/provider/_azure_appconfiguration_provider_error.py
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.