Hi Team,
I have created a project in Octopus to update a specific LibraryVariableSet through API.
How its working:
- Taking all variable Data in CSV.
- Converting it to json.
- using below API to update LibraryVariableSet.
PUT https://xxxxxxx/Octopus/api/Spaces-1/variables/variableset-LibraryVariableSets-218
Earlier it was working fine, but post upgrade to v2020.3.1 getting below error.
Error: System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at Microsoft.PowerShell.Commands.WebRequestPSCmdlet.GetResponse(WebRequest request)
at Microsoft.PowerShell.Commands.WebRequestPSCmdlet.ProcessRecord()
Though it was a running project I have to fix it ASAP, please help me to resolve it. Thanks
Vivek Rai