We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3498b44 commit 78826e8Copy full SHA for 78826e8
AzureDevOpsPowerShell/Public/Api/ServiceEndpoints/Endpoints/Get-AzDoServiceConnection.ps1
@@ -112,7 +112,7 @@ function Get-AzDoServiceConnection {
112
ServiceConnectionUrl = $_.url
113
ServiceConnectionDescription = $_.description
114
ServiceConnectionCreatedBy = $_.createdBy.displayName
115
- ServiceConnectionAuthorization = $_.authorization.parameters
+ ServiceConnectionAuthorization = $_.authorization
116
ServiceConnectionData = $_.data
117
ServiceConnectionIsShared = $_.isShared
118
ServiceConnectionOwner = $_.owner
0 commit comments