Skip to content

Commit b832a59

Browse files
allow x-ms-region to be logged
1 parent 85c9982 commit b832a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_form_base_client.py

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def __init__(self, endpoint: str, credential: Union[AzureKeyCredential, TokenCre
4949
"x-content-type-options",
5050
"ms-azure-ai-errorcode",
5151
"x-ms-cs-error-code",
52+
"x-ms-region",
5253
}
5354
)
5455
http_logging_policy.allowed_query_params.update(

0 commit comments

Comments
 (0)