Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

3.0.5

Choose a tag to compare

released this 11 Jan 04:56
· 21 commits to master since this release
090d93d

Through this release the following changes were made

  • Authentication
    • Addressed issue #254 with the New-PartnerAccessToken where the Scope parameter was incorrectly being required
    • Addressed an issue where NullReferenceException exception was being encountered when invoking Connect-PartnerCenter using a certificate
    • Addressed an issue where NullReferenceException exception was being encountered when invoking New-PartnerAccessToken using a certificate
    • Defined the refresh token parameter set for the New-PartnerAccessToken command to make it easier to ensure all the appropriate parameters have been specified when exchanging a refresh token for an access token
  • Module
    • All commands now perform operations asynchronously