-
Notifications
You must be signed in to change notification settings - Fork 1
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
Split-Path is reversing URL #3
Comments
What operating system are you running this from? I'm not seeing this issues (MacOS) and technically it shouldn't matter on OS The URL should have all forward slashes
If you look at the code, it doesn't use any back slashes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get-VMCNotificationPreference fails to parse the URL because the variable notifPreURL converts the first half of the URL to \ like
https:\vmc.vmware.com\api\notification/loggedin/user/preferences
due to the split-path function on line 756.
The text was updated successfully, but these errors were encountered: