jeffhollan / LogicAppTemplateCreator

Script to convert Logic Apps into templates for deployment
MIT License
143 stars 74 forks source link

Generate templates for integration account schemas #42

Closed lfalck closed 5 years ago

lfalck commented 5 years ago

Hi!

I added a new parameter "ArtifactType" to Get-IntegrationAccountMapTemplate to make it possible to generate templates for Schemas. I made it optional and kept the default as "Maps" to not break existing scripts.

Example:

Get-IntegrationAccountMapTemplate -ArtifactType Schemas

Best regards, Ludvig Falck

lfalck commented 5 years ago

Got feedback from @MLogdberg that it might not be a good idea that the Get-IntegrationAccountMapTemplate cmdlet is used to generate schema templates, so now it is moved to a separate cmdlet 👍

Example:

Get-IntegrationAccountSchemaTemplate -ArtifactName ...