Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

73 lines (59 loc) · 2.61 KB

Changelog

Note: Project is still WIP, any update can contain braking changes

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Get-PartnerCustomerCustomDomains, (Get-PartnerCustomer).CustomDomains sometime missing some domains.

[0.1.1-alpha] - 2022-12-21

Changed

  • Rename module from "PartnerCustomerCommunity" to "PartnerCenterCommunity".

[0.1.0-alpha] - 2022-12-08

Changed

  • Rename Get-TransitionEligibilities to Get-PartnerTransitionEligibilities.
  • Rename New-Transition to New-PartnerTransition.

Added

  • Get-PartnerTransition.

[0.0.3-alpha] - 2022-09-13

Added

  • Get-PartnerCustomerOrder.
  • Added new transition CmdLets to NCE Get-TransitionEligibilities and New-Transition.
  • -OutputFormat added to CmdLets with new FlatAutoFull, FlatAutoNoLinksAttributes and example of Compatibility.

Packaging

  • Add missing dependency [Microsoft.IdentityModel.Abstractions].
  • Microsoft.Identity.Client.dll load implicitly if needed as a dependency.
  • Dll updater helper Updater.ps1.
  • Update dlls:
    Name                                         Existing New
    ----                                         -------- ---
    Microsoft.IdentityModel.Abstractions.dll              6.23.0.30906
    Microsoft.Identity.Client.dll                4.46.1.0 4.46.2.0
    Microsoft.Store.PartnerCenter.dll            3.1.2    3.1.2
    Microsoft.Store.PartnerCenter.Extensions.dll 3.1.2    3.1.2
    Microsoft.Store.PartnerCenter.Models.dll     3.1.2    3.1.2
    

[0.0.2-alpha] - 2022-09-08

Added

  • Connect-PartnerCenter -RefreshTokenScript.
  • New-PartnerWebApp -AuthenticationFlowAllowed.
  • New-PartnerRefreshToken -AuthenticationFlow OIDC With Pode.

[0.0.1-alpha] - 2022-09-05

  • Release Test.

[0.0.0] - 2022-09-05

Added

  • New-PartnerWebApp.
  • Examples\Authentication.ps1.
  • New-PartnerAccessToken, New-PartnerRefreshToken, New-PartnerWebApp OutputFormat.

[0.0.0] - 2022-08-31

Added

[0.0.0] - 2022-08-30

Added

[0.0.0] - 2022-08-10

Added

[0.0.0] - 2022-06-22

  • First commit.