chore: add log for granting permissions

This commit is contained in:
fabiohaifa 2022-01-17 10:11:24 -03:00
Родитель 6d5865fa7c
Коммит 83f0897ba8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -277,6 +277,8 @@ function SetupServiceConnection {
--query 'id' -o tsv
LogInfo -Message "Service connection '$serviceConnectionName' created."
Write-Output $serviceEndpointId
}
LogInfo -Message "Granting acess permission to all pipelines on the '$serviceConnectionName' service connection..."