Skip to content

Commit a5e0568

Browse files
authored
Remove Azure API Management example (#603)
1 parent 29c3928 commit a5e0568

2 files changed

Lines changed: 0 additions & 21 deletions

File tree

examples/integrations/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
Integrations are managed using the `integration` topic. The `create` and `update` commands take a configuration file for the integration settings. Each integration has a different set of properties that can be configured.
44

5-
**Note for SwaggerHub On-Premise customers:** Most of the `integration` commands require SwaggerHub v. 1.27 or later, except for `integration:create` which can create source control integrations in v. 1.26 as well.
6-
75
# Integrations
86

97
* [Amazon API Gateway Integration](#amazon-api-gateway-integration)
108
* [Amazon API Gateway Lambda Integration](#amazon-api-gateway-lambda-integration)
119
* [API Auto Mocking Integration](#api-auto-mocking-integration)
1210
* [Apigee Edge Integration](#apigee-edge-integration)
13-
* [Azure API Management Integration](#azure-api-management-integration)
1411
* [Azure DevOps Server Integration](#azure-devops-server-integration)
1512
* [Azure DevOps Services Integration](#azure-devops-services-integration)
1613
* [Bitbucket Cloud Integration](#bitbucket-cloud-integration)
@@ -76,17 +73,6 @@ Integrations are managed using the `integration` topic. The `create` and `update
7673
|host|string|no|Apigee Edge Management instance URL. If using an On-Premise deployment, enter the URL to your Edge instance. Default value is `https://api.enterprise.apigee.com/v1` for the cloud version of Apigee Edge.|
7774
|enabled|boolean|no|Enables the integration, if set to `false` the integration will be saved but will not execute. Default value is `true`.|
7875

79-
## Azure API Management Integration
80-
|Property|Type|Required|Description|
81-
|-|-|-|-|
82-
|name|string|yes|Display name of the integration. Must be unique among all integrations configured for the given API version.|
83-
|configType|string|yes|"AZURE_API_MANAGEMENT" is used to create an Azure API Management integration.|
84-
|serviceInstance|string|yes|The name of the Azure API Management service instance as it appears in the "All resources" list in the Azure portal.|
85-
|token|string|yes|A personal access token for the Azure API Management service. Documentation for generating tokens is [here.](https://docs.microsoft.com/en-us/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-authentication)|
86-
|urlSuffix|string|no|API URL suffix in Azure API Management.|
87-
|apiId|string|no|A unique identifier that allows you to connect your definition to an existing API. If left blank, a unique identifier will be added using an extension, x-azure-api-id. This value will be ignored if a value exists in the definition.|
88-
|enabled|boolean|no|Enables the integration, if set to `false` the integration will be saved but will not execute. Default value is `true`.|
89-
9076
## Azure DevOps Server Integration
9177

9278
**Note:** This integration is available in SwaggerHub On-Premise only.

examples/integrations/azure_api_management.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)