-
Notifications
You must be signed in to change notification settings - Fork 1.7k
rewrite provider topics into about files for 6.0 #3136
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
rewrite provider topics into about files for 6.0 #3136
Conversation
… about file names
❌ Validation status: errors
reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md
reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md
reference/6/Microsoft.PowerShell.Management/Get-Item.md
---> (Inner Exception #1) Markdown.MAML.Transformer.HelpSchemaException: :281:(1316) '- ' ---> (Inner Exception #2) Markdown.MAML.Transformer.HelpSchemaException: :492:(2206) '- ' 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. |
❌ Validation status: errors
reference/6/Microsoft.PowerShell.Management/Clear-Item.md
reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md
reference/6/Microsoft.PowerShell.Management/Copy-Item.md
---> (Inner Exception #1) Markdown.MAML.Transformer.HelpSchemaException: :279:(1116) '- ' ---> (Inner Exception #2) Markdown.MAML.Transformer.HelpSchemaException: :458:(1268) '- ' 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. |
❌ Validation status: errors
reference/6/Microsoft.PowerShell.Management/Test-Path.md
Example 6: Test if a file is newer than a s...'Unexpected header name Example 6: Test if a file is newer than a specified date
Example 6: Test if a file is newer than a s...'Unexpected header name Example 6: Test if a file is newer than a specified date 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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the dates in the file metadata.
|
… into bobbyreed-relproviders
sdwheeler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Property, parameter, and class names should be bold
Also, you need to add redirections for any files you deleted or renamed.
| Name Value | ||
| ---- ----- | ||
| Copyright © Microsoft Corporation. All rights reserved. | ||
| Copyright � Microsoft Corporation. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Invalid copyright character. Use ©
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't even my stuff, that's why I didn't notice it. This some how is shown being added during my PR to fix Encoding a month ago even though I didn't add examples 4 or 5. I'll take care of it though.
|
|
||
| * **External drives** | ||
|
|
||
| For best results, to force a new drive to persist indefinitely, add the *Scope* parameter to your command, and set its value to Global. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per the style guide:
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
|
||
| You can use the **Persist** parameter of `New-PSDrive` to create Windows mapped network drives. | ||
| - Mapped network drives. | ||
| You can use the *Persist* parameter of `New-PSDrive` to create Windows mapped network drives. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
| They are saved in Windows and they can be managed by using standard Windows tools, such as File Explorer and Net Use. | ||
| Mapped network drives must have a drive-letter name and be connected to a remote file system location. | ||
| When your command is scoped locally (no dot-sourcing), the **Persist** parameter does not persist the creation of a **PSDrive** beyond the scope in which the command is running. | ||
| When your command is scoped locally (no dot-sourcing), the *Persist* parameter does not persist the creation of a **PSDrive** beyond the scope in which the command is running. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
|
||
| * **External drives** | ||
|
|
||
| For best results, to force a new drive to persist indefinitely, add the *Scope* parameter to your command, and set its value to Global. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
|
||
| When the value of the **Root** parameter is a UNC path, such as \\\\Server\Share, the credential specified in the value of the **Credential** parameter is used to create the **PSDrive**. | ||
| Otherwise, **Credential** is not effective when you are creating new file system drives. | ||
| When the value of the *Root* parameter is a UNC path, such as \\\\Server\Share, the credential specified in the value of the *Credential* parameter is used to create the **PSDrive**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
|
||
| You can use the **Persist** parameter of `New-PSDrive` to create Windows mapped network drives. | ||
| - Mapped network drives. | ||
| You can use the *Persist* parameter of `New-PSDrive` to create Windows mapped network drives. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
| They are saved in Windows and they can be managed by using standard Windows tools, such as File Explorer and Net Use. | ||
| Mapped network drives must have a drive-letter name and be connected to a remote file system location. | ||
| When your command is scoped locally (no dot-sourcing), the **Persist** parameter does not persist the creation of a **PSDrive** beyond the scope in which the command is running. | ||
| When your command is scoped locally (no dot-sourcing), the *Persist* parameter does not persist the creation of a **PSDrive** beyond the scope in which the command is running. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
|
||
| * **External drives** | ||
|
|
||
| For best results, to force a new drive to persist indefinitely, add the *Scope* parameter to your command, and set its value to Global. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
|
||
| When the value of the **Root** parameter is a UNC path, such as \\\\Server\Share, the credential specified in the value of the **Credential** parameter is used to create the **PSDrive**. | ||
| Otherwise, **Credential** is not effective when you are creating new file system drives. | ||
| When the value of the *Root* parameter is a UNC path, such as \\\\Server\Share, the credential specified in the value of the *Credential* parameter is used to create the **PSDrive**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Property, parameter, and class names should be bold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
sdwheeler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the redirection updates?
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
- Line 309: [Warning] Invalid file link:(~/6/Microsoft.PowerShell.Core/About/about_Environment_Provider.md).
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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.
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
- Line 309: [Warning] Invalid file link:(~/6/Microsoft.PowerShell.Core/About/about_Environment_Provider.md).
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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.
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
- Line 309: [Warning] Invalid file link:(~/6/Microsoft.PowerShell.Core/About/about_Environment_Provider.md).
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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.
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
- Line 309: [Warning] Invalid file link:(~/6/Microsoft.PowerShell.Core/About/about_Environment_Provider.md).
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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.
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
- Line 309: [Warning] Invalid file link:(~/6/Microsoft.PowerShell.Core/About/about_Environment_Provider.md).
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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.
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
- Line 309: [Warning] Invalid file link:(~/6/Microsoft.PowerShell.Core/About/about_Environment_Provider.md).
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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.
|
Retriggering the build. |
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | ||
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
- Line 309: [Warning] Invalid file link:(~/6/Microsoft.PowerShell.Core/About/about_Environment_Provider.md).
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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.
… into bobbyreed-relproviders
…hell-Docs into bobbyreed-relproviders
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| .openpublishing.redirection.json | ✅Succeeded | ||
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the redirection entries
.openpublishing.redirection.json
Outdated
| }, | ||
| { | ||
| "source_path": "reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md", | ||
| "redirect_url": "reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The redirect_url is a URL path not a file path. source_path is a file path. The correct version of this entry should be:
{
"source_path": "reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md",
"redirect_url": "/powershell/module/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider?view=powershell-6",
"redirect_document_id": false
},
You need to fix all of these entries.
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/About/about_Providers.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md | View (powershell-6) | Details | |
| reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_Provider.md | View (powershell-6) | Details | |
| .openpublishing.redirection.json | ✅Succeeded | ||
| reference/3.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-3.0) | |
| reference/3.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-3.0) | |
| reference/4.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-4.0) | |
| reference/4.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-4.0) | |
| reference/5.0/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.0/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.0) | |
| reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md | ✅Succeeded | View (powershell-5.1) | |
| reference/6/CimCmdlets/New-CimSession.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/About/about_Command_Precedence.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Alias-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Environment-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Add-Content-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Clear-Content-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-ChildItem-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Content-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Get-Item-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Remove-Item-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Set-Content-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/FileSystem-Provider/Test-Path-for-FileSystem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Function-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Registry-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Core/Providers/Variable-Provider.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Add-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ChildItem.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Content.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Invoke-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-Item.md | ✅Succeeded | View (powershell-6) | |
| reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md | ✅Succeeded | View (powershell-6) |
This comment lists only the first 50 files in the pull request.
reference/6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/About/about_Providers.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Alias_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Environment_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_FileSystem_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Function_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Registry_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Core/Providers/about_Variable_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.PowerShell.Security/Providers/about_Certificate_Provider.md
- [Warning] Ignore metadata: locale. They are generated by open publish.
reference/6/Microsoft.WSMan.Management/Providers/about_WSMan_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.
Version(s) of document impacted
Reason(s) for not updating all version of documents