Skip to content

Commit 849bdd8

Browse files
core-management, add Region.CHINA_NORTH3 and CHINA_EAST3 (Azure#28277)
* core mgmt, add new Region.CHINA_NORTH3 * add CHINA_EAST3
1 parent 747be62 commit 849bdd8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

sdk/core/azure-core-management/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Features Added
66

7+
- Added new Azure region `Region.CHINA_NORTH3` and `Region.CHINA_EAST3` for Azure China.
8+
79
### Breaking Changes
810

911
### Bugs Fixed

sdk/core/azure-core-management/src/main/java/com/azure/core/management/Region.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,14 @@ public final class Region {
221221
* China East 2
222222
*/
223223
public static final Region CHINA_EAST2 = new Region("chinaeast2", "China East 2");
224+
/**
225+
* China North 3
226+
*/
227+
public static final Region CHINA_NORTH3 = new Region("chinanorth3", "China North 3");
228+
/**
229+
* China East 3
230+
*/
231+
public static final Region CHINA_EAST3 = new Region("chinaeast3", "China East 3");
224232
/*
225233
* Azure German Cloud
226234
*/

0 commit comments

Comments
 (0)