Describe the bug
I've recently deploy an agent_job_schedule without the enabled property, by default this appears to create a schedule that isn't enabled. I have since updated my Ansible configuration to add "enabled: true" to the agent_job_schedule task but this does not cause the schedule to be changed.
To Reproduce
Create an agent_job and agent_job_schedule
Describe the bug I've recently deploy an agent_job_schedule without the enabled property, by default this appears to create a schedule that isn't enabled. I have since updated my Ansible configuration to add "enabled: true" to the agent_job_schedule task but this does not cause the schedule to be changed.
To Reproduce Create an agent_job and agent_job_schedule
Modify the agent_job_schedule to add the enabled property and set this to true
Ansible returns with no changes:
Expected behavior I would expect Ansible to modify the schedule so it is now enabled.
Versions(please complete the following information):
choco install dbatools --version=2.1.26
)