jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
121 stars 52 forks source link

Bug: Enable case insensitive auth scheme #367

Closed jaredfholgate closed 10 months ago

jaredfholgate commented 10 months ago

This PR fixes an issue with handling legacy authorization schemes. It seems the casing changed at some point, so older service connections could be lower case, but new ones are pascal case.