Skip to content

Conversation

@sdwheeler
Copy link
Collaborator

@sdwheeler sdwheeler commented Sep 18, 2019

Fixes #4648 - ternary operator
Fixes AB#1600440

Version(s) of document impacted

  • Impacts 7 document
  • Impacts 6 document
  • Impacts 5.1 document
  • Impacts 5.0 document
  • Impacts 4.0 document
  • Impacts 3.0 document

Reason(s) for not updating all version of documents

  • The documented feature was introduced in version (list version here) of PowerShell
  • This issue only shows up in version (list version(s) here) of the document
  • This PR partially fixes the issue, and issue # tracks the remaining work

@sdwheeler sdwheeler added this to the 7.0.0 milestone Sep 18, 2019
@sdwheeler sdwheeler requested a review from DCtheGeek September 18, 2019 02:50
@opbld31
Copy link

opbld31 commented Sep 18, 2019

Docs Build status updates of commit 633c12b:

⚠️ Validation status: warnings

File Status Preview URL Details
reference/7/Microsoft.PowerShell.Core/About/about_If.md ⚠️Warning View (powershell-7) Details
reference/7/Microsoft.PowerShell.Core/About/about_Operators.md ⚠️Warning View (powershell-7) Details

reference/7/Microsoft.PowerShell.Core/About/about_If.md

  • [Warning] Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.

reference/7/Microsoft.PowerShell.Core/About/about_Operators.md

  • [Warning] Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.

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.

@opbld31
Copy link

opbld31 commented Sep 18, 2019

Docs Build status updates of commit 315ead8:

⚠️ Validation status: warnings

File Status Preview URL Details
reference/7/Microsoft.PowerShell.Core/About/about_If.md ⚠️Warning View (powershell-7) Details
reference/7/Microsoft.PowerShell.Core/About/about_Operators.md ⚠️Warning View (powershell-7) Details

reference/7/Microsoft.PowerShell.Core/About/about_If.md

  • [Warning] Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.

reference/7/Microsoft.PowerShell.Core/About/about_Operators.md

  • [Warning] Metadata with following name(s) are not allowed to be set in Yaml header, or as file level metadata in docfx.json, or as global metadata in docfx.json: locale. They are generated by Docs platform, so the values set in these 3 places will be ignored. Please remove them from all 3 places to resolve the warning.

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.

Copy link
Contributor

@DCtheGeek DCtheGeek left a comment

Choose a reason for hiding this comment

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

LGTM. Only question before I merge is if we should mention this is currently an experimental feature?

@DCtheGeek DCtheGeek merged commit 734f159 into MicrosoftDocs:staging Sep 18, 2019
sdwheeler pushed a commit that referenced this pull request Sep 18, 2019
* Fix ArgumentCompleter attribute example

Add missing $parameterName argument

* Remove locale header

about_Functions_Advanced_Parameters.md contained explicit locale header, which is autogenerated by Docs

* Fixes #4648 - ternary operator (#4800)

* Fixes #4648 - ternary operator

* fix line wrap

* restore locale

* applying change to v5.0/5.1/7
@sdwheeler sdwheeler deleted the sdw-ghi4648 branch October 16, 2019 16:53
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.

Add documentation for the ternary operator

3 participants