Daniel, Thanks for sharing your plan, this would be really useful for me as well in fact l I've already implemented the ManagedDiskApi and I'm looking at the ImageApi. The reason we need both is that a vm with managed disks "breaks" captureApi. I've not opened a PR yet because of a broken test in VirtualMachineApiLiveTest but let me know if you want me to do that so that we can pair on this new useful feature or you prefer to start from scratch.
Thanks, Andrea Il 17/mar/2017 22:19, "Dani Estévez" <kaed...@gmail.com> ha scritto: Just letting everyone know i'm working on implementing one of the new Managed Disks REST API for Azure ARM https://docs.microsoft.com/en-us/rest/api/manageddisks/ images/images-rest-api I found that AzureComputeExtensionApiLiveTest.testSpawnNodeFromImage() wasn't working and i discovered that this process can be done much simpler through this new API Managed Disks is a new feature that could be very useful to simplify the ARM provider by removing dependencies and code working with StorageAccount and Blobs. Having this VirtualMachineImageAPI will simplify code and make that test work.