Skip to content

Commit 5998d76

Browse files
Updating endpoints.json file.
1 parent ebb1fed commit 5998d76

File tree

5 files changed

+577
-197
lines changed

5 files changed

+577
-197
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
{
3+
"services" : null,
4+
"core" : {
5+
"updateMinimum" : true,
6+
"backwardIncompatibilitiesToIgnore" : [
7+
],
8+
"type" : "Patch",
9+
"changeLogMessages" : [
10+
"Updating endpoints.json file."
11+
]
12+
},
13+
"overrideVersion" : null
14+
}

sdk/src/Core/RegionEndpoint/RegionEndpoint.generated.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,10 @@ public partial class RegionEndpoint
242242
/// </summary>
243243
public static readonly RegionEndpoint USIsofSouth1 = GetEndpoint("us-isof-south-1", "US ISOF SOUTH");
244244

245+
/// <summary>
246+
/// The EU (Germany) endpoint.
247+
/// </summary>
248+
public static readonly RegionEndpoint EUSCDeEast1 = GetEndpoint("eusc-de-east-1", "EU (Germany)");
249+
245250
}
246251
}

0 commit comments

Comments
 (0)