Commit graph

89 commits

Author SHA1 Message Date
bergmeister ffd39b2853 PSScriptAnalyzer fixes by category (#4261)
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'ForEach-Object' (alias is '%' or 'foreach')
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'Where-Object' (alias is '?' or 'where')
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'Select-Object' (alias is 'select')
- Fix PSScriptAnalyzer warnings of type PSPossibleIncorrectComparisonWithNull. Essentially, $null has to be on the left-hand side when using it for comparison.
- A Test in ParameterBinding.Tests.ps1 needed adapting as this test used to rely on the wrong null comparison
- Replace a subset of tests of kind '($object -eq $null) | Should Be $true' with '$object | Should Be $null'
2017-07-21 21:03:49 -07:00
Travis Plunk 18c28f8fc7 Fix markdown lint issues for SSH Remoting demo and enable related tests (#3484) 2017-04-11 09:42:37 -07:00
Steve Lee 2d8d59e4e0 Update SSHRemoting demo README.md (#3471) 2017-04-04 14:16:50 -07:00
Steve Lee 520d2037df Update SSHRemoting README.md (#3444) 2017-03-28 14:27:58 -07:00
Rune Darrud b7c3abd645 Update SSHRemoting README.md (#3421) 2017-03-27 09:27:03 -07:00
Steve Lee c31d584737 Update SSH Remoting demo text (#3386) 2017-03-21 14:09:16 -07:00
Steve Lee 76de340e79 corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255)
* corrected use of PSModulePath casing to be consistent with Windows PowerShell
addresses #3227

* addressing review feedback
make "PSModulePath" into const
fixed some test workarounds due to failures for external reasons that wasn't meant to be checked in

* addressing review feedback
make "PSModulePath" into const
fixed some test workarounds due to failures for external reasons that wasn't meant to be checked in
2017-03-15 12:04:28 -07:00
Dongbo Wang 3a960db5b0 Update docs for alpha.17 release (#3298) 2017-03-10 11:32:19 -08:00
Dongbo Wang d60dc730a4 doc updates for release alpha.16 (#3160)
* doc changes for alpha.16 release

* update spelling ignore file for new release
2017-02-16 09:09:45 -08:00
Steve Lee a042dc1ff1 Fix reference to sshd service restarting (#3138)
Addresses https://github.com/PowerShell/PowerShell/issues/3116
2017-02-13 14:13:13 -08:00
Jason Shirk (POWERSHELL) 4f02f48c69 Update links and docs for alpha.15 2017-01-18 15:09:50 -08:00
Jason Shirk 02b5f357a2 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Jason Shirk (POWERSHELL) dd584a817a Update alpha.13 to alpha.14 2016-12-14 15:04:15 -08:00
Jason Shirk 7015e66bae Use -split operator to avoid error from new overload (#2796) 2016-11-28 14:01:45 -08:00
Dongbo Wang 581050ec43 Update docs with release alpha.13 (#2765)
* Update docs with release alpha.13
* Additional doc updates
* Update the 'Get PowerShell' table
2016-11-22 17:50:45 -08:00
Mike Richmond ea6cacafd7 Change log and 6.0.0-alpha.12 version number updates (#2593) 2016-11-03 14:23:05 -07:00
Dongbo Wang 289e6958ef Update docs/scripts to use the alpha.11 release packages (#2498) 2016-10-18 13:09:09 -07:00
Andrew Schwartzmeyer d264501f31 Update documentation names and links for alpha.10 2016-09-15 13:59:46 -07:00
Josh Soref 1a04ad4cdb spelling fixes: demos apache (#2257) 2016-09-14 10:50:44 -07:00
Aleksandar Nikolić 1d89d46c76 Update demos/Azure/Azure-Demo.ps1 (#2149)
* Update demos/Azure/Azure-Demo.ps1

Fix typos and casing.
Remove double spaces.

* Update Azure-Demo.ps1
2016-09-12 10:08:17 -07:00
Josh Soref 28b8eece67 spelling fixes: demos (#2060) 2016-08-31 11:05:35 -07:00
Aleksandar Nikolić 6c1b7f6007 Rename readme.md to README.md (#2131)
Fix casing.
2016-08-30 10:08:56 -07:00
Dongbo Wang 10ce1788a8 Merge pull request #2125 from alexandair/patch-3
Update and rename readme.md to README.md
2016-08-29 16:51:00 -07:00
Aleksandar Nikolić 151c45cbb5 update REST demo to fix function name
Fix the function name to follow Verb-SingularNoun naming convention.
2016-08-30 00:37:35 +02:00
Aleksandar Nikolić f0f3afb6a6 Update and rename readme.md to README.md
Fix typos and reword the description.
2016-08-30 00:28:14 +02:00
Ryan Yates d57530812e Updated SSH Demo doc in line with error in #2003 (#2057) 2016-08-26 17:32:19 -07:00
Krishna C Vutukuri 1d1bf1942c Adding Azure Demo (#1922) 2016-08-23 12:08:42 -07:00
Paul Higinbotham 0211256d59 Add SSH Remoting readme.md file (#1962)
Add SSH Remoting readme.md file
2016-08-19 10:49:12 -07:00
Andy Schwartzmeyer 828d850e85 Merge pull request #1855 from raghushantha/master
Consolidate demos/install/install.sh with tools/install/download.sh, add README
2016-08-18 00:12:04 -07:00
Patrick Lang cfdba3c426 Adding Docker-PowerShell demo (#1862) 2016-08-17 21:01:12 -07:00
Jason Shirk 338035be93 Update rest demo (#1854) 2016-08-17 18:01:15 -07:00
Raghu Shantha [MSFT] 4f47b64d85 Fix docs/installation/windows.md
Also consolidate install.sh with download.sh;
remove unnecessary files;
create README.md in install.

Ran dos2unix tool to cleanup extra carriage returns at the end of lines
2016-08-17 16:18:26 -07:00
Kristopher Bash 60c30190c8 Add DSC demo. Bugfix Apache and SystemD demo. (#1814)
* Add DSC demo. Bugfix Apache and SystemD demo.

* DSC, Apache, SystemD demos, address comments

* Fix capitalization in apache-demo.ps1
2016-08-17 12:07:12 -07:00
Steve Lee 9c119e2781 Updated script to tag demo jobs and clean up afterwards; removed line that removes all jobs from start (#1783) 2016-08-12 17:41:56 -07:00
Jason Shirk 49756c375a Merge pull request #1727 from PowerShell/SteveL-MSFT-patch-1
Update readme.md
2016-08-11 11:06:04 -07:00
Jason Shirk e2c70a1fe5 Merge pull request #1729 from PowerShell/steve_demo_cleanup
cleaning up placeholder files, leaving dsc.ps1 as requested as stub f…
2016-08-11 10:53:37 -07:00
Steve Lee (POWERSHELL) 54cf6dc6d0 cleaning up placeholder files, leaving dsc.ps1 as requested as stub for dsc demo 2016-08-11 09:09:45 -07:00
Steve Lee 98df2e4dcb Update README.md 2016-08-11 09:00:59 -07:00
Steve Lee c6a6aa70d4 Update readme.md
fixed typo, expanded first use of PS acronym
2016-08-11 08:57:51 -07:00
Dongbo Wang 70aea51cb1 Merge pull request #1576 from PowerShell/migreene
PowerShellGet demo and "getting started" doc changes
2016-08-05 10:59:54 -07:00
Jason Shirk 97aa6a8c5c Merge pull request #1627 from PowerShell/brucepayette/python-demo
Checked in PowerShell python interop demo
2016-08-04 19:20:39 -07:00
Bruce Payette 8a6798fb4f Updated to include Aleksandar's editorial changes; mostly python to Python
in the comments.
2016-08-04 17:39:12 -07:00
Bruce Payette c1ccbc0923 Added README.md to the demo. 2016-08-04 16:56:52 -07:00
Bruce Payette 0593aab35b Checked in PowerShell python interop demo 2016-08-04 16:56:43 -07:00
Manikyam Bavandla 5eef2cacc4 Removed Linux PSEdition name 2016-08-03 15:53:31 -07:00
Michael Greene b92791216b remove -PublishLocation 2016-08-02 15:09:32 -05:00
Michael Greene 362eef0c6e remove publish commands and correct formatting of example 2016-07-30 08:20:11 -05:00
Michael Greene 4fecbfe964 Merge branch 'master' into migreene 2016-07-29 14:58:42 -05:00
Jason Shirk 4af12afa4c Merge pull request #1510 from PowerShell/maertend-patch-3
Delete rest.ps1
2016-07-29 10:16:23 -07:00
Michael Greene f3bac7faf0 demo PowerShellGet repositories 2016-07-29 07:23:11 -05:00