- Add ability to discard VMs when costing
This can be handy if you want to avoid burstable VMs for example.
Create a file with the below content:
{
"excludedVms": [
"B2ts v2",
"B2ls v2",
"B2s v2",
"B4ls v2",
"B4s v2",
"B8ls v2",
"B8s v2",
"B16ls v2",
"B16s v2",
"B32ls v2",
"B32s v2",
"B2ats v2",
"B2als v2",
"B2as v2",
"B4als v2",
"B4as v2",
"B8als v2",
"B8as v2",
"B16als v2",
"B16as v2",
"B32als v2",
"B32as v2",
"B1s",
"B1ms",
"B2s",
"B2ms",
"B4ms",
"B8ms",
"B12ms",
"B16ms",
"B20ms"
]
}
And then run:
dotnet run --configuration Release -- --input <input-path> --configuration <configuration-path>