VSChina / magic-modules

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

Integrate Azure into GCP's magic-modules #14

Open JunyiYi opened 5 years ago

JunyiYi commented 5 years ago

In this PR, we integrate Azure-specific logic and coding templates into GCP's original magic-modules. We put all azure-specific code in azure folders, and only inject the least amount of code into original files.

We also support running magic-modules side-by-side, by using the --cloud switch. By default we will use GCP templates and logic, so it will not affect any existing magic-modules user code.

metacpp commented 5 years ago

@JunyiYi can you fix the error in the Travis CI ?