From 363501b08465604eb94eb67f10a6c7975a4eb395 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Thu, 16 Oct 2025 14:31:16 +0530 Subject: [PATCH 1/3] Add AZURE_DEV_COLLECT_TELEMETRY variable in azure-dev-validation.yml file --- .github/workflows/azure-dev-validation.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-dev-validation.yml b/.github/workflows/azure-dev-validation.yml index 2f10b0a..1e2a3e8 100644 --- a/.github/workflows/azure-dev-validation.yml +++ b/.github/workflows/azure-dev-validation.yml @@ -1,9 +1,7 @@ name: Azure Template Validation on: workflow_dispatch: - push: - branches: - - main + permissions: contents: read id-token: write @@ -34,6 +32,7 @@ jobs: AZURE_AI_DEPLOYMENT_LOCATION : ${{ secrets.AZURE_AI_DEPLOYMENT_LOCATION }} AZURE_ENV_MODEL_CAPACITY : 1 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + AZURE_DEV_COLLECT_TELEMETRY:: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }} # Step 3: Print the result of the validation - name: Print result run: cat ${{ steps.validation.outputs.resultFile }} From 0a38fad7dff81adea5c163a8af0ce9072c4f2d00 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Thu, 16 Oct 2025 14:35:41 +0530 Subject: [PATCH 2/3] remove extra colon --- .github/workflows/azure-dev-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-dev-validation.yml b/.github/workflows/azure-dev-validation.yml index 1e2a3e8..836f733 100644 --- a/.github/workflows/azure-dev-validation.yml +++ b/.github/workflows/azure-dev-validation.yml @@ -32,7 +32,7 @@ jobs: AZURE_AI_DEPLOYMENT_LOCATION : ${{ secrets.AZURE_AI_DEPLOYMENT_LOCATION }} AZURE_ENV_MODEL_CAPACITY : 1 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - AZURE_DEV_COLLECT_TELEMETRY:: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }} + AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }} # Step 3: Print the result of the validation - name: Print result run: cat ${{ steps.validation.outputs.resultFile }} From 30b7c1d23b2fe9653ed6b18a279a968145a6a7f6 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Inc)" Date: Thu, 16 Oct 2025 16:58:14 +0530 Subject: [PATCH 3/3] rename file name, azure-dev-valiation to azure-dev --- .github/workflows/{azure-dev-validation.yml => azure-dev.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{azure-dev-validation.yml => azure-dev.yml} (100%) diff --git a/.github/workflows/azure-dev-validation.yml b/.github/workflows/azure-dev.yml similarity index 100% rename from .github/workflows/azure-dev-validation.yml rename to .github/workflows/azure-dev.yml