microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Getting templates based filtered by resource #170

Closed kanika1894 closed 4 years ago

kanika1894 commented 4 years ago

For scenarios such as right click on cluster, the performance can be improved if instead of getting all the templates and then filtering it by resource type, we can get templates based on the resource type itself.

If we already hve a resource selected, we can pass the language and deploy target to get the rquired templates.