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
Set http_logging_policy in Configuration (Azure#12218)
* allow user to set http_logging_policy in azure core
* add tests for setting http logging policy in azure core
* allow user to set http_logging_policy in azure mgmt core
* fix default allowed headers for ARMHttpLoggingPolicy
* add tests for setting http logging policy in azure mgmt core
* deprecate WHITELIST, switch to ALLOWLIST in HttpLoggingPolicy
* deprecate WHITELIST, switch to ALLOWLIST in ARMHttpLoggingPolicy
* udpate changelog
* change fix for ARMHttpLoggingPolicy default allowed headers
* update version
* Revert "deprecate WHITELIST, switch to ALLOWLIST in ARMHttpLoggingPolicy"
This reverts commit 4175acd.
* Revert "deprecate WHITELIST, switch to ALLOWLIST in HttpLoggingPolicy"
This reverts commit 64b3246.
* switch keyword docstring to ivar for most config policies
* removed __init__ in azure-mgmt-core async tests
* use the current class attribute to get the default allowed headers
0 commit comments