Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
111 stars 76 forks source link

[Feature] Add module name in the breaking change message #1241

Open dolauli opened 9 months ago

dolauli commented 9 months ago

Let's say we add a breaking message that will take effect in Az.Aks '6.0.0'.

We will generate the message like.

The change is expected to take effect from version : '6.0.0'

And we should include the module name as below.

The change is expected to take effect in Az.Aks version : '6.0.0'

We could support it during the code generation instead of runtime. One thing need to highlight is for hybrid module, we should use root module name as the module name.