microsoft / StoreBroker

A PowerShell module that leverages the Windows Store Submission API to allow easy automation of application submissions to the Windows Store. The master branch is stable and the v2 branch is under active development.
Other
98 stars 40 forks source link

Fix Partner Center URL's #210

Closed HowardWolosky closed 4 years ago

HowardWolosky commented 4 years ago

Partner Center changed its URL scheme, and so some of the generated URL's that StoreBroker uses needed to be updated.

This also deprecates the ShowFlight switch for Open-DevPortal as there no longer appears to be an equivalent destination in the updated Partner Center.

Resolves #195