Azure / magic-module-specs

The magic module resource definitions for Azure.
MIT License
3 stars 9 forks source link

List newly added/modified resources with shell script #95

Closed houkms closed 5 years ago

houkms commented 5 years ago

80 was closed due to a mistake. This PR is opened to detect the newly added or modified resources with shell script. It supports finding resource directories recursively in the specs/ directory, and also validates the directory by checking the api.yaml, ansible.yaml and terraform.yaml files.

@JunyiYi @metacpp Please have a review.