Skip to content
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

[BUG] Add missing regions to AzureLocation #47698

Open
itayfisz opened this issue Jan 2, 2025 · 1 comment
Open

[BUG] Add missing regions to AzureLocation #47698

itayfisz opened this issue Jan 2, 2025 · 1 comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request This issue requires a new behavior in the product in order be resolved. good first issue This issue tracks work that may be a good starting point for a first-time contributor help wanted This issue is tracking work for which community contributions would be welcomed and appreciated
Milestone

Comments

@itayfisz
Copy link

itayfisz commented Jan 2, 2025

Library name and version

Azure.Core v1.44.1

Describe the bug

Please add the following recent Azure regions to AzureLocation:

  • mexicocentral
  • spaincentral

Expected behavior

Have all the Azure locations available in AzureLocation.

Actual behavior

Locations missing.

Reproduction Steps

.

Environment

No response

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jan 2, 2025
@jsquire jsquire added Client This issue points to a problem in the data-plane of the library. Azure.Core feature-request This issue requires a new behavior in the product in order be resolved. and removed question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jan 2, 2025
@github-actions github-actions bot removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 2, 2025
@jsquire jsquire added good first issue This issue tracks work that may be a good starting point for a first-time contributor and removed Client This issue points to a problem in the data-plane of the library. Azure.Core customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request This issue requires a new behavior in the product in order be resolved. labels Jan 2, 2025
@jsquire jsquire added this to the Backlog milestone Jan 2, 2025
@jsquire
Copy link
Member

jsquire commented Jan 2, 2025

Hi @itayfisz. Thanks for reaching out and letting us know about the missing data centers. We'll look at getting those added as part of a future release. In the meantime, please be aware that AzureLocation is an open set and arbitrary locations can be added via the constructor, so you're free to use them today.

For example:

var location = new AzureLocation("mexicocentral");

OR

var location = new AzureLocation("mexicocentral", "Mexico Central");

More information: AzureLocation constructors

@jsquire jsquire added Client This issue points to a problem in the data-plane of the library. Azure.Core customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request This issue requires a new behavior in the product in order be resolved. help wanted This issue is tracking work for which community contributions would be welcomed and appreciated labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. feature-request This issue requires a new behavior in the product in order be resolved. good first issue This issue tracks work that may be a good starting point for a first-time contributor help wanted This issue is tracking work for which community contributions would be welcomed and appreciated
Projects
None yet
Development

No branches or pull requests

2 participants