[PR #19092] build: partially revert AzCopy changes from 22c509f #31704

Open
opened 2026-01-31 09:49:00 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/19092

State: closed
Merged: Yes


When we first transitioned to the R1 network isolation environment--which required us to not contact powershellgallery.com--we had to give up on the AzureFileCopy task.

Since then, the AzurePowerShell task has also become somewhat broken while OneBranch fixed the issue that prevented us from using AzureFileCopy.

In short, we now need to:

  • Install the Azure PowerShell modules directly from our own feed (which satisfies the network constraint)
  • ... using PSResourceGet ...
  • ... for Windows PowerShell 5.1 ...
  • which is used by AzureFileCopy to later perform authentication.
**Original Pull Request:** https://github.com/microsoft/terminal/pull/19092 **State:** closed **Merged:** Yes --- When we first transitioned to the `R1` network isolation environment--which required us to _not_ contact powershellgallery.com--we had to give up on the `AzureFileCopy` task. Since then, the `AzurePowerShell` task has also become somewhat broken while OneBranch fixed the issue that prevented us from using `AzureFileCopy`. In short, we now need to: - Install the Azure PowerShell modules directly from our own feed (which satisfies the network constraint) - ... using `PSResourceGet` ... - ... for Windows PowerShell 5.1 ... - which is used by `AzureFileCopy` to later perform authentication.
claunia added the pull-request label 2026-01-31 09:49:00 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31704