File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Authentication/Authentication Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ private static HttpClient GetGraphHttpClient(AzureIdentityAccessTokenProvider au
5454 new NationalCloudHandler ( ) ,
5555 new ODataQueryOptionsHandler ( ) ,
5656 new HttpVersionHandler ( ) ,
57+ //new CompressionHandler(),
5758 new RetryHandler ( new RetryHandlerOption {
5859 Delay = requestContext . RetryDelay ,
5960 MaxRetry = requestContext . MaxRetry ,
Original file line number Diff line number Diff line change 5050 <file src =" artifacts\Dependencies\Core\runtimes\win-arm64\native\msalruntime_arm64.dll" target =" Dependencies" />
5151 <!-- Core-->
5252 <file src =" artifacts\Dependencies\Core\Azure.Core.dll" target =" Dependencies\Core" />
53+ <file src =" artifacts\Dependencies\Core\Azure.Core.Experimental.dll" target =" Dependencies\Core" />
5354 <file src =" artifacts\Dependencies\Core\Microsoft.Graph.Core.dll" target =" Dependencies\Core" />
5455 <file src =" artifacts\Dependencies\Core\Microsoft.Identity.Client.dll" target =" Dependencies\Core" />
5556 <file src =" artifacts\Dependencies\Core\Microsoft.Identity.Client.Extensions.Msal.dll" target =" Dependencies\Core" />
5657 <file src =" artifacts\Dependencies\Core\Newtonsoft.Json.dll" target =" Dependencies\Core" />
5758 <!-- Desktop -->
5859 <file src =" artifacts\Dependencies\Desktop\Azure.Core.dll" target =" Dependencies\Desktop" />
60+ <file src =" artifacts\Dependencies\Desktop\Azure.Core.Experimental.dll" target =" Dependencies\Desktop" />
5961 <file src =" artifacts\Dependencies\Desktop\Microsoft.Graph.Core.dll" target =" Dependencies\Desktop" />
6062 <file src =" artifacts\Dependencies\Desktop\Microsoft.Identity.Client.dll" target =" Dependencies\Desktop" />
6163 <file src =" artifacts\Dependencies\Desktop\Microsoft.Identity.Client.Extensions.Msal.dll" target =" Dependencies\Desktop" />
You can’t perform that action at this time.
0 commit comments