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

Support for data plane API.

Open tarrygo opened this issue 8 years ago • 1 comments

We want to support explore functionality over a datalake account, wherein the user can go through the folders and files present in a particular datalake account. To support this, we are using azure_mgmt_datalake_store 0.5.0 version gem which is quite old. However, in the latest gem, we see that the support for FileSystem operations have been removed from version 0.6.0 onwards. The Apis that we use are:

http://www.rubydoc.info/gems/azure_mgmt_datalake_store/0.5.0/Azure/ARM/DataLakeStore/FileSystem/FileSystem#list_file_status-instance_method

http://www.rubydoc.info/gems/azure_mgmt_datalake_store/0.5.0/Azure/ARM/DataLakeStore/Account/Account#list-instance_method

tarrygo avatar Oct 16 '17 07:10 tarrygo

Thanks for submitting this request.

  • The first API is coming from https://github.com/Azure/azure-rest-api-specs/blob/current/specification/datalake-store/data-plane/Microsoft.DataLakeStore/2016-11-01/filesystem.json#L446 -> we're currently focused on Resource Management, since this API is part of data plane we haven't shipped it in later gems, not sure yet on ETA on this.
  • For the second one, should be available in the latest gem, see https://github.com/Azure/azure-sdk-for-ruby/blob/master/management/azure_mgmt_datalake_store/lib/2016-11-01/generated/azure_mgmt_datalake_store/account.rb#L501

FYI - @kirthik , @salameer , @ro-joowan

veronicagg avatar Oct 20 '17 21:10 veronicagg

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