Commit Graph

10194 Commits

Author SHA1 Message Date
Sean Wheeler
5595072568
Change docs.microsoft.com to learn.microsoft.com (#19994) 2023-07-17 15:54:17 -07:00
Sean Wheeler
92833aee64
Update man page to match current help for pwsh (#19993) 2023-07-17 15:30:37 -07:00
Steve Lee
5a6c66be13
Restore-Computer and Stop-Computer should fail with error when not running via sudo on Unix (#19824) 2023-07-17 14:20:06 -07:00
Travis Plunk
60dc724023
Merge 7.3.5, 7.3.6, 7.2.12 and 7.2.13 change logs (#19968) 2023-07-17 11:42:07 -07:00
Sean Wheeler
24c704f561
Add Help proxy function for non-Windows platforms (#19972) 2023-07-17 18:22:57 +00:00
Travis Plunk
329034369a
Check for pre-release packages when it's a stable release (#19939) 2023-07-17 11:14:31 -07:00
Patrick Meinecke
153feb2e60
Fix deadlock when piping to shell associated file extension (#19940) 2023-07-17 11:10:35 -07:00
Travis Plunk
d372832325
Remove spelling CI in favor of GitHub Action (#19973)
* Remove spelling CI

* Delete mdSpell.yml

* Delete markdown.yml

* Update CONTRIBUTING.md

* repo issues

* markdown term fixes

* command-line term

* fix syntax issues

* fix codebase term

* Disable VALIDATE_EDITORCONFIG
2023-07-17 18:03:59 +00:00
Armaan Mcleod
d24285f437
Remove input text from the error message resulted by SecureString and PSCredential conversion failure (#19977) 2023-07-17 10:30:10 -07:00
Travis Plunk
3ce65f39e0
Hide expected error for negative test on windows for script extension (#19929) 2023-07-17 09:32:03 -07:00
Travis Plunk
a064d81b1c
Make PR creation tool use --web because it is more reliable (#19944) 2023-07-17 09:31:14 -07:00
PowerShell Team Bot
adc1c60420
Update to the latest NOTICES file (#19971) 2023-07-17 09:28:51 -07:00
Travis Plunk
8b75527799
Update variable used to bypass the blocking check for multiple NuGet feeds for release pipeline (#19963) 2023-07-14 12:00:45 -07:00
Travis Plunk
927c5595ca
Update variable used to bypass the blocking check for multiple NuGet feeds (#19967)
* nuget multiple feed fixes

* Update tools/releaseBuild/azureDevOps/vpackRelease.yml

* Update linux.yml

* Update mac.yml

* Update windows.yml

* Update windows-packaging.yml

* fix whitespace issues

* more whitespace

* more whitespace
2023-07-14 11:57:35 -07:00
Dongbo Wang
6689c77513
Update README.md and metadata.json for release v7.2.13 and v7.3.6 (#19964) 2023-07-13 16:07:34 -07:00
Sean Wheeler
b58ff3b8ea
Fix ///-comments that violate the docs schema (#19957) 2023-07-13 08:16:57 +05:00
Travis Plunk
8acad1fd42
Don't publish notice on failure because it prevent retry (#19955) 2023-07-12 14:45:14 -07:00
Travis Plunk
c95a8e43ee
Change variable used to bypass nuget security scanning (#19954) 2023-07-12 14:33:00 -07:00
Aditya Patwardhan
30098c744a
Add Microsoft.Powershell.PSResourceGet for telemetry module list (#19926) 2023-07-12 11:47:24 -07:00
Aditya Patwardhan
427e519af2
Update the link for getting started in README.md (#19932) 2023-07-11 16:33:07 -07:00
MartinGC94
a8ec19b4f6
Fix completion regression for filesystem paths with custom PSDrive names (#19921) 2023-07-11 12:12:32 -07:00
PowerShell Team Bot
21555584f3
Update the cgmanifest (#19924) 2023-07-11 09:55:50 -07:00
Dmitry Volodin
a26b09d71e
Apply the InlineAsTypeCheck in the engine code - 2nd pass (#19694) 2023-07-10 17:17:08 -07:00
Dmitry Volodin
b679b59e73
Apply the InlineAsTypeCheck rule in the engine code - 1st pass (#19692) 2023-07-10 17:16:32 -07:00
MartinGC94
ac87d2ae0e
Add completion for variables assigned by the Data statement (#19831) 2023-07-10 17:15:05 -07:00
Sean Wheeler
d9fff5bea9
Migrate user docs to the PowerShell-Docs repo (#19871) 2023-07-10 14:10:38 -07:00
Travis Plunk
5ec04f1f4e
Publish rpm package for rhel9 (#19750) 2023-07-10 14:06:34 -07:00
MartinGC94
612857a38c
Remove unused string completion code (#19879) 2023-07-10 12:32:21 -07:00
MartinGC94
c5cc8c8bbc
Fix a null reference crash in completion code (#19916) 2023-07-10 12:31:27 -07:00
dependabot[bot]
1fd1ab7bb0
Bump XunitXml.TestLogger from 3.0.78 to 3.1.11 (#19900) 2023-07-10 12:04:35 -07:00
dependabot[bot]
919c189f8b
Bump JsonSchema.Net from 4.1.5 to 4.1.6 (#19885) 2023-07-10 11:36:16 -07:00
dependabot[bot]
83b06a1cc3
Bump xunit from 2.4.2 to 2.5.0 (#19902) 2023-07-10 11:25:51 -07:00
Anam Navied
e898401001
Remove HostArchitecture dynamic parameter for osxpkg (#19917) 2023-07-10 11:16:11 -07:00
microsoft-github-policy-service[bot]
b90bd97929
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#19905)
* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement

Owners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot. Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html

Please review and merge this PR to complete the process of onboarding to the new service.

* Deleting fabricbot.json

* Update .github/policies/resourceManagement.yml

---------

Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2023-07-08 19:18:35 +00:00
Travis Plunk
8eb767d009
Change variable used to bypass nuget security scanning (#19907)
* Add debugging output to determine whether the nuget.config really does have multiple feeds.

* Fix up all the nuget config changes

* Add new variable.

* Revert "Fix up all the nuget config changes"

This reverts commit 04a963da70011c48b9c50ef9d02a9eed2a06cc67.

---------

Co-authored-by: James Truher <jimtru@microsoft.com>
2023-07-07 20:33:53 +00:00
Travis Plunk
56ef8481a3
Checkout history for markdown lint check (#19908) 2023-07-07 13:30:40 -07:00
Travis Plunk
aa31732aa9
Switch to GitHub Action for linting markdown (#19899) 2023-07-07 10:15:35 -07:00
dependabot[bot]
73630960ef
Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 (#19901)
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/v2.4.5...2.5.0)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 15:50:02 +05:00
Anam Navied
64d1d5caae
Add runtime and packaging type info for mariner2 arm64 (#19450) 2023-07-06 10:52:04 -07:00
PowerShell Team Bot
fc87be75c0
Update to the latest NOTICES file (#19856) 2023-07-05 12:50:37 -07:00
James Truher [MSFT]
ee13bb9f05
Add more debugging to try to determine why these test fail in release build. (#19829) 2023-07-05 07:40:30 -07:00
Aditya Patwardhan
6a10e8cca1
Merge change log for v7.4.0-preview.4 to master 2023-06-29 16:19:05 -07:00
Aditya Patwardhan
abe3ec5f95
Update README.md and metadata.json for 7.4.0-preview.4 release (#19872) 2023-06-29 15:07:59 -07:00
Aditya Patwardhan
b229d15151 Merged PR 26525: Update change log for v7.4.0-preview.4
Update change log for v7.4.0-preview.4
2023-06-29 18:57:37 +00:00
dependabot[bot]
b059c7e134
Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 (#19867)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.2 to 17.6.3.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.6.2...v17.6.3)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-28 19:10:01 +05:00
Aditya Patwardhan
ca85002e42
Update metadata.json and README.md for upcoming releases (#19863) 2023-06-27 17:01:23 -07:00
Ikko Eltociear Ashimine
26f6219529
Fix typo in NativeCommandProcessor.cs (#19846) 2023-06-23 12:51:55 -07:00
Sean Wheeler
fd586faa98
Update message to use the actual parameter name (#19851) 2023-06-23 12:49:40 -07:00
PowerShell Team Bot
f504ae4431
Update the cgmanifest (#19847) 2023-06-23 12:27:42 -07:00
Patrick Meinecke
066d7bff2c
Fix native executables not redirecting to file (#19842) 2023-06-23 12:16:18 -07:00