We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In PowerShell prior to 7.3, ConvertFrom-Json -AsHashtable returns an unordered hashtable, which can change the order of properties, leading to unexpected behavior. A warning should be printed anytime that parameter is used from PowerShell earlier than 7.3.
ConvertFrom-Json -AsHashtable
The text was updated successfully, but these errors were encountered:
07d60ac
brianary
No branches or pull requests
In PowerShell prior to 7.3,
ConvertFrom-Json -AsHashtable
returns an unordered hashtable, which can change the order of properties, leading to unexpected behavior. A warning should be printed anytime that parameter is used from PowerShell earlier than 7.3.The text was updated successfully, but these errors were encountered: