Skip to content

Commit 78826e8

Browse files
committed
fix: added scheme to output
1 parent 3498b44 commit 78826e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureDevOpsPowerShell/Public/Api/ServiceEndpoints/Endpoints/Get-AzDoServiceConnection.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function Get-AzDoServiceConnection {
112112
ServiceConnectionUrl = $_.url
113113
ServiceConnectionDescription = $_.description
114114
ServiceConnectionCreatedBy = $_.createdBy.displayName
115-
ServiceConnectionAuthorization = $_.authorization.parameters
115+
ServiceConnectionAuthorization = $_.authorization
116116
ServiceConnectionData = $_.data
117117
ServiceConnectionIsShared = $_.isShared
118118
ServiceConnectionOwner = $_.owner

0 commit comments

Comments
 (0)