From fd5f550d4d7ceb3a53c7eec519d58dff1041b81e Mon Sep 17 00:00:00 2001 From: Nalu Tripician Date: Tue, 2 Apr 2024 10:13:39 -0700 Subject: [PATCH] added space --- Microsoft.Azure.Cosmos/src/Regions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Microsoft.Azure.Cosmos/src/Regions.cs b/Microsoft.Azure.Cosmos/src/Regions.cs index b8bfdf5155..28a54b5def 100644 --- a/Microsoft.Azure.Cosmos/src/Regions.cs +++ b/Microsoft.Azure.Cosmos/src/Regions.cs @@ -378,11 +378,11 @@ public static class Regions /// /// Name of the Azure Taiwan North region in the Azure Cosmos DB service. /// - public const string TaiwanNorth = "TaiwanNorth"; + public const string TaiwanNorth = "Taiwan North"; /// /// Name of the Azure Taiwan Northwest region in the Azure Cosmos DB service. /// - public const string TaiwanNorthwest = "TaiwanNorthwest"; + public const string TaiwanNorthwest = "Taiwan Northwest"; } }