You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix enhanced feature flag schema mapping, selector type narrowing, async API type hints, Python version floor, and rename tests README to avoid the package-readme section check, all addressing code review feedback.
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
### Breaking Changes
10
10
11
+
- Raised the minimum supported Python version to 3.10, matching the minimum required by `azure-appconfiguration>=1.10.0b1`. Dropped support for Python 3.7, 3.8, and 3.9.
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-appconfiguration-provider/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -539,7 +539,7 @@ This library uses the standard [logging](https://docs.python.org/3/library/loggi
539
539
540
540
(This content is for `azure-appconfiguration-provider` package developer only)
541
541
542
-
See [tests/README.md](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration-provider/tests/README.md) for instructions on running unit and integration tests, working with recordings, and setting up environment variables for local testing.
542
+
See [tests/tests.md](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/appconfiguration/azure-appconfiguration-provider/tests/tests.md) for instructions on running unit and integration tests, working with recordings, and setting up environment variables for local testing.
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/_azureappconfigurationproviderbase.py
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/aio/_async_client_manager.py
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/aio/_azureappconfigurationproviderasync.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -168,8 +168,7 @@ async def _attempt_refresh(
168
168
# own page-level etag state, since they are a separate resource type with a separate
0 commit comments