MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
447 stars 155 forks source link

Add Description for Azure RMService Connection #516

Closed arturopolanco closed 1 year ago

arturopolanco commented 1 year ago

PR Summary

Description field is added to the "Add-VSTeamAzureRMServiceEndpoint" cmdlet. As it is already part of the AzDo API is enough to add it to the JSON object and parse it to "Add-VSTeamServiceEndpoint"

PR Checklist

SebastianSchuetze commented 1 year ago

@arturopolanco somehow the reference is not found when running unit tests on Ubuntu.

SebastianSchuetze commented 1 year ago

Also please update the version in the psd1 file.

arturopolanco commented 1 year ago

@arturopolanco somehow the reference is not found when running unit tests on Ubuntu.

Hey Sebastian, there was a wrong reference, I should work now. let me know how it goes