jeffhollan / LogicAppTemplateCreator

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

Fixed and added some features #102

Closed Geronius closed 3 years ago

Geronius commented 3 years ago

Updates api versions Added option to Disable Tag Parameters and to Disable FunctionName Parameters Added default authentication value for sql type Added option to skip OauthConnection authorization. Added option to use the ServiceBusDisplayName in parametername

MLogdberg commented 3 years ago

Nice update, a question I have though on the skip sharepoint, is that due to Oauth authentication? And should we try to get all connectors that is of Oauth to be skipped?

Geronius commented 3 years ago

Nice update, a question I have though on the skip sharepoint, is that due to Oauth authentication? And should we try to get all connectors that is of Oauth to be skipped?

Yes that's a nice Idea. I will try to implement it.

I'll be back :)

Geronius commented 3 years ago

@MLogdberg I made a change so all connections with a token:TenantId are skipped if SkipOauthConnectionAuthorization is set to true. I think there is no other way to determine this is a Oauth connection or do you have an other suggestion?