Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URLs to the dev portal with path dashboard/apps/ should be changed to dashboard/products #195

Closed
joseartrivera opened this issue Jun 30, 2020 · 1 comment · Fixed by #209

Comments

@joseartrivera
Copy link
Contributor

joseartrivera commented Jun 30, 2020

The URL we are pointing users to in the below code snippet is incorrect, it should be changed to be /dashboard/products/$appId/submissions

$body += " https://partner.microsoft.com/en-us/dashboard/apps/$appId/submissions/$SubmissionId/"

@HowardWolosky
Copy link
Member

The correct link is /dashboard/products/$appId/submissions, and there are other similar links to be updated with different pathing throughout the module.

This would need to be fixed in both master (v1) and the v2 branch.

HowardWolosky added a commit to HowardWolosky/StoreBroker that referenced this issue Aug 27, 2020
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 microsoft#195
HowardWolosky added a commit that referenced this issue Aug 27, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants