This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Merge the 1.0.0-preview.8 release branch back to main#418
Merged
daxian-dbw merged 5 commits intoPowerShell:mainfrom Oct 8, 2025
Merged
Merge the 1.0.0-preview.8 release branch back to main#418daxian-dbw merged 5 commits intoPowerShell:mainfrom
daxian-dbw merged 5 commits intoPowerShell:mainfrom
Conversation
Add parameter to disable net isolation, to allow downloading the tool for making appx packages. ---- #### AI description (iteration 1) #### PR Classification The pull request introduces a new pipeline configuration parameter to control network isolation. #### PR Summary This change adds a boolean parameter in the pipeline YAML file to disable network isolation during builds. - `/.pipelines/Package-Official.yml`: Added a new `disableNetworkIsolation` parameter with a default value of false, mapped it to a variable, and passed it into the extended configuration settings. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…se pipeline too Add parameter to disable net isolation for the release pipeline too, to allow the pipeline to download tools for building the msixbundle package.
Remove azure agent from this release because it's broken. All queries about Az CLI fail, and responses for queries about Az PS are also broken.
StevenBucher98
approved these changes
Oct 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
azureagent is now broken, likely due to changes from the Azure Copilot service side. This agent is removed from the 1.0.0-preview.8 release.