microsoft / sqltoolsservice

SQL Tools API service that provides SQL Server data management capabilities.
Other
431 stars 144 forks source link

Update service connection to fix pipelines #2343

Closed kisantia closed 3 months ago

kisantia commented 3 months ago

The old service connection was deleted yesterday, which caused the pipelines to start failing when trying to access AKV. I created a new one called "STS Pipelines" that should fix this.

kisantia commented 3 months ago

Just to understand, why was the service connection removed?

There was some cleanup of resources that happened over the last couple days, and from the names, it wasn't obvious what the app in Azure corresponding to the previous service connection was for, so the team decided to delete it and see what broke. And this was one of the things that broke :)