Skip to content

v0.2.2

Choose a tag to compare

@msc365admin msc365admin released this 23 Jan 16:05
· 38 commits to main since this release
Immutable release. Only release title and notes can be modified.
895006f

Summary

Maintenance release focused on removing unnecessary ShouldProcess support from cmdlets to simplify execution and improve usability. Updated API versions and fixed parameter usage in examples.

What's Changed

  • fix: Remove ShouldProcess support from multiple cmdlets to simplify execution flow (#92)
  • fix: Update multiple test files to eliminate the use of the -Confirm:$false parameter (#92)
  • fix: Update private test files to eliminate the use of the -Confirm:$false parameter (#93)
  • fix: Remove ShouldProcess support from private cmdlets to simplify execution flow (#93)
  • fix: Update default API version in Get-AdoMembership tests to '7.1-preview.1' (#94)
  • fix: Update default API version in Get-AdoMembership cmdlet to '7.1-preview.1' (#94)
  • fix: Update ScopeDescriptor parameter to use $projectDescriptor in Get-AdoGroup cmdlet example (#94)
  • fix: Remove ShouldProcess logic from Get-AdoClassificationNode function (#95)
  • chore: Update build version to 0.2.2 and improve script analyzer settings (#95)
  • chore: Update CHANGELOG to reflect recent changes and fixes (#95)

Breaking Changes

  • None