Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* initial commit - adding new resource dns resource record set * ignore_read set for managed_zone as API not returning it * import_format and update_verb added * handwritten test cases added * handwritten test cases added, supressdiff func added * fixed value attribute 'kind' removed from schema * test name modified per PR comments * legacy name attribute added * removed extra line * cleaned up the entries made on other resource accidentally * excluded resource for inspec * old handwritten resource removed from provider, test cases updated as per new resources, examples updated and duplicate tests deleted * removed commented line * test case inputs reverted to old upper case values as per PR comments * suppress diff function modified to handle different cases, deleted old resource file and encoder * attribute eliminated as its not required in API request * indent corrected * beta only unit test case added and file extension changed * input flags added to the fields * resource_record_set resource added to GA as API supports it now * removed the generated resource entries added while added during merge conflict * excluded the resource for Ansible * Import steps added to tests as per PR comments Signed-off-by: Modular Magician <[email protected]>
- Loading branch information