Skip to content

Merging latest changes into Live #2128

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 263 commits into from
Feb 15, 2018
Merged

Merging latest changes into Live #2128

merged 263 commits into from
Feb 15, 2018

Conversation

sdwheeler
Copy link
Contributor

No description provided.

matt9ucci and others added 30 commits November 13, 2017 08:25
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.
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)\`.
* Web Cmdlets 6.0.0 Documentation Refresh

* Address PR Feedback
Example 4 and 5 in Get-Member.md v3.0 and v4.0 are almost the same. They should be merged as with v5.0.
MACTripleDES and RIPEMD160 are no longer supported in v6.0.
Since v6.0, `Get-Verb` returns  not MemberDefinition but VerbInfo that has Verb and Group properties.
* Fixed "False" -> "True" (`DisplayName`, `Exclude`, `Include`, and `Name`)
* Removed `InformationAction` and `InformationVariable`
* Fixed Get-WindowsFeature cmdlet HyperLink

Minor edit.  Update Get-WindowsFeature cmdlet HyperLink to https://technet.microsoft.com/library/jj205469(v=wps.630).aspx

* Changed URL to new docs.microsoft.com location

The TechNet URL did not work. TechNet and MSDN are being retired.
Removed future tense in a couple of places to improve readability. Minor edit.
johntiger1 and others added 26 commits February 2, 2018 09:21
There is no MacOS part in linux.md, now
* improve clarity on pull service

* remove line at top of page

* add community references

* remove extra lines

* fixed line break in bolded text

This should remove the build warning.
* refactoring TOC (#2096)

* refactoring TOC

* fix typo in TOC

* adding redirects for deleted files (#2106)

* refactoring TOC

* fix typo in TOC

* adding redir for deleted files

* fix broken links
* fix about_Switch.md.

* Fix formatting.
Add details of where to look for version information.
Clean up unordered list formatting.
PowerShell 6.0 has already been released.
Fixed Layout of Example 3
* Added new line to powershell output

Added new line to clarify that the new line is a command vs output of previous command `$DebugPreference`

* Added newline break to clarify between PowerShell output and command
fix typo of invoke-command session parameter
@zjalexander
Copy link
Contributor

❌ Validation status: errors

File Status Preview URL Details
❌Error Details

  • [Error] Cannot sync git repo to specified state. Please make sure the pull request is mergeable. Details: Git merge results in conflict, repository remote url: https://github.com/PowerShell/PowerShell-Docs, working directory: W:\m3xi-s, target branch: live, target branch commit: 755d7bc, source branch: staging, source branch commit: .

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.

@zjalexander
Copy link
Contributor

⚠️ Validation status: warnings

File Status Preview URL Details
reference/3.0/Microsoft.PowerShell.Core/About/about_Switch.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Core/About/about_pipelines.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/About/about_Switch.md ⚠️Warning Details
reference/4.0/Microsoft.PowerShell.Core/About/about_pipelines.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/About/about_Switch.md ⚠️Warning Details
reference/5.0/Microsoft.PowerShell.Core/About/about_pipelines.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Switch.md ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Core/About/about_pipelines.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Functions_Advanced_Parameters.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Remote_Variables.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_Switch.md ⚠️Warning Details
reference/6/Microsoft.PowerShell.Core/About/about_pipelines.md ⚠️Warning Details
reference/3.0/Microsoft.PowerShell.Diagnostics/Get-WinEvent.md ✅Succeeded
reference/4.0/Microsoft.PowerShell.Diagnostics/Get-WinEvent.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Diagnostics/Get-WinEvent.md ✅Succeeded
reference/5.0/Microsoft.PowerShell.Utility/Write-Debug.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Diagnostics/Get-WinEvent.md ✅Succeeded
reference/5.1/Microsoft.PowerShell.Utility/Write-Debug.md ✅Succeeded
reference/6/Microsoft.PowerShell.Core/mkdir.md ✅Succeeded
reference/6/Microsoft.PowerShell.Core/oss.md ✅Succeeded
reference/6/Microsoft.PowerShell.Diagnostics/Get-WinEvent.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Clear-Content.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Clear-ItemProperty.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Convert-Path.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Copy-ItemProperty.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Debug-Process.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Get-ItemProperty.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Get-ItemPropertyValue.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Get-PSDrive.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Get-PSProvider.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Move-ItemProperty.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/New-ItemProperty.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/New-PSDrive.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/New-Service.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Remove-ItemProperty.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Remove-PSDrive.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Remove-Service.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Rename-Computer.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Rename-ItemProperty.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Resolve-Path.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Set-ItemProperty.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Set-Service.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Split-Path.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Start-Process.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Start-Service.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Stop-Process.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Stop-Service.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Suspend-Service.md ✅Succeeded
reference/6/Microsoft.PowerShell.Management/Test-Path.md ✅Succeeded

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

reference/6/Microsoft.PowerShell.Core/About/about_pipelines.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 05d576c into live Feb 15, 2018
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.