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

Region Availability: Adds Poland Central Region For Public Usage. #3656

Merged
merged 1 commit into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ClientOfficialVersion>3.31.2</ClientOfficialVersion>
<ClientPreviewVersion>3.31.2</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
<DirectVersion>3.30.0</DirectVersion>
<DirectVersion>3.30.1</DirectVersion>
<EncryptionOfficialVersion>2.0.0</EncryptionOfficialVersion>
<EncryptionPreviewVersion>2.0.0</EncryptionPreviewVersion>
<EncryptionPreviewSuffixVersion>preview</EncryptionPreviewSuffixVersion>
Expand Down
5 changes: 5 additions & 0 deletions Microsoft.Azure.Cosmos/src/Regions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -344,5 +344,10 @@ public static class Regions
/// Name of the Azure China East 3 region in the Azure Cosmos DB service.
/// </summary>
public const string ChinaEast3 = "China East 3";

/// <summary>
/// Name of the Azure Poland Central region in the Azure Cosmos DB service.
/// </summary>
public const string PolandCentral = "Poland Central";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6570,6 +6570,11 @@
"Attributes": [],
"MethodInfo": "System.String NorwayWest;IsInitOnly:False;IsStatic:True;"
},
"System.String PolandCentral": {
"Type": "Field",
"Attributes": [],
"MethodInfo": "System.String PolandCentral;IsInitOnly:False;IsStatic:True;"
},
"System.String QatarCentral": {
"Type": "Field",
"Attributes": [],
Expand Down