Closed bganapa closed 4 years ago
@bganapa Are you sure simply release @azure/arm-storage can replace azure-arm-storage if it can support api-version 2017-10-01? I remember I had a issue of other RP they found the dependency of vscode extension is not the same as @azure/arm- package but the same as azure-arm- package.
@qiaozha @ramya-rao-a Thanks for the response here. @EricJizbaMSFT recently moved to azure-sdk-for-js @azure/arm- package with this PR Having the @azure/arm- package supporting 2017-10-01 is very much needed for us to enable vscode-storage/functions for azurestack . Please also let us know how i could generate locally this package with autorest to unblock us. Appreciate your help here https://github.com/microsoft/vscode-azurestorage/pull/728 https://github.com/microsoft/vscode-azurefunctions/pull/2257
close this issue as there's an email thread following on it.
Is your feature request related to a problem? Please describe. AzureStack Storage RP supports only the api version 2017-10-01. Some of our big customers are asking for vscode storage extension and function extensions support . These extensions are moving to use the nodejs sdk from azuer-sdk-for-js. The earliest @azure/arm-storage package version is 0.1.0 and it is using the api version 2018-07-01. So we are in desperate need of @azure/arm-storage sdk that supports 2017-10-01 api version
Describe the solution you'd like Release a new storage management SDK supporting the api version 2017-10-01, The package could be versioned as 0.0.5
Describe alternatives you've considered Side by side loading of existing azure-arm-storage with the newer SDK. We are running in to issues when we try to side load the older form of SDK with the newer one. This is likely not supported