-
Notifications
You must be signed in to change notification settings - Fork 72
/
vars.yml
44 lines (40 loc) · 1.33 KB
/
vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
variables:
#
# Credentials
# This reference is to the Variable Group which needs
# to be created which will contain the following values.
#
# Set ARM_ENVIRONMENT to the Azure Environment you wish to use.
# Valid values are: AzureCloud, AzureChinaCloud, AzureUSGovernment
#
# Set ARM_SERVICE_CONNECTION to the name of the service connection
# that has been setup to use federated identity. In this case you also
# need to leave ARM_CLIENT_SECRET empty.
#
# Set AZOPS_MODULE_VERSION to the desired version of the
# AzOps Module to enable version pinning. No value will cache the latest release.
#
# Set AZOPS_CUSTOM_SORT_ORDER to true to enable custom sorting.
# Custom sorting will check for a file named .order in each folder.
# Files listed in the .order file will be deployed before other files and in the
# order they are listed.
#
# - ARM_TENANT_ID
# - ARM_SUBSCRIPTION_ID
# - ARM_CLIENT_ID
# - ARM_CLIENT_SECRET
# - ARM_ENVIRONMENT
# - ARM_SERVICE_CONNECTION
# - AZOPS_MODULE_VERSION
# - AZOPS_CUSTOM_SORT_ORDER
#
- group: credentials
- group: azops
#
# modulesFolder
# To enable caching of PowerShell modules between
# runs, the modules are stored in a modules folder
# that can be cached.
#
- name: modulesFolder
value: '$(System.DefaultWorkingDirectory)/Modules'