File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
- - name : serviceConnection
2
+ - name : Service Connection
3
3
displayName : Override Service Connection
4
4
type : string
5
5
default : ' <from subscriptionConnection variable>'
30
30
displayName : ' AzureCLI $(serviceConnection)'
31
31
inputs :
32
32
addSpnToEnvironment : true
33
- azureSubscription : ' $(serviceConnection) ' # Task property referencing Service Connection -------------------------------------------------------
33
+ azureSubscription : janARM # Task property referencing Service Connection -------------------------------------------------------
34
34
scriptType : pscore
35
35
scriptLocation : inlineScript
36
36
inlineScript : |
@@ -104,7 +104,7 @@ steps:
104
104
- task : AzurePowerShell@5
105
105
displayName : ' AzurePowerShell $(serviceConnection)'
106
106
inputs :
107
- azureSubscription : ' $(serviceConnection) '
107
+ azureSubscription : janARM
108
108
scriptType : inlineScript
109
109
inline : |
110
110
Get-AzContext Format-List
You can’t perform that action at this time.
0 commit comments