Support GitHub environments in pipeline config - #9877
Support GitHub environments in pipeline config#9877Victor Vazquez (vhvb1989) wants to merge 1 commit into
Conversation
Allow each azd environment to map pipeline configuration to a named GitHub environment while preserving repository-scoped defaults. Generate and validate environment-aware workflows, scope GitHub values and OIDC credentials, and document the persisted mapping. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 19b1fa42-3081-4125-b0de-f18c86e7bbc0
|
Azure Pipelines: Successfully started running 1 pipeline(s). 21 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
|
Hi @Victor Vazquez (@vhvb1989). Thank you for your interest in helping to improve the Azure Developer CLI experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Summary
AZD_PIPELINE_GITHUB_ENVIRONMENTin the canonical and contributor-facing environment variable referencesGitHub Actions only; Azure DevOps behavior is unchanged. No new command-line flag is introduced.
Testing
go build ./...go test ./... -shortgolangci-lint run ./pkg/pipeline/... ./pkg/tools/github/...Fixes #2373