cli-microsoft365
cli-microsoft365 copied to clipboard
Refactor BaseCommand for `flow export`
Change the base command for flow export from AzmgmtCommand to PowerPlatformCommand.
Here we can change all https://api.bap.microsoft.com resource occurrences to this.resource. Also vice-versa, changing the current this.resource to https://management.azure.com/.
Initial request: https://github.com/pnp/cli-microsoft365/pull/3397#discussion_r897876014
Great suggestion. Before we proceed, let's research that it won't lead to breaking changes.
Can I work on this?
Certainly!
Tested it, it doesn't lead to breaking changes 😉