Commit graph

76 commits

Author SHA1 Message Date
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
Manikyam Bavandla 1a2c8a650c Moving the PowerShellGet.ps1 into Demos\PowerShellGet folder.
Moving the PowerShellGet.ps1 into Demos\PowerShellGet folder.
2016-07-26 15:54:31 -07:00
Kristopher Bash 66034858e3 Merge pull request #1515 from PowerShell/krbash-demo-update
Multiple Apache bug fixes
2016-07-26 09:36:48 -07:00
opquad@live.com a16c85dec3 Fix vhost directory finding function in Apache demo 2016-07-26 08:45:44 -07:00
Kristopher Bash 8edd59476f Merge pull request #1503 from PowerShell/krbash-demo-update
Update apache & systemd demos
2016-07-26 08:43:02 -07:00
maertend 716bae3aad Delete rest.ps1
No longer necessary as there is a rest folder
2016-07-25 16:34:33 -07:00
maertend 38d75e30c3 Update readme.md 2016-07-25 15:48:16 -07:00
maertend c4efc58f7b Update readme.md 2016-07-25 15:47:10 -07:00
maertend 9f4dbdddc4 Add files via upload 2016-07-25 15:42:30 -07:00
maertend 6cffe84ec0 Update readme.md 2016-07-25 15:42:07 -07:00
maertend 11c07b806a Add files via upload 2016-07-25 15:29:42 -07:00
maertend f73ef56a80 Create readme.md 2016-07-25 13:59:58 -07:00
opquad@live.com 4f2f0bb02c -refactor Apache demo completely
-bug fix in SystemD (json) demo
-Move demos to self-contained folders
2016-07-25 13:51:37 -07:00
Manikyam Bavandla MSFT f9f37c5a74 Removed invalid 'Open PowerShell' tag based search.
Removed invalid 'Open PowerShell' tag based search.
2016-07-25 11:40:24 -07:00