From 3fb23763ba7109a8fd1456eefc313ff76ff03a29 Mon Sep 17 00:00:00 2001
From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com>
Date: Wed, 13 Nov 2024 11:55:40 +0000
Subject: [PATCH] Updated API from documentation release

---
 api-specs/connect/api.raml                     | 5 +++++
 api-specs/connect/security-schemes/oauth2.raml | 4 ++++
 api-specs/connect/types/common.raml            | 2 ++
 3 files changed, 11 insertions(+)

diff --git a/api-specs/connect/api.raml b/api-specs/connect/api.raml
index 7d8eedf84..f9dd45729 100644
--- a/api-specs/connect/api.raml
+++ b/api-specs/connect/api.raml
@@ -18,6 +18,7 @@ baseUriParameters:
       - us-central1.gcp
       - australia-southeast1.gcp
       - eastus.azure
+      - germanywestcentral.azure
     description: |
       [Region](hosts-and-authorization#hosts) in which the Project is hosted.
 (annotations.serviceRegions):
@@ -37,6 +38,10 @@ baseUriParameters:
     region: eastus
     provider: azure
     name: North America (Azure, Virginia)
+  - uri: https://connect.germanywestcentral.azure.commercetools.com
+    region: germanywestcentral
+    provider: azure
+    name: Europe (Azure, Frankfurt)
 
 types: !include types/types.raml
 
diff --git a/api-specs/connect/security-schemes/oauth2.raml b/api-specs/connect/security-schemes/oauth2.raml
index eca510b7d..d367376f4 100644
--- a/api-specs/connect/security-schemes/oauth2.raml
+++ b/api-specs/connect/security-schemes/oauth2.raml
@@ -43,6 +43,10 @@ settings:
       region: eastus
       provider: azure
       name: North America (Azure, Virginia)
+    - uri: https://auth.germanywestcentral.azure.commercetools.com
+      region: germanywestcentral
+      provider: azure
+      name: Europe (Azure, Frankfurt)
   scopes:
     - 'manage_project:{projectKey}'
     - 'view_connectors:{projectKey}'
diff --git a/api-specs/connect/types/common.raml b/api-specs/connect/types/common.raml
index 8a2b3b424..4a0a9556b 100644
--- a/api-specs/connect/types/common.raml
+++ b/api-specs/connect/types/common.raml
@@ -431,11 +431,13 @@ types:
       - us-central1.gcp
       - australia-southeast1.gcp
       - eastus.azure
+      - germanywestcentral.azure
     (annotations.enumDescriptions):
       europe-west1.gcp: Europe (Google Cloud, Belgium)
       us-central1.gcp: North America (Google Cloud, Iowa)
       australia-southeast1.gcp: Australia (Google Cloud, Sydney)
       eastus.azure: North America (Azure, Virginia)
+      germanywestcentral.azure: Europe (Azure, Frankfurt)
   IntegrationType:
     description: |
       Integration type of the Connector.