Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.35k stars 1.99k forks source link

Simplify ActiveDirectorySetting experience for AzureStackUser #21503

Closed abbhar closed 8 months ago

abbhar commented 3 years ago

Is your feature request related to a problem? Please describe.

To use SDK against azurestack environment, customer has to figure out different active directory properties, See getActiveDirectorySettings method here:

https://github.com/abbhar/azure-stack-java-samples/blob/d3a9015bf5e53eed13daaec9c17340ad6f248e44/samples/src/main/java/com/azure/resourcemanager/hybrid/samples/ManageVirtualMachine.java#L174

Based on the customer feedback, we want to remove this pain-point and simplify the experience of using SDK against AZS.

Describe the solution you'd like

We can abstract this from customer and provide an utility which AZS user can use to get these properties.

Describe alternatives you've considered

Additional context

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

weidongxu-microsoft commented 3 years ago

We would first need to decide whether to use existing public cloud SDK for Azure Stack or not.

github-actions[bot] commented 8 months ago

Hi @abbhar, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.