feat: avoid prompting for layer outputs in pipeline config#7296
feat: avoid prompting for layer outputs in pipeline config#7296weikanglim wants to merge 1 commit intoAzure:mainfrom
pipeline config#7296Conversation
pipeline config
17f0eb1 to
66cc2e4
Compare
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Summary
Add support for
pipeline configto detect outputs between layers and avoid prompting for them.What's changing
cmd/pipeline.go, we collect outputs from each previous layer, store them as a virtual env-mapped values.A new
PlannedOutputs()function is added to the infra provider interface that represents plan-time outputs (no resolved values).Testing
Fixes #7182