[Cloud] Add Bleu to the Known Clouds list#32856
[Cloud] Add Bleu to the Known Clouds list#32856kloudkrafts wants to merge 3 commits intoAzure:devfrom
Conversation
Added the Bleu Cloud Config (name, endpoints and suffixes) to the hard coded list of known clouds, along with AzureCloud, Azure US Gov Cloud, Azure China and Azure German Gov. The aim is to provide Bleu users the correct configuration out-of-the box with the next Azure CLI version, rather than having to add the config manually.
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
Thank you for your contribution @kloudkrafts! We will review the pull request and get back to you soon. |
kloudkrafts
left a comment
There was a problem hiding this comment.
@microsoft-github-policy-service agree
|
@kloudkrafts please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Related command
az cloud set -n BleuCloud
Description
Added the Bleu Cloud Config (name, endpoints and suffixes) to the hard coded list of known clouds, along with AzureCloud, Azure US Gov Cloud, Azure China and Azure German Gov. The aim is to provide Bleu users the correct configuration out-of-the box with the next Azure CLI version, rather than having to add the config manually.
Testing Guide
This change should be covered by the existing unit tests, namely test_get_known_clouds.
The endpoints and config should appear with "az cloud show -n BleuCloud".
When BleuCloud is set, "az login" should get a successful response.
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.