JIRA: https://issues.apache.org/jira/browse/JCLOUDS-1170
This fixes removing VM disks on Azure. There was missing query parameter in the API call, which caused increasing storage consumption because the data blobs were not deleted for the removed disks. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/316 -- Commit Summary -- * JCLOUDS-1170 The azurecompute provider should remove disk blobs -- File Changes -- M azurecompute/src/main/java/org/jclouds/azurecompute/features/DiskApi.java (2) M azurecompute/src/test/java/org/jclouds/azurecompute/features/DiskApiMockTest.java (2) -- Patch Links -- https://github.com/jclouds/jclouds-labs/pull/316.patch https://github.com/jclouds/jclouds-labs/pull/316.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/316
