Skip to content

Fixes #8814 - Fix formatting and Example #3 description#8820

Merged
michaeltlombardi merged 1 commit intoMicrosoftDocs:mainfrom
sdwheeler:sdw-i8814
May 16, 2022
Merged

Fixes #8814 - Fix formatting and Example #3 description#8820
michaeltlombardi merged 1 commit intoMicrosoftDocs:mainfrom
sdwheeler:sdw-i8814

Conversation

@sdwheeler
Copy link
Copy Markdown
Collaborator

PR Summary

Fixes AB#1949665 - Fixes #8814 - Fix formatting and Example #3 description

PR Context

Check the boxes below to indicate the content affected by this PR.

Repository or docset configuration

  • Repo documentation and configuration (.git/.github/.vscode etc.)
  • Docs build files (.openpublishing.* and build scripts)
  • Docset configuration (docfx.json, mapping, bread, module folder)

Conceptual documentation

  • Files in docs-conceptual

Cmdlet reference & about_ topics
When changing cmdlet reference or about_ topics, the changes should be copied to all
relevant versions. Check the boxes below to indicate the versions affected by this change.

  • Preview content
  • Version 7.2 content
  • Version 7.1 content
  • Version 7.0 content
  • Version 5.1 content

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 main 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.

@opbld33
Copy link
Copy Markdown

opbld33 commented May 16, 2022

Docs Build status updates of commit 58efe20:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-5.1)
reference/7.0/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7)
reference/7.1/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.1)
reference/7.2/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.2)
reference/7.3/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.3)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@opbld32
Copy link
Copy Markdown

opbld32 commented May 16, 2022

Docs Build status updates of commit c24ec7e:

⚠️ Validation status: warnings

File Status Preview URL Details
reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-7.2) Details
reference/7.3/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-7.3) Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-5.1) Details
reference/7.1/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-7.1) Details
reference/7.0/Microsoft.PowerShell.Core/About/about_Parsing.md ⚠️Warning View (powershell-7) Details
reference/5.1/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-5.1)
reference/7.0/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7)
reference/7.1/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.1)
reference/7.2/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.2)
reference/7.3/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.3)

reference/7.2/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '7.2/Microsoft.PowerShell.Core/About/about_Parsing.md'.

reference/7.3/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '7.3/Microsoft.PowerShell.Core/About/about_Parsing.md'.

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

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '5.1/Microsoft.PowerShell.Core/About/about_Parsing.md'.

reference/7.1/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '7.1/Microsoft.PowerShell.Core/About/about_Parsing.md'.

reference/7.0/Microsoft.PowerShell.Core/About/about_Parsing.md

  • Line 136, Column 3: [Warning: bookmark-not-found] Cannot find bookmark '#the-stop-parsing-token' in '7.0/Microsoft.PowerShell.Core/About/about_Parsing.md'.

For more details, please refer to the build report.

If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@opbld31
Copy link
Copy Markdown

opbld31 commented May 16, 2022

Docs Build status updates of commit 4d13da0:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-5.1)
reference/7.0/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7)
reference/7.1/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.1)
reference/7.2/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.2)
reference/7.3/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded View (powershell-7.3)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@michaeltlombardi michaeltlombardi merged commit a44ebe6 into MicrosoftDocs:main May 16, 2022
@sdwheeler sdwheeler deleted the sdw-i8814 branch May 17, 2022 16:52
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.

Incorrect example description for Resolve-Path

5 participants