VSChina / magic-modules

Magic Modules: Automagically generate Google Cloud Platform support for OSS
Apache License 2.0
1 stars 4 forks source link

Support `hide_from_schema` attribute for property #83

Open magodo opened 4 years ago

magodo commented 4 years ago

Currently hide_from_schema is only supported by override, however, in some cases we need to set this on autorest.cli level.

E.g. when there exist a property that only refer to ansible only method. Then we need to skip this property in terraform. Assume autorest.cli tell MM to skip via this property attribute.