An Azure service that is used to automate, configure, and install updates across hybrid environments.
Welcome to Microsoft Q&A! Thanks for posting the question.
Python 3 runbooks are currently in preview and not supported for source control sync, as also mentioned in the output of sync job.
However, a workaround would be to use the Import-AzAutomationRunbook as part of your devops pipeline, so that the committed runbooks are also imported properly to the automation account.
Please let me know if you have any questions.
---
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.