Skip to content

Commit 08eb37f

Browse files
Merge pull request microsoft#574 from microsoft/dev-v3
fix: dev-v3 to main branch merge
2 parents dcd11c4 + da55973 commit 08eb37f

File tree

13 files changed

+778
-377
lines changed

13 files changed

+778
-377
lines changed

.github/workflows/azure-dev.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Azure Template Validation
22
on:
3-
push:
4-
branches:
5-
- main
63
workflow_dispatch:
74

85
permissions:
@@ -37,6 +34,8 @@ jobs:
3734
AZURE_ENV_MODEL_CAPACITY: 1
3835
AZURE_ENV_MODEL_4_1_CAPACITY: 1
3936
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
38+
4039
# Step 3: Print the result of the validation
4140
- name: print result
4241
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)