Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 97 forks source link

[Java] [FEATURE REQ] Onboarding StorageSync SDK support into FluentSDK Java #700

Open ankushbindlish2 opened 5 years ago

ankushbindlish2 commented 5 years ago

Is your feature request related to a problem? Please describe. We are looking for 1 sdk to create an E2E Azure resources. Our RP is already supported in StorageSync SDK [https://github.com/Azure/azure-sdk-for-net/tree/master/src/SDKs/StorageSync] Azure Resource Provider : Microsoft.StorageSync , GA

Describe the solution you'd like Add StorageSync SDK onto Fluent pattern

Describe alternatives you've considered We have workaround to use Fluent for creating other resources like ResourceGroup/StorageAccount and our dedicated StorageSync SDK for creating StorageSync resources.

Additional context Register Server is a special workflow which cannot be ran via SDK but only on server via Cmdlet.

Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

ankushbindlish2 commented 5 years ago
ankushbindlish2 commented 5 years ago

We already have SDK generated for Java