Skip to content

Commit

Permalink
Region Availability: Adds Poland Central Region For Public Usage (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
kundadebdatta authored Jan 17, 2023
1 parent b3cf7df commit 4b77519
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
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

0 comments on commit 4b77519

Please sign in to comment.