Skip to content

Merging latest updates into Live #1863

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

Merged
merged 35 commits into from
Nov 17, 2017
Merged

Merging latest updates into Live #1863

merged 35 commits into from
Nov 17, 2017

Conversation

sdwheeler
Copy link
Contributor

No description provided.

matt9ucci and others added 30 commits November 7, 2017 09:42
The example is a `-DisplayError` parameter example. But it uses `-ShowError` parameter.
The example is a -DisplayError parameter example. But it uses -ShowError parameter.
1. Replaced variable names with PascalCase convention and for consistency
2. Removed directory information [c:\] in the examples
3. Put powershell keyword for formatting examples
4. Replaced Invoke-RestMethod with Invoke-WebRequest in the Body example, added method Post
5. Removed InformationAction and InformationVariable parameters, which were mistakenly a copy of Body, included already in CommonVariables part
- Adds the website name to common node property inside configuration data.
- Also, it is now referenced (e.g. $Node.WebSiteName) in the DSC configuration document in MyWebApp.ps1.
Two set of changes made.
- Example scripts e.g. MyDscConfiguration.ps1 define the configuration inside them and call the configuration at the end line. Removed the call to the configuration at the end. Since the article demonstrates dot-sourcing the file and calling the configuration explicitly.
- Fixed typo in the file name (TEST-PC1.mof  to localhost.mof ), since the ComputerName was not specified it should default to using 'localhost' as the default argument for it.

P.S. - There is a comment on the web-page regarding the fixes made
updating Out-* commands with -NoNewLine per Issue 1739
* Updating the help content for v6.

* Address code review comments

* Fix broken links
Example number '7' is duplicated.
1. Removed statement that an alias is to an executable, the definition cotnains the path. It may - but does not need to be. For example:
Try Set-Alias np Notepad then look at the definition.
2. Clarified that an alias can also be to a powershell script (ps1 file).
3. Tidied up the language removing multiple 'And,' clauses to improve readability.
…roduced by PR #5043 (#1858)

* add documentation of new -AsHashTable switch for ConvertFrom-Json and also document the behaviour in case of duplicate strings.

* correct casing of -AsHashtable switch.

* Address PR comments about -AsHashtable switch for ConvertFrom-Json.md

* Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md

* Revert "Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md"
Accidentally change the wrong field.
This reverts commit 6e76191.

* Accept pipeline input: False for -AsHashtable switch in ConvertFrom-Json.md
Example number '4' is duplicated.
@saldana
Copy link
Contributor

saldana commented Nov 16, 2017

⚠️ Validation status: warnings

File Status Preview URL Details
dsc/authoringResourceComposite.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/separatingEnvData.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/About.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Enter-PSHostProcess.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Out-Default.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Get-Runspace.md ✅Succeeded

This comment lists only the first 50 files in the pull request.

dsc/authoringResourceComposite.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/separatingEnvData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/About.md

  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md

reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

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.

@saldana
Copy link
Contributor

saldana commented Nov 16, 2017

⚠️ Validation status: warnings

File Status Preview URL Details
dsc/authoringResourceComposite.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/separatingEnvData.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/About.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Enter-PSHostProcess.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Out-Default.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Get-Runspace.md ✅Succeeded

This comment lists only the first 50 files in the pull request.

dsc/authoringResourceComposite.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/separatingEnvData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/About.md

  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md

reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

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.

@saldana
Copy link
Contributor

saldana commented Nov 16, 2017

⚠️ Validation status: warnings

File Status Preview URL Details
dsc/authoringResourceComposite.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/separatingEnvData.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/About.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Enter-PSHostProcess.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Out-Default.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md ✅Succeeded

This comment lists only the first 50 files in the pull request.

dsc/authoringResourceComposite.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/separatingEnvData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/3.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/About.md

  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md

reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

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.

matt9ucci and others added 4 commits November 17, 2017 08:48
Example number 12 and 13 are missing.
Example number '10' is duplicated.
Example number '10' is duplicated.
Missing a period on line 378. Should be `$(Build.ArtifactStagingDirectory)\` not `$(BuildArtifactStagingDirectory)\`.
@saldana
Copy link
Contributor

saldana commented Nov 17, 2017

⚠️ Validation status: warnings

File Status Preview URL Details
dsc/authoringResourceComposite.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/separatingEnvData.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/About.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Enter-PSHostProcess.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Out-Default.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md ✅Succeeded

This comment lists only the first 50 files in the pull request.

dsc/authoringResourceComposite.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/separatingEnvData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/3.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/About.md

  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md

reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

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.

@saldana
Copy link
Contributor

saldana commented Nov 17, 2017

⚠️ Validation status: warnings

File Status Preview URL Details
dsc/authoringResourceComposite.md ⚠️Warning Details
dsc/configurations.md ⚠️Warning Details
dsc/dscCiCd.md ⚠️Warning Details
dsc/separatingEnvData.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/About.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Import-Module.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/3.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Import-Module.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Management/Set-Content.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Table.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Format-Wide.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Group-Object.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Host.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Utility/Write-Progress.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Enter-PSHostProcess.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Out-Default.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Resume-Job.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Core/Where-Object.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Management/Add-Content.md ✅Succeeded

This comment lists only the first 50 files in the pull request.

dsc/authoringResourceComposite.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/configurations.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/dscCiCd.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

dsc/separatingEnvData.md

  • [Warning] Ignore metadata: ms.locale. They are generated by open publish.
  • [Warning] Can't find output file for bread/toc.json

reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/3.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/4.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.0/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/5.1/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/About.md

  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md
  • [Warning] Can't find service name for 6/Microsoft.PowerShell.Core/About/About.md

reference/6/Microsoft.PowerShell.Core/About/about_PowerShell_Ise_exe.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md

  • [Warning] Ignore metadata: locale. They are generated by open publish.

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 60c6f9d into live Nov 17, 2017
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.