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.
Get-PartnerCustomerCustomDomains
,(Get-PartnerCustomer).CustomDomains
sometime missing some domains.
- Rename module from "PartnerCustomerCommunity" to "PartnerCenterCommunity".
- Rename
Get-TransitionEligibilities
toGet-PartnerTransitionEligibilities
. - Rename
New-Transition
toNew-PartnerTransition
.
Get-PartnerTransition
.
Get-PartnerCustomerOrder
.- Added new transition CmdLets to NCE
Get-TransitionEligibilities
andNew-Transition
. -OutputFormat
added to CmdLets with newFlatAutoFull
,FlatAutoNoLinksAttributes
and example ofCompatibility
.
- 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
Connect-PartnerCenter -RefreshTokenScript
.New-PartnerWebApp -AuthenticationFlowAllowed
.New-PartnerRefreshToken -AuthenticationFlow OIDC
With Pode.
- Release Test.
New-PartnerWebApp
.Examples\Authentication.ps1
.New-PartnerAccessToken
,New-PartnerRefreshToken
,New-PartnerWebApp
OutputFormat.
New-PartnerRefreshToken
contributed by @koenhalfwerk pull #2.
- "TokenRefresher" using PSRunspacedDelegate.
- First commit.