APIManagementARMTemplateCreator icon indicating copy to clipboard operation
APIManagementARMTemplateCreator copied to clipboard

Azure API Management Template Extractor, extracts ARM templates for your API's to be used in the CI/CD process.

Results 13 APIManagementARMTemplateCreator issues
Sort by recently updated
recently updated
newest added

Array values in examples.default.value were not escaped which caused deployment issues.

I think it time to make the next step and upgrade the solution to dotnet 8. We already past dotnet framework for al long time now. To use this, powershell...

The latest version 1.4.200 of APIManagementTemplate results in an error when imported in Powershell 5. Information: ``` PS C:\WINDOWS\system32> $PSVersionTable Name Value ---- ----- PSVersion 5.1.22621.1778 PSEdition Desktop PSCompatibleVersions {1.0,...

Aggregation exception thrown, se following exceptions for more information Exception: Object reference not set to an instance of an object. at APIManagementTemplate.Models.DeploymentTemplate.AddAPIManagementInstance(JObject restObject) at APIManagementTemplate.TemplateGenerator.d__26.MoveNext()

When executing Get-APIManagementTemplate I get Could not load type 'System.Security.Cryptography.SHA256Cng' from assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' I load the modules like this: foreach($requiredModule in @("APIManagementTemplate","Az") ){ if(! $(Get-InstalledModule $requiredModule)){ Write-host...

@MLogdberg Is there any way, we can extract specific operation from APIM ? I can extract either full APIM configuration or till API level which consists of more than one...

When exporting an APIM service the number of "Named Values" are limited to be 100 causing the export to be incorrect. is this possible to fix?

# DependsOn not set When defining a backend and use a named value, that named value is extracted in the template. So far so good. But that backend is not...

I've been using this for months but its been a week that Write-APIManagementTemplates is giving me this error. I thought that it was just intermittent at first but no. Please...

I'm trying to use your tool to extract an API Manger to an ARM template with OpenAPI and swagger templates. Currently what the tool has given me so far is...