You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Let's say we add a breaking message that will take effect in Az.Aks '6.0.0'.
We will generate the message like.
And we should include the module name as below.
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.
The text was updated successfully, but these errors were encountered: