M4 release on master branch
Major changes
- Upgrade modeler from remodeler(m3) to modelerfour(m4)
- Profiles are not supported since it is not supported in m4
- Except for profiles, the new generator based on m4 is backward compatible
- Since removing profiles is a breaking change, bump the generator version to 3.0.*
How to specify the generator you want to use explicitly
Use m4 generator
autorest --use:@autorest/[email protected]
Use m3 generator
autorest --use:@autorest/[email protected]
Currently, by default the latest m3 generator will be used if '--use' is not provided. And soon, the default one be changed to the latest m4.