Getting error: Unable to initialize operation details for swagger based operation - SQL Server Logic App action with on-prem data gateway when deploying with arm template
Hi,
I'm deploying a Standard Logic App with a SQL Server Get Row(V2) Action with ARM templates. I've created an API connection manually then copied the payload when editing the connection and saving and recording network traffic in the Azure Portal. The ARM template Logic App deployment is successful but when I open the workflow in the Azure Portal and click on the Get Row (V2) Action I get the following error.
Operation details errorUnable to initialize operation details for swagger based operation - Get_row_(V2). Error details - No registered resource provider found for location 'rg-cis-dev-we-001' and API version '2018-07-01-preview' for type 'locations/managedApis'. The supported api-versions are '2015-08-01-preview, 2016-06-01, 2018-03-01-preview, 2018-07-01-preview, 2022-09-01-preview'. The supported locations are 'northcentralus, centralus, southcentralus, northeurope, westeurope, eastasia, southeastasia, westus, eastus, eastus2, japanwest, japaneast, brazilsouth, australiaeast, brazilsoutheast, australiasoutheast, southindia, centralindia, westindia, westus2, westus3, jioindiawest, westcentralus, canadacentral, canadaeast, uksouth, ukwest, francecentral, francesouth, koreacentral, koreasouth, southafricawest, southafricanorth, uaecentral, uaenorth, switzerlandnorth, switzerlandwest, norwayeast, norwaywest, germanynorth, germanywestcentral, israelcentral, italynorth, mexicocentral, spaincentral, swedencentral, polandcentral, qatarcentral, newzealandnorth'.
I'm creating an API connection as a separate Linked ARM template resource (with the payload of the recorded network traffic) and also a Logic App ARM linked template with the payload of the recorded network traffic.