-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Request: Provide cloud configuration with endpoint information for various clouds #663
Comments
FYI, @schaabs |
Related: Support for KnownAuthorities names: #1054 |
Related from Cloud Custodian: cloud-custodian/cloud-custodian#5166 |
Related in Python Mgmt plane docs: https://github.com/Azure/azure-sdk-for-python/blob/master/doc/sphinx/multicloud.rst |
Related, msrestazure-for-python has get_cloud_from_metadata_endpoint method: https://github.com/Azure/msrestazure-for-python/blob/master/msrestazure/azure_cloud.py#L229 |
This reverts commit 6e497b1.
Hi @johanste, 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. |
Thank you for contributing to the design guidelines for Azure SDKs. We welcome all discussions and contributions. Since the design guidelines affect the client libraries for all Azure services, we thoroughly discuss and vet any design guideline changes before we incorporate them into the official guidance. This process can take some time, so your patience is appreciated.
The Basics
Different clouds use different endpoints for services as well as for authentication. For customers who want to use non-public Azure, finding all the endpoints is cumbersome.
For an example of one way the problem is addressed, see https://docs.microsoft.com/en-us/cli/azure/manage-clouds-azure-cli?toc=%2Fcli%2Fazure%2Ftoc.json&bc=%2Fcli%2Fazure%2Fbreadcrumb%2Ftoc.json&view=azure-cli-latest
Which design guideline is affected?
Configuration
Which target languages are affected?
All
Describe the change:
Provide a simple name/mechanism for a user to indicate that they want to work with a specific cloud and have client libraries automagically pick up the right endpoints by default.
Reasoning
Please provide any additional detail or reasoning for the request.
The text was updated successfully, but these errors were encountered: