|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
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 | | - |
7 | 5 | # Integrations |
8 | 6 |
|
9 | 7 | * [Amazon API Gateway Integration](#amazon-api-gateway-integration) |
10 | 8 | * [Amazon API Gateway Lambda Integration](#amazon-api-gateway-lambda-integration) |
11 | 9 | * [API Auto Mocking Integration](#api-auto-mocking-integration) |
12 | 10 | * [Apigee Edge Integration](#apigee-edge-integration) |
13 | | -* [Azure API Management Integration](#azure-api-management-integration) |
14 | 11 | * [Azure DevOps Server Integration](#azure-devops-server-integration) |
15 | 12 | * [Azure DevOps Services Integration](#azure-devops-services-integration) |
16 | 13 | * [Bitbucket Cloud Integration](#bitbucket-cloud-integration) |
@@ -76,17 +73,6 @@ Integrations are managed using the `integration` topic. The `create` and `update |
76 | 73 | |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.| |
77 | 74 | |enabled|boolean|no|Enables the integration, if set to `false` the integration will be saved but will not execute. Default value is `true`.| |
78 | 75 |
|
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 | | - |
90 | 76 | ## Azure DevOps Server Integration |
91 | 77 |
|
92 | 78 | **Note:** This integration is available in SwaggerHub On-Premise only. |
|
0 commit comments