* Update .NET SDK to latest version
* Update package references
* 7.4.6 isn't working for this test.
* try to fix named pipe test again
* Revert "try to fix named pipe test again"
This reverts commit 0966c6428f.
* Revert "7.4.6 isn't working for this test."
This reverts commit 238e3fc551.
* Revert one change to get the bulk of the updates
* Update test/tools/NamedPipeConnection/src/code/Microsoft.PowerShell.NamedPipeConnection.csproj
---------
Co-authored-by: Travis Plunk <github@ez13.net>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
#### AI description (iteration 1)
#### PR Classification
Code cleanup
#### PR Summary
This pull request updates the path references in the release upload build info script due to a change in the directory structure.
- `.pipelines/templates/release-upload-buildinfo.yml`: Updated path references for importing the `ci.psm1` module and accessing `metadata.json` to reflect the new directory structure.
Temporary fix for firewall issue in OneBranch
----
#### AI description (iteration 1)
#### PR Classification
Configuration update for the build pipeline.
#### PR Summary
This pull request updates the pool configuration for the "Publish BuildInfo" job to use a custom pool.
- `.pipelines/templates/release-upload-buildinfo.yml`: Changed the pool to `PowerShell1ES`, set `isCustom` to true, and added a demand for `ImageOverride` to equal `PSMMS2019-Secure`.
#### AI description (iteration 1)
#### PR Classification
Bug fix and new feature implementation.
#### PR Summary
This pull request adds missing backports and introduces new fixes to the pipeline configurations.
- `.pipelines/PowerShell-vPack-Official.yml`: Replaces AzCopy installation and download steps with a package artifact download.
- `.pipelines/templates/release-MakeBlobPublic.yml`: Adds parameters for skipping PSInfra installers and modifies blob copy logic.
- `.pipelines/PowerShell-Release-Official.yml`: Adds a parameter to skip copying archives and installers to PSInfrastructure public location.
- `.pipelines/templates/release-symbols.yml` and `.pipelines/templates/release-upload-buildinfo.yml`: Ensures checkout is done at the beginning of the restore phase.
- `.pipelines/templates/release-publish-pmc.yml`: Changes `BlobFolderName` from `AzureVersion` to `ReleaseTag`.
#### AI description (iteration 1)
#### PR Classification
Code cleanup and configuration update.
#### PR Summary
This pull request updates the pipeline configuration for copying blobs to PSInfra storage.
- `.pipelines/templates/release-MakeBlobPublic.yml`: Added custom pool configuration and demands for `PowerShell1ES`. Simplified environment variable capture command.
#### AI description (iteration 1)
#### PR Classification
New feature
#### PR Summary
This pull request updates the firewall configuration to monitor network traffic.
- `.pipelines/PowerShell-Release-Official.yml`: Added feature flags for `LinuxHostVersion` and `WindowsHostVersion` to enable network monitoring.
Fix typo in release-MakeBlobPublic.yml
----
#### AI description (iteration 1)
#### PR Classification
Bug fix
#### PR Summary
This pull request fixes a typo in the YAML configuration file for the release pipeline.
- Corrected indentation in `/.pipelines/templates/release-MakeBlobPublic.yml` for the `Capture Environment Variables` step.
Update change log for 7.4.6
----
#### AI description (iteration 1)
#### PR Classification
Documentation update.
#### PR Summary
Updated the changelog for version 7.4.6 to reflect the latest changes and improvements.
- `CHANGELOG/7.4.md`: Updated the release date to 2024-10-22 and added an entry for copying to static site instead of making blob public.
`textlint` runs clean for the new entry
----
#### AI description (iteration 1)
#### PR Classification
Documentation update for the v7.4.6 release.
#### PR Summary
This pull request updates the changelog to document the changes and improvements made in the v7.4.6 release.
- `CHANGELOG/7.4.md`: Added a new section for v7.4.6 detailing build and packaging improvements, including updates to .NET SDK, new NuGet package sources, and various fixes and enhancements.
Update changelog for release v7.4.5
----
#### AI description (iteration 1)
#### PR Classification
Documentation update for the release of version 7.4.5.
#### PR Summary
This pull request updates the changelog to document the changes and improvements made in version 7.4.5.
- `CHANGELOG/7.4.md`: Added entries for general cmdlet updates, test improvements, build and packaging enhancements, and documentation fixes.
Add feature flags for removing network isolation
----
#### AI description (iteration 1)
#### PR Classification
New feature: Adding feature flags for removing network isolation.
#### PR Summary
This pull request introduces feature flags to manage network isolation settings for different host versions.
- `.pipelines/PowerShell-Coordinated_Packages-Official.yml`: Added `featureFlags` for `LinuxHostVersion` and `WindowsHostVersion` to configure network settings.