Several issues in automation job resource
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
1. The type of `parameters` is missing here: https://github.com/Azure/magic-module-specs/blob/master/automationjob/api.yaml#L41. According to the website, we should use `!ruby/object:Api::Azure::SDKTypeDefinition::StringMapObject`.
2. Missing type as well: https://github.com/Azure/magic-module-specs/blob/master/automationjob/api.yaml#L130. We should use `!ruby/object:Api::Type::KeyValuePairs`.
3. Output attribute `id` is missing in `properties`.
4. To control the job (`start`, `stop`, `suspend`), please also include a `job_status` attribute in `properties` just like other Ansible schema did (virtual machine).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.