You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of azd version 1.17.0, the pipeline:variables: section in azure.yaml is no longer needed.
The Azure Developer CLI will auto-detect the needed variables from main.parameters.json.
Please update this repository's azure.yaml by:
Removing the entire pipeline: block (including nested variables: entries).
Adding (or updating) a requiredVersions section to enforce a modern azd version:
requiredVersions:
azd: ">= 1.17.0"
If the file uses a metadata.template version, bump that version to indicate the change.
Re-run azd up or your standard CI workflow to ensure everything still provisions correctly.
Rationale:
Simplifies configuration (variables now inferred automatically)
Reduces duplication and risk of drift
Aligns with current azd best practices
After making the change, commit and open a PR referencing this issue.
As of azd version 1.17.0, the
pipeline:variables:section inazure.yamlis no longer needed.The Azure Developer CLI will auto-detect the needed variables from
main.parameters.json.Please update this repository's
azure.yamlby:Removing the entire
pipeline:block (including nestedvariables:entries).Adding (or updating) a
requiredVersionssection to enforce a modern azd version:If the file uses a
metadata.templateversion, bump that version to indicate the change.Re-run
azd upor your standard CI workflow to ensure everything still provisions correctly.Rationale:
After making the change, commit and open a PR referencing this issue.
Details
Pattern:
pipeline:File:
azure.yamlFound matches:
Line 37:
Repository: https://github.com/Azure-Samples/contoso-chat
This issue was automatically created by the GitHub Repo Maintainer Agent.