fix: expand supported-regions allowlist to match official list - #317
Open
Yutaro Sugai (hokkai7go) wants to merge 1 commit into
Open
fix: expand supported-regions allowlist to match official list#317Yutaro Sugai (hokkai7go) wants to merge 1 commit into
Yutaro Sugai (hokkai7go) wants to merge 1 commit into
Conversation
The Bicep/Terraform/clone-agent.sh region allowlists only listed 4 regions (swedencentral, uksouth, eastus2, australiaeast), but Azure SRE Agent now supports 18 regions per the official reference. This blocked deployments to any of the other 14 regions, including japaneast. Fixes microsoft#247 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bicep/main.bicep,terraform/variables.tf, andbin/clone-agent.shonly listed 4 regions (swedencentral,uksouth,eastus2,australiaeast), blocking deployments to the other 14 regions Azure SRE Agent now supports.australiaeast,canadacentral,centralus,eastasia,eastus2,francecentral,italynorth,japaneast,koreacentral,northcentralus,southafricanorth,southeastasia,spaincentral,swedencentral,uksouth,westcentralus,westus2,westus3.docs/GETTING-STARTED.md's supported-regions list to match, and updatedCHANGELOG.md/VERSION(1.0.0 → 1.0.1) per the contribution guidelines.Fixes #247.
Test plan
az bicep build --file bicep/main.bicepsucceedsterraform validatesucceeds interraform/bash -n bin/clone-agent.shsucceedslocation=japaneastend-to-end against this change — deployment succeeded🤖 Generated with Claude Code