Skip to content

ConvertFrom-Json: Add -NoEnumerate parameter#4988

Merged
sdwheeler merged 3 commits intoMicrosoftDocs:stagingfrom
danstur:staging
Nov 18, 2019
Merged

ConvertFrom-Json: Add -NoEnumerate parameter#4988
sdwheeler merged 3 commits intoMicrosoftDocs:stagingfrom
danstur:staging

Conversation

@danstur
Copy link
Copy Markdown
Contributor

@danstur danstur commented Oct 24, 2019

PR Summary

Adds documentation for new parameter added with PowerShell/PowerShell#10861
Fixes #5101

PR Context

Select the type(s) of documents being changed.

Cmdlet reference & about_ topics

  • Version 7 content
  • Version 6 content
  • Version 5.1 content

Conceptual articles

  • Fundamental conceptual articles
  • Script sample articles
  • DSC articles
  • Gallery articles
  • JEA articles
  • WMF articles
  • SDK articles

PR Checklist

  • I have read the contributors guide and followed the style and process guidelines
  • PR has a meaningful title
  • PR is targeted at the staging branch
  • All relevant versions updated
  • Includes content related to issues and PRs - see Closing issues using keywords.
  • This PR is ready to merge and is not Work in Progress
    • If the PR is work in progress, please add the prefix WIP: or [ WIP ] to the beginning of the
      title and remove the prefix when the PR is ready.

Adds documentation for new parameter added with PowerShell/PowerShell#10861
@opbld33
Copy link
Copy Markdown

opbld33 commented Oct 24, 2019

Docs Build status updates of commit 7e789f4:

✅ Validation status: passed

File Status Preview URL Details
reference/7/Microsoft.PowerShell.Utility/ConvertFrom-Json.md ✅Succeeded View (powershell-7)

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@sdwheeler sdwheeler added this to the Future milestone Oct 24, 2019
@sdwheeler sdwheeler added the hold-for-pr Waiting - for PR merge label Oct 24, 2019
## SYNTAX

```
ConvertFrom-Json [-InputObject] <String> [-AsHashtable] [-Depth <Int32>] [<CommonParameters>]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[-NoEnumerate]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@msin3789 Sorry I'm not sure what you mean with this comment?

@sdwheeler sdwheeler removed the hold-for-pr Waiting - for PR merge label Nov 15, 2019
@sdwheeler sdwheeler modified the milestones: Future, 7.0.0 Nov 15, 2019
@sdwheeler
Copy link
Copy Markdown
Collaborator

@anmenaga Can you please review this PR?

@opbld31
Copy link
Copy Markdown

opbld31 commented Nov 15, 2019

Docs Build status updates of commit eecb3ac:

✅ Validation status: passed

File Status Preview URL Details
reference/7/Microsoft.PowerShell.Utility/ConvertFrom-Json.md ✅Succeeded View (powershell-7)

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@opbld32
Copy link
Copy Markdown

opbld32 commented Nov 18, 2019

Docs Build status updates of commit 7643b89:

🕙 Pending: waiting for processors (5 builds ahead of you)

⚠️ Docs Build is busy, currently there are 5 builds ahead of this one, for more information you can view the Build queue graph on the Docs Portal.

@opbld30
Copy link
Copy Markdown

opbld30 commented Nov 18, 2019

Docs Build status updates of commit 7643b89:

✅ Validation status: passed

File Status Preview URL Details
reference/7/Microsoft.PowerShell.Utility/ConvertFrom-Json.md ✅Succeeded View (powershell-7)

For more details, please refer to the build report.

Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.

@sdwheeler sdwheeler merged commit 3077d5b into MicrosoftDocs:staging Nov 18, 2019
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 this pull request may close these issues.

Need to document changes to ConvertFrom-Json

8 participants