microsoft-authentication-cli
microsoft-authentication-cli copied to clipboard
A command line utility for Azure authentication.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...
Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2. Release notes Sourced from NuGet/setup-nuget's releases. v2.0.0 What's Changed build(deps): bump semver from 7.3.8 to 7.5.2 by @dependabot in NuGet/setup-nuget#49 build(deps-dev): bump word-wrap from...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...
Dotnet 8.0 was released recently. It is the latest LTS version of dotnet. We should change the framework to .net 8.0 and see whether it can bring performance and other...
When AzureAuth `devicecode` mode is invoked, telemetry (only when explicitly enabled) doesn't populate the mode name correctly. Refer to the screenshot below:  We need to fix it as it...
Performance Issues on OSX 11.7.1, first run of any call (including no-op, -h) taking 20-45 seconds.
I've noticed azureauth (version 0.5.4 and 0.6.0) is taking a 20-45 seconds to return anything. Subsequent runs are fast but this is happening for token calls as well as azureauth...
The PowerShell install script (`install/install.ps1`) is currently unsigned, requiring anyone running it to bypass PowerShell's execution policy, potentially allowing a vector for a supply-chain attack (especially since it isn't obvious...