Commit Graph

10793 Commits

Author SHA1 Message Date
dependabot[bot]
b8e3ee5261
Bump github/codeql-action from 3.25.8 to 3.25.10 (#23953) 2024-06-17 12:41:09 -07:00
Andy Jordan
7ec8e4ed8f
Update Code of Conduct and Security Policy (#23811)
Updates the readme, code of conduct and security policy per OSPO request.
2024-06-14 23:44:39 +00:00
Aditya Patwardhan
bd8b0bd421
Create powershell.config.json for PowerShell.Windows.x64 global tool (#23941) 2024-06-12 16:47:36 -07:00
James Truher [MSFT]
167a492415
Redirecting to a variable should be possible (#20381)
* add tests

* fix formatting issues

* Make redirection to variable an experimental feature.

Update test to check for experimental feature status.
Set-Variable will still have the -append parameter, but if used when the experimental feature is disabled, a parameter binding error will result.

* Check to be sure provider is not null.

* update to use different FullyQualifiedErrorId

* use Experimental attribute for append parameter rather than runtime check.

* Revert "update to use different FullyQualifiedErrorId"

This reverts commit 8b34af1ac19ecdb821b34534e446ab129830c92f.

* Update src/Microsoft.PowerShell.Commands.Utility/commands/utility/Var.cs

Co-authored-by: Ilya <darpa@yandex.ru>

* Move remediation steps into resource.

Update Set-Variable -Append to be correct when -name and -value are used.
Add tests for the new behavior in Set-Variable.

* Change expected error for contrained language mode and redirection.

* Update src/Microsoft.PowerShell.Commands.Utility/commands/utility/Var.cs

Co-authored-by: Ilya <darpa@yandex.ru>

* Support redirection of native app.

Add tests to validate.

* testexe needs proper case to run on linux.

* Address codefactor issues 01.

* Update src/System.Management.Automation/engine/runtime/Operations/MiscOps.cs

Co-authored-by: Steve Lee <slee@microsoft.com>

* Update src/Microsoft.PowerShell.Commands.Utility/commands/utility/Var.cs

Co-authored-by: Steve Lee <slee@microsoft.com>

* Update src/System.Management.Automation/engine/runtime/Operations/MiscOps.cs

Co-authored-by: Steve Lee <slee@microsoft.com>

---------

Co-authored-by: Ilya <darpa@yandex.ru>
Co-authored-by: Steve Lee <slee@microsoft.com>
2024-06-11 12:42:04 -04:00
Travis Plunk
7108ae0027
Fix error in the vPack release, debug script that blocked release (#23904)
* Update PowerShell-vPack-Official.yml for Azure Pipelines

* Merged PR 31369: fix version override parameter

- change default value of override version parameter to make actually optional
- eliminate redundant version override variable and use parameter directly

* Fix condition

* remove trailing spaces

* remove other syntax issue

---------

Co-authored-by: Tess Gauthier <tessgauthier@microsoft.com>
2024-06-10 21:22:55 +00:00
dependabot[bot]
7794503b72
Bump actions/dependency-review-action from 4.3.2 to 4.3.3 (#23897) 2024-06-10 10:24:07 -07:00
dependabot[bot]
875c6d0d23
Bump super-linter/super-linter from 6.5.1 to 6.6.0 (#23894) 2024-06-10 10:23:43 -07:00
dependabot[bot]
3f32e915c1
Bump github/codeql-action from 3.25.6 to 3.25.8 (#23893) 2024-06-10 10:23:23 -07:00
Steve Lee
2cb55e359f
Update working-group-definitions.md for the Security WG (#23884) 2024-06-10 10:22:59 -07:00
Tess Gauthier
2018c16df0
Add vPack release (#23898) 2024-06-06 10:02:35 -07:00
James Truher [MSFT]
7f99fa1bf3
Get-Help may report parameters with ValueFromRemainingArguments attribute as pipeline-able (#23871)
* Remove FromRemainingArguments as an inputs indicator.

The parameter attribute FromRemainingArguments is not an indicator of pipeline input.
2024-06-03 21:20:55 +05:00
Aditya Patwardhan
51b8e5d1da
Fix exe signing with third party signing for WiX engine (#23878) 2024-05-31 17:02:03 +00:00
Tess Gauthier
bfa3dbe20d
Update wix installation in CI (#23870) 2024-05-29 09:45:18 -07:00
Aditya Patwardhan
cdb7556d04
Add checkout to fix TSA config paths (#23865) 2024-05-28 14:35:29 -07:00
James Truher [MSFT]
76bca8f3b2
Fix up broken links in markdown files (#23863) 2024-05-28 14:02:42 -07:00
Dongbo Wang
f0bddbe21c
Merge the v7.5.0-preview.3 release branch to GitHub master branch 2024-05-28 13:33:31 -07:00
Dongbo Wang
485015a608
Update metadata.json for the v7.5.0-preview.3 release (#23862) 2024-05-28 11:36:43 -07:00
Aditya Patwardhan
cd7c173ca1 Fix symbols and buildinfo publish 2024-05-28 11:05:23 -07:00
dependabot[bot]
1308854a55
Bump super-linter/super-linter from 6.5.0 to 6.5.1 (#23856) 2024-05-28 11:03:17 -07:00
Aditya Patwardhan
d56df8b1c2 Add parameter to skip PMC publish 2024-05-28 10:50:56 -07:00
Aditya Patwardhan
e7b3c2e3c6 Make container name lowercase for blob 2024-05-28 10:37:16 -07:00
Aditya Patwardhan
96c3676486 Remove duplicate parameter in symbol publish stage 2024-05-28 10:20:42 -07:00
Aditya Patwardhan
a67a49f014 Add storage account variable group 2024-05-28 10:17:48 -07:00
Aditya Patwardhan
a9ec8a8ff3 Fix nuget publish download path 2024-05-28 10:13:18 -07:00
Aditya Patwardhan
d3b9f612d2 Fix nuget publish and buildinfo 2024-05-24 11:55:08 -07:00
Aditya Patwardhan
4efee1a67b Set packagesroot variable 2024-05-24 10:49:14 -07:00
Aditya Patwardhan
ff0a9b5fd8 Credscan variable and prefix fix 2024-05-24 09:03:20 -07:00
Aditya Patwardhan
66ba14013a Add verbose and confirm 2024-05-24 08:05:01 -07:00
Aditya Patwardhan
f3d33796fc Provider destination prefix and force 2024-05-24 07:19:08 -07:00
Aditya Patwardhan
73b00b07f4 Use sync copy 2024-05-23 23:18:58 -07:00
Aditya Patwardhan
7b88106c89 Fix blob names 2024-05-23 20:35:39 -07:00
Aditya Patwardhan
02912a5c78 Fix variable name 2024-05-23 19:19:14 -07:00
Aditya Patwardhan
d51bb58990 Fix container names 2024-05-23 18:40:30 -07:00
Aditya Patwardhan
26e9b42875 Fix typo 2024-05-23 16:07:21 -07:00
Aditya Patwardhan
074a549559 Fix global tool copy 2024-05-23 15:01:03 -07:00
Aditya Patwardhan
52cae5662f Update to use AZ cli instead 2024-05-23 13:45:05 -07:00
Aditya Patwardhan
b38b62dee1 Remove unnecessary clone 2024-05-23 13:08:50 -07:00
Aditya Patwardhan
5ee14b7852 Fix path for REPOROOT 2024-05-23 12:54:14 -07:00
Aditya Patwardhan
e98516d815 Fix path for script invocation 2024-05-23 12:13:03 -07:00
Aditya Patwardhan
a67cb325dc Upload test packages and delete all containers in storage 2024-05-22 16:07:07 -07:00
Aditya Patwardhan
6b39945025 Expand file path before upload 2024-05-21 21:49:39 -07:00
Dongbo Wang
a015f1ce70 Merged PR 31179: Update the change log for v7.5.0-preview.3 release
Update the change log for v7.5.0-preview.3 release
2024-05-22 03:54:45 +00:00
Aditya Patwardhan
bd75db57fa fix file path for msixbundle 2024-05-21 17:21:29 -07:00
Aditya Patwardhan
53888dab9f Fix indent in yaml 2024-05-21 16:38:17 -07:00
Aditya Patwardhan
dabbe2eba5 Merged PR 31213: Fix PMC publish
- Fix PMC publish by changing signing cert, fix pip package version, use PowerShell1ES pool
- Add force blob delete parameter
2024-05-21 21:35:21 +00:00
dependabot[bot]
74d8bdba44
Bump github/codeql-action from 3.25.5 to 3.25.6 2024-05-21 13:46:29 -07:00
James Truher [MSFT]
0be73f1a42
Add debugging to the MTU size test (#21463) 2024-05-21 13:45:07 -07:00
Aditya Patwardhan
158ce70623 Merged PR 31196: Fix release version and stage issues in build and packaging
Fix release version and stage issues in build and packaging
2024-05-20 21:54:00 +00:00
dependabot[bot]
fab4bf2507
Bump super-linter/super-linter from 5.7.2 to 6.5.0 (#23809) 2024-05-20 10:47:39 -07:00
dependabot[bot]
d4c9b186bc
Bump github/codeql-action from 3.25.4 to 3.25.5 (#23801) 2024-05-20 10:46:04 -07:00