VSChina / magic-modules

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

Search example consider foder struct by autorest.cli #87

Closed magodo closed 4 years ago

magodo commented 4 years ago

The folder structure generated by autorest.cli is different than the magic-module-spec folder structure, where autorest.cli has one more subdirectory named after package-YY-MM-DD for each resource, which contains the content otherwise had been placed directly under the resource_dir in magic-module-spec.

We need to support both cases.