Skip to content

fix: expand supported-regions allowlist to match official list - #317

Open
Yutaro Sugai (hokkai7go) wants to merge 1 commit into
microsoft:mainfrom
hokkai7go:fix/expand-supported-regions
Open

fix: expand supported-regions allowlist to match official list#317
Yutaro Sugai (hokkai7go) wants to merge 1 commit into
microsoft:mainfrom
hokkai7go:fix/expand-supported-regions

Conversation

@hokkai7go

Copy link
Copy Markdown

Summary

  • The region allowlist in bicep/main.bicep, terraform/variables.tf, and bin/clone-agent.sh only listed 4 regions (swedencentral, uksouth, eastus2, australiaeast), blocking deployments to the other 14 regions Azure SRE Agent now supports.
  • Expanded the allowlist to the current 18 regions per the official supported-regions reference (as of 2026-08-19): australiaeast, canadacentral, centralus, eastasia, eastus2, francecentral, italynorth, japaneast, koreacentral, northcentralus, southafricanorth, southeastasia, spaincentral, swedencentral, uksouth, westcentralus, westus2, westus3.
  • Updated docs/GETTING-STARTED.md's supported-regions list to match, and updated CHANGELOG.md / VERSION (1.0.0 → 1.0.1) per the contribution guidelines.

Fixes #247.

Test plan

  • az bicep build --file bicep/main.bicep succeeds
  • terraform validate succeeds in terraform/
  • bash -n bin/clone-agent.sh succeeds
  • Deployed a minimal-recipe agent with location=japaneast end-to-end against this change — deployment succeeded

🤖 Generated with Claude Code

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>
@hokkai7go

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New region request: Japan East (japaneast)

1 participant