deploy/pipelines/variables/07-sap-cal-installation-variables.yaml (13 lines of code) (raw):
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
#--------------------------------------+------------------------------------------------8
# |
# Defines the parameters and variables for the SAP Software Install using SAP CAL |
# |
#--------------------------------------+------------------------------------------------8
parameters:
environment: ""
variables:
- group: "SDAF-General"
- group: SDAF-${{ parameters.environment }}
- name: agent_name
value: $[coalesce(variables['POOL'], variables['Agent'])]
- name: this_agent
value: $[lower(coalesce(variables['POOL'], variables['Agent']))]
- name: variable_group
value: SDAF-${{ parameters.environment }}
- name: key_vault
value: $[variables['Deployer_Key_Vault']]