microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
52 stars 28 forks source link

Make Azure resource provider mockable #650

Closed alexweininger closed 1 year ago

alexweininger commented 1 year ago

Splitting out changes from #563 to make that PR smaller.

These changes make it so the default Azure resource provider uses an AzureResourcesService for actually listing the resources. This way the underlying AzureResourcesService can be changed out for testing with a service that returns mock resources.