File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
2525 <PackageReference Include =" System.Text.Json" Version =" 8.0.6" />
2626 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
27- <PackageReference Include =" Azure.Identity" Version =" 1.17.1 " />
27+ <PackageReference Include =" Azure.Identity" Version =" 1.14.2 " />
2828 <PackageReference Include =" System.Security.Cryptography.Pkcs" Version =" 6.0.5" />
2929 <Reference Include =" System.Web" />
3030 </ItemGroup >
Original file line number Diff line number Diff line change @@ -708,6 +708,7 @@ public static string GetAzAccessToken(PSCmdlet cmdletPassedIn)
708708 ExcludeVisualStudioCredential = true ,
709709 ExcludeWorkloadIdentityCredential = true ,
710710 ExcludeManagedIdentityCredential = true , // ManagedIdentityCredential makes the experience slow
711+ ExcludeSharedTokenCacheCredential = true , // SharedTokenCacheCredential is not supported on macOS
711712 ExcludeAzureCliCredential = false ,
712713 ExcludeAzurePowerShellCredential = false ,
713714 ExcludeInteractiveBrowserCredential = false
You can’t perform that action at this time.
0 commit comments