I have a SSH service connection created in Azure DevOps. My account has enabled 'New service connections experience' preview feature and able to see new security features for service connections. It appears that we can enable security so that certain YAML pipeline(s) are able to use service connection.However, I do not see similar feature for Classic Editor pipeline.Can I get some suggestions on how I can achieve something similar for Classic Editor?
Example : Below details are under same ADO organization and project with same level of user(user/admin/reader) level access
Service Connection name : test-ssh-connection Classic Editor Pipelines Created: 1) pipeline1 - this can use service connection 2) pipeline2 - we want to restrict service connection so that this pipeline is not able to use service connection.