azure-sdk-for-ruby icon indicating copy to clipboard operation
azure-sdk-for-ruby copied to clipboard

no `#disks` method in Compute API V2018_06_01

Open akostadinov opened this issue 7 years ago • 2 comments

In V2018_04_01 the #disks method exists and allows management or managed disks. In V2018_06_01 such method is missing and I can't figure out a way to delete/list/whaterver the managed disks.

akostadinov avatar Aug 31 '18 18:08 akostadinov

@akostadinov The Disks method is not available in 2018_06_01 version. This is available in the 2018_04_01 version. We have introduced multiple versions within the SDK to support such features. Would that be a problem for your usecase?

sarangan12 avatar Sep 10 '18 21:09 sarangan12

I basically expect that the latest API version would have all the features and provide most recommended approach to work with the possible resource types. I'm presently using the older API version so I guess I don't care unless it becomes deprecated or I need to use newer version because of some other changes/fixes.

It will be IMO ugly to mix different API versions in same program. Also it is appears to me scary to pass objects obtained through one API version to calls against another API version.

I'm sorry if it sounds judgmental but such changes/bugs between API versions as well suggestion to mix API versions in same program, as a user, makes me think the service API is unstable and not well thought out.

akostadinov avatar Sep 11 '18 12:09 akostadinov

Thank you for your interest in Azure SDKs. As detailed in this retirement announcement, this repo is no longer supported as of December 31st 2021. Please find the up-to-date list of languages and services supported with Azure SDKs here: https://aka.ms/azsdk

kurtzeborn avatar Jan 11 '23 03:01 kurtzeborn