Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Remove the pipeline: variables section from azure.yaml

Aperta
#261 0 commenti 1 reazione 1 assegnatario Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

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:

  1. Removing the entire pipeline: block (including nested variables: entries).

  2. Adding (or updating) a requiredVersions section to enforce a modern azd version:

    requiredVersions:
      azd: ">= 1.17.0"
    
  3. If the file uses a metadata.template version, bump that version to indicate the change.

  4. 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.

Details

Pattern: pipeline:

File: azure.yaml

Found matches:

Line 39:

pipeline:

Repository: https://github.com/Azure-Samples/rag-postgres-openai-python


This issue was automatically created by the GitHub Repo Maintainer Agent.

Lingua principale
Python
Stelle
505
Fork
1.1k
Merge medio
3g 13h
PR unite (30g)
1

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Azure-Samples/rag-postgres-openai-python

Tutte le issue di Azure-Samples/rag-postgres-openai-python

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.