Skip to content

Commit

Permalink
core-management, add Region.SWEDEN_CENTRAL (#25813)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Dec 9, 2021
1 parent d856222 commit b6b9101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/core/azure-core-management/CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

### Features Added

- Supported new Azure region `Region.SWEDEN_CENTRAL`.

### Breaking Changes

### Bugs Fixed
Expand Down
Expand Up @@ -104,6 +104,10 @@ public final class Region {
* Switzerland North (Europe) (recommended)
*/
public static final Region SWITZERLAND_NORTH = new Region("switzerlandnorth", "Switzerland North");
/**
* Sweden Central (Europe) (recommended)
*/
public static final Region SWEDEN_CENTRAL = new Region("swedencentral", "Sweden Central");
/**
* France South (Europe)
*/
Expand Down

0 comments on commit b6b9101

Please sign in to comment.