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

Remove OutputFormat parameter from Resolve-VanityURL #70

Closed
hjorslev opened this issue Mar 23, 2024 · 0 comments · Fixed by #71
Closed

Remove OutputFormat parameter from Resolve-VanityURL #70

hjorslev opened this issue Mar 23, 2024 · 0 comments · Fixed by #71
Assignees
Labels
Category-Module Pertaining to the module's functionality itself. Issue-Bug 🐛 Something's wrong!

Comments

@hjorslev
Copy link
Owner

Describe "Module Bug or Issue"

Resolve-VanityURL is returning a PSObject. However, it is still possible to specify the OutputFormat, but when used to get the output in xml or vdf it breaks.

Context "The Problem"

  • The OutputFormat parameter needs to be removed aligning the functionality of all cmdlets that are based on the Steam Web API.

Context "Expected Behavior"

Context "Additional Information"

Get-Module -Name SteamPS -ListAvailable |
    Select-Object -Property Name, Version

$PSVersionTable | Out-String
@hjorslev hjorslev added Category-Module Pertaining to the module's functionality itself. Issue-Bug 🐛 Something's wrong! labels Mar 23, 2024
@hjorslev hjorslev mentioned this issue Mar 23, 2024
9 tasks
@hjorslev hjorslev linked a pull request Mar 23, 2024 that will close this issue
9 tasks
@hjorslev hjorslev self-assigned this Mar 23, 2024
@hjorslev hjorslev moved this to In progress in SteamPS v4 Mar 23, 2024
@hjorslev hjorslev moved this from In progress to In review in SteamPS v4 Mar 24, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in SteamPS v4 Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category-Module Pertaining to the module's functionality itself. Issue-Bug 🐛 Something's wrong!
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant