Closed dicolanl closed 1 year ago
You will need to implement an EventListener by yourself. You may refer to here for details of the eventListener used in Azure. Then you will need to implement the partial function CustomInit() defined in generated/generated/Module.cs, in which you will need to assign your EventListener to the property EventListener defined in class Module.
We are using autorest.powershell to generate a module for a non-azure API.
when running a cmdlet with -debug the output seems to be missing:
But if you run it with an azure based cmdlet
you get the request and response.
Does this only work with azure modules? or is there a directive missing?