Skip to content

Commit

Permalink
azure runbook: add azure_arm_access_token (microsoft#3601)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng authored Jan 16, 2025
1 parent 24801fc commit 7bf91d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions microsoft/runbook/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ variable:
- name: admin_password
value: ""
is_secret: true
- name: azure_arm_access_token
value: ""
is_secret: true
concurrency: $(concurrency)
notifier:
- type: html
Expand All @@ -44,6 +47,7 @@ platform:
deploy: $(deploy)
subscription_id: $(subscription_id)
wait_delete: $(wait_delete)
azure_arm_access_token: $(azure_arm_access_token)
requirement:
core_count:
min: 2
Expand Down

0 comments on commit 7bf91d8

Please sign in to comment.