-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Prior to this change, the `ConvertFrom-Json` cmdlet returnedd a **Hashtable** object when used with the **AsHashtable** parameter. Starting with PowerShell 7.3, it instead returns an **OrderedHashtable** object. This change: - Modifies the output type and parameter documentation to reflect the updated object type for 7.3. - Updates the parameter documentation for 7.0+ to better reflect the reasons to use the **AsHashtable** parameter. - Resolves #9039 - Fixes AB#4440
- Loading branch information
1 parent
dee628d
commit 5bf1f11
Showing
3 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters