We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d98e5 commit 4af870bCopy full SHA for 4af870b
msgraphcore/enums.py
@@ -16,8 +16,8 @@ class FeatureUsageFlag(int, Enum):
16
REDIRECT_HANDLER_ENABLED = 1
17
RETRY_HANDLER_ENABLED = 2
18
AUTH_HANDLER_ENABLED = 4
19
- DEFAULT_HTTPROVIDER_ENABLED = 8
20
- LOGGING_HANDLER_ENABLED = 10
+ DEFAULT_HTTP_PROVIDER_ENABLED = 8
+ LOGGING_HANDLER_ENABLED = 16
21
22
23
class NationalClouds(str, Enum):
0 commit comments