Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Remove the pipeline: variables section from azure.yaml

オープン
#261 コメント 0 件 リアクション 1 件 担当者 1 名 GitHub で見る

まだ誰も着手していません。

評価

この issue はまだ評価されていません。

説明

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.

主要言語
Python
スター
505
フォーク
1.1k
平均マージ
3日 13時間
マージ済み PR(30日)
1

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Azure-Samples/rag-postgres-openai-python のほかの issue

Azure-Samples/rag-postgres-openai-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。