Skip to content

Commit 39752ee

Browse files
authored
Merge pull request #605 from AzureAD/remove-x-client-cpu
Remove x-client-cpu
2 parents 1019bfb + 2e119d9 commit 39752ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msal/application.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ def _build_client(self, client_credential, authority, skip_regional_client=False
669669
default_headers = {
670670
"x-client-sku": "MSAL.Python", "x-client-ver": __version__,
671671
"x-client-os": sys.platform,
672-
"x-client-cpu": "x64" if sys.maxsize > 2 ** 32 else "x86",
673672
"x-ms-lib-capability": "retry-after, h429",
674673
}
675674
if self.app_name:

0 commit comments

Comments
 (0)