andystaples

Results 17 issues of andystaples

### Issue describing the changes in this PR Adds support for worker indexing to the functions worker ### Pull request checklist * [ ] My changes **do not** require documentation...

When customer specifies a version of AzureFunctions.PowerShell.SDK in requirements.psd1, it should override the version that was bundled with the worker for indexing. Currently, it will not, as managed dependencies are...

Currently these tests are using extension bundle "version": "[2.*, 3.0.0)". Update the app for these tests to bundle [4.0.0, 5.0.0)

P2

Documentation to be added once the Azure PowerShell team officially releases their version notification feature (at time of creation, scheduled for ~Nov 2023). Link from our docs on opt-out by...

documentation

Per this issue: https://portal.microsofticm.com/imp/v3/incidents/details/413931391/home When customer configuration prevents Save-Module from accessing the PowerShell Gallery, the error message is generated: Failed to install module {module} version {version}. 1st attempt. Error: 'The...

If we ever need to release hotfixes/security on host v3, we will also need to backport the 1ES pipeline changes to this branch - this is a tracker for that...

P3

Convert the E2E tests to use local emulators/similar to remove dependencies on external connections so they are compatible with the public pipeline. Then add them back to that pipeline

P2