Emmanuel LESNE
Emmanuel LESNE
##### SUMMARY Microsoft as writen modules for API Management in labs. It is possible to integrate them ? ##### ISSUE TYPE - Add API Management modules ##### COMPONENT NAME components:...
I use a pipeline declaration to modify an operation ``` - task: apimoperationpolicies@5 displayName: 'listGammes' inputs: ConnectedServiceNameARM: 'xxx' ResourceGroupName: '$(APIM.resourceGroupName)' ApiPortalName: '$(APIM.portalName)' ApiName: '$(ApiKey)$(ApiVersion)' OperationName: 'listGammes' CurrentRevision: true MicrosoftApiManagementAPIVersion: '$(MicrosoftApiVersion)'...