Skip to content

Commit 9a6ab97

Browse files
committed
fix: logging
1 parent d2e5092 commit 9a6ab97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tasks/Manage-AutomationAccount/Manage-AutomationAccount.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ switch ($serviceConnection.auth.scheme) {
113113

114114
Write-Verbose "Getting access token for service connection"
115115
$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)"
117117
$vstsAccessToken = $vstsEndpoint.auth.parameters.AccessToken
118118
$servicePrincipalId = $vstsEndpoint.auth.parameters.serviceprincipalid
119119
$tenantId = $vstsEndpoint.auth.parameters.tenantid

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "Manage-AutomationAccount",
44
"name": "Manage-AutomationAccount",
5-
"version": "1.9.126",
5+
"version": "1.9.127",
66
"publisher": "GreyCorbelSolutions",
77
"targets": [
88
{

0 commit comments

Comments
 (0)