generated from segraef/Template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.yml
31 lines (26 loc) · 1.39 KB
/
settings.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
variables:
######################################
# Agent settings
######################################
vmImage: 'ubuntu-latest' # Use this for Microsoft-hosted agents
poolName: '' # Use this for self-hosted agents
serviceConnection: 'graef.io'
defaultLocation: 'Australia East'
######################################
# Source
######################################
vstsOrganizationURI: '$(System.CollectionUri)' # The URI of the TFS collection or Azure DevOps organization. For example: https://dev.azure.com/fabrikam/.
vstsProject: '$(System.TeamProject)'
modulesRepository: Azure/ResourceModules # The repository hosting the deployment code.
ref: 'main'
pipelineFunctionsPath: 'utilities/pipelines'
######################################
# Azure PowerShell Version
######################################
# Should be set to 'latestVersion' unless there is an issue with the Az PowerShell modules.
# If a specific version needs to be set azurePowerShellVersion should be changed to 'OtherVersion'.
# NOTE: The strings are case sensitive and will not work unless properly entered.
azurePowerShellVersion: 'latestVersion'
# If using the latest version of the Az PowerShell modules, set `preferredAzurePowerShellVersion` to an empty string ''.
# If overriding the Az PowerShell module version, set to the version. Example: '4.4.0'
preferredAzurePowerShellVersion: ''