diff --git a/setup.py b/setup.py index 882dfff..5dff5e3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup -VERSION = "1.0.0" +VERSION = "1.0.1" CLASSIFIERS = [ diff --git a/src/azure_devtools/scenario_tests/base.py b/src/azure_devtools/scenario_tests/base.py index e7a3d41..81d90f9 100644 --- a/src/azure_devtools/scenario_tests/base.py +++ b/src/azure_devtools/scenario_tests/base.py @@ -81,6 +81,7 @@ class ReplayableTest(IntegrationTestBase): # pylint: disable=too-many-instance- 'x-ms-gateway-service-instanceid', 'x-ms-ratelimit-remaining-tenant-reads', 'x-ms-served-by', + 'x-ms-authorization-auxiliary' ] def __init__(self, # pylint: disable=too-many-arguments