File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tasks/Manage-AutomationAccount Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ switch ($serviceConnection.auth.scheme) {
113
113
114
114
Write-Verbose " Getting access token for service connection"
115
115
$vstsEndpoint = Get-VstsEndpoint - Name SystemVssConnection - Require
116
- vrite - verbose " VSTS endpoint: `n $ ( $vstsEndpoint | ConvertTo-Json - Depth 99 | Out-String ) "
116
+ Write-Verbose " VSTS endpoint: `n $ ( $vstsEndpoint | ConvertTo-Json - Depth 99 | Out-String ) "
117
117
$vstsAccessToken = $vstsEndpoint.auth.parameters.AccessToken
118
118
$servicePrincipalId = $vstsEndpoint.auth.parameters.serviceprincipalid
119
119
$tenantId = $vstsEndpoint.auth.parameters.tenantid
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " Manage-AutomationAccount" ,
4
4
"name" : " Manage-AutomationAccount" ,
5
- "version" : " 1.9.126 " ,
5
+ "version" : " 1.9.127 " ,
6
6
"publisher" : " GreyCorbelSolutions" ,
7
7
"targets" : [
8
8
{
You can’t perform that action at this time.
0 commit comments