Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Remove the pipeline: variables section from azure.yaml

Abierto
#261 0 comentarios 1 reacción 1 asignado Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

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.

Lenguaje dominante
Python
Estrellas
505
Forks
1.1k
Merge medio
3 d 13 h
PR fusionados (30 d)
1

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de Azure-Samples/rag-postgres-openai-python

Todos los issues de Azure-Samples/rag-postgres-openai-python

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.