Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
111 stars 76 forks source link

Generate base class for a set of variants #1159

Open VeryEarly opened 1 year ago

VeryEarly commented 1 year ago

Generate base class under 'Custom' for set of variants to inherit (replace PSCmdlet as parent). This allow users to custom parameters or method like 'overrideOnOK' in one place and apply to multiple variants without duplicate code.