How to filter Virtual Machines with a wildcard in Azure SDK
I am working with Azure SDK in Node.js and I want to get Virtual Machines by their prefix because I do not have their complete name.
I tried to use the wildcard but it is not working.
In the arm-resources.d.ts
file that contains the types of the @azure/arm-resources
they specified that I can use the function substringof but it seems it does not work with tags