Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 1.83 KB

Changelog for the module

The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Parameter -ClientId now explains usage in a warning message when used with non-interactive parameter set

2.3.0 - 2024-08-21

Fixed

  • Upgraded gitversion config in repo to support version 6

Added

  • Adds related links links to blog posts for Get-AzToken and the parameters -WorkloadIdentity & -ExternalToken
  • Added -TimeoutSeconds parameter for Managed Identity authentication and non-interactive authentication
  • Added Managed Identity authentication as first option of non-interactive login

2.2.10 - 2024-05-22

Changed

  • Bumped Azure.Identity from 1.10.4 to 1.11.3.
  • Bumped System.IdentityModule.Tokens.Jwt from 7.2.0 to 7.5.2.
  • Bumped Microsoft.VisualStudio.Threading from 7.8.14 to 7.10.48.

2.2.9 - 2024-01-22

Added

  • Added support for ClientCertificate authentication #16

2.2.8 - 2024-01-11

Added

  • Implemented Sampler for the GitHub project #45
  • Bumped System.IdentityModule.Tokens.Jwt from 7.0.3 to 7.2.0

Changed

  • Improved build and test workflow to run on multiple platforms
  • Updated LICENSE year