MLogdberg / APIManagementARMTemplateCreator

Azure API Management Template Extractor, extracts ARM templates for your API's to be used in the CI/CD process.
MIT License
45 stars 43 forks source link

Fix null checks for backends #101

Closed chrismansfield closed 3 years ago

chrismansfield commented 3 years ago

Resolves the NullReferenceException thrown when using custom backends.

This DOES NOT actually handle custom url backends, they will be ignored.

MLogdberg commented 3 years ago

closing this and adding it into #102 needed to add support for non azure resource backends aswell. Reffering issue: #100