using the sdk for creating vnets and subnets in azure, and when adding a new route table entry, the new route table entry removed all existsing routes and added the new route to the route table.
The expected behavior would be to add another entry to the route table, rather than replace the route table contents with a single entry.
using the sdk for creating vnets and subnets in azure, and when adding a new route table entry, the new route table entry removed all existsing routes and added the new route to the route table.
The expected behavior would be to add another entry to the route table, rather than replace the route table contents with a single entry.
here is the sample code...