jeffhollan / LogicAppTemplateCreator

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

Removing dependency of ARM Client on Get-RGLogicAppsTemplate.ps1 #38

Closed wsilveiranz closed 5 years ago

wsilveiranz commented 5 years ago

Found that ARM Client is not being able to get the AccessToken, so change the script to get the token as the first step.

This prompts the user to only login at the beginning of the script, instead of once per cmdlet call (which happens if we just remove the ARM client, but don't provide an access token).

In order to build on my environment NUGET requested updates on the components - ran all the unit tests and all worked.

Cheers, Wagner.

MLogdberg commented 5 years ago

Thanks Wagner!