From 26468c090b7a01440da875f2a138270f63e152b3 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:48:05 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/api/api.raml | 2 -- api-specs/checkout/types/common.raml | 3 --- api-specs/connect/api.raml | 10 ---------- api-specs/connect/security-schemes/oauth2.raml | 8 -------- api-specs/connect/types/common.raml | 4 ---- api-specs/history/api.raml | 10 ---------- api-specs/import/api.raml | 10 ---------- 7 files changed, 47 deletions(-) diff --git a/api-specs/api/api.raml b/api-specs/api/api.raml index 1d220aead..163b1b1f6 100644 --- a/api-specs/api/api.raml +++ b/api-specs/api/api.raml @@ -15,8 +15,6 @@ baseUriParameters: - europe-west1.gcp - eu-central-1.aws - australia-southeast1.gcp - - eastus.azure - - germanywestcentral.azure description: | [Region](/../api/general-concepts#hosts) in which the Project is hosted. version: v1 diff --git a/api-specs/checkout/types/common.raml b/api-specs/checkout/types/common.raml index ed902a11e..a374fade7 100644 --- a/api-specs/checkout/types/common.raml +++ b/api-specs/checkout/types/common.raml @@ -14,7 +14,6 @@ types: - europe-west1.gcp - us-central1.gcp - australia-southeast1.gcp - - eastus.azure (annotations.enumDescriptions): europe-west1.gcp: | for Europe (Google Cloud, Belgium) @@ -22,8 +21,6 @@ types: for North America (Google Cloud, Iowa) australia-southeast1.gcp: | for Australia (Google Cloud, Sydney) - eastus.azure: | - for North America (Azure, Virginia) Amount: description: | diff --git a/api-specs/connect/api.raml b/api-specs/connect/api.raml index f9dd45729..993737924 100644 --- a/api-specs/connect/api.raml +++ b/api-specs/connect/api.raml @@ -17,8 +17,6 @@ baseUriParameters: - europe-west1.gcp - us-central1.gcp - australia-southeast1.gcp - - eastus.azure - - germanywestcentral.azure description: | [Region](hosts-and-authorization#hosts) in which the Project is hosted. (annotations.serviceRegions): @@ -34,14 +32,6 @@ baseUriParameters: region: australia-southeast1 provider: gcp name: Australia (Google Cloud, Sydney) - - uri: https://connect.eastus.azure.commercetools.com - 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 d367376f4..66ac3f13c 100644 --- a/api-specs/connect/security-schemes/oauth2.raml +++ b/api-specs/connect/security-schemes/oauth2.raml @@ -39,14 +39,6 @@ settings: region: australia-southeast1 provider: gcp name: Australia (Google Cloud, Sydney) - - uri: https://auth.eastus.azure.commercetools.com - 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 4a0a9556b..0a1397332 100644 --- a/api-specs/connect/types/common.raml +++ b/api-specs/connect/types/common.raml @@ -430,14 +430,10 @@ types: - europe-west1.gcp - 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. diff --git a/api-specs/history/api.raml b/api-specs/history/api.raml index 7e9eceb50..ffa92a0cc 100644 --- a/api-specs/history/api.raml +++ b/api-specs/history/api.raml @@ -59,8 +59,6 @@ baseUri: https://history.europe-west1.gcp.commercetools.com - australia-southeast1.gcp - eu-central-1.aws - us-east-2.aws - - eastus.azure - - germanywestcentral.azure description: | The [Region](#hosts) in which the project is hosted. (serviceRegions): @@ -84,14 +82,6 @@ baseUri: https://history.europe-west1.gcp.commercetools.com region: us-east-2 provider: aws name: North America (AWS, Ohio) - - uri: https://history.eastus.azure.commercetools.com - region: eastus - provider: azure - name: North America (Azure, Virginia) - - uri: https://history.germanywestcentral.azure.commercetools.com - region: germanywestcentral - provider: azure - name: Europe (Azure, Frankfurt) securitySchemes: oauth_2_0: !include oauth2.raml securedBy: [oauth_2_0] diff --git a/api-specs/import/api.raml b/api-specs/import/api.raml index f334bf138..f3286118f 100644 --- a/api-specs/import/api.raml +++ b/api-specs/import/api.raml @@ -16,8 +16,6 @@ baseUri: https://import.europe-west1.gcp.commercetools.com - australia-southeast1 - us-east-2.aws - eu-central-1.aws - - eastus.azure - - germanywestcentral.azure description: | The [Region](/import-export/hosts-and-authorization#hosts) in which the Project is hosted. (annotations.serviceRegions): @@ -41,14 +39,6 @@ baseUri: https://import.europe-west1.gcp.commercetools.com region: eu-central-1 provider: aws name: Europe (AWS, Frankfurt) - - uri: https://import.eastus.azure.commercetools.com - region: eastus - provider: azure - name: North America (Azure, Virginia) - - uri: https://import.germanywestcentral.azure.commercetools.com - region: germanywestcentral - provider: azure - name: Europe (Azure, Frankfurt) uses: annotations: annotationTypes/annotations.raml postman: annotationTypes/postman.raml