Skip to content

Commit 0921f35

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent b9c9a73 commit 0921f35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pipelines/templates/get-resources.steps.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ parameters:
1515
- name: inputs
1616
type: object
1717
default: {}
18+
1819
- name: outputVariableName
1920
type: string
2021
default: 'OUT_RESULT'
@@ -69,6 +70,7 @@ steps:
6970
echo >&2 "##vso[task.setvariable variable=${VAR_NAME};]$MI_ROLE_DATA"
7071
echo >&2 "##vso[task.setvariable variable=${VAR_NAME}_LENGTH;]$MI_ROLE_DATA_LENGTH"
7172
env:
73+
VAR_NAME: '${{ parameters.outputVariableName }}'
7274
MANAGEDIDENTITY_OBJECTID: '${{ parameters.inputs.managedIdentityObjectId }}'
7375
RESOUCEGROUP_NAME: '${{ parameters.inputs.resourceGroupName }}'
7476
ROLE_NAME: '${{ parameters.inputs.roleName }}'

0 commit comments

Comments
 (0)