We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8e3811 + e65781a commit 593bcadCopy full SHA for 593bcad
1 file changed
msal/application.py
@@ -669,7 +669,6 @@ def _build_client(self, client_credential, authority, skip_regional_client=False
669
default_headers = {
670
"x-client-sku": "MSAL.Python", "x-client-ver": __version__,
671
"x-client-os": sys.platform,
672
- "x-client-cpu": "x64" if sys.maxsize > 2 ** 32 else "x86",
673
"x-ms-lib-capability": "retry-after, h429",
674
}
675
if self.app_name:
0 commit comments