DnsManagementClient.__init__() takes from 3 to 4 positional arguments but 5 were given

Thanks @MikeMcQ and @jvanasco !

So, while I wait this PR to be merged - Hardcode azure-mgmt-dns version to 8.2.0 by carnerito · Pull Request #58 · terricain/certbot-dns-azure · GitHub, Could this be a safer option to use with - ?

  • name: Install Certbot and Certbot Plugins
    run: |
    sudo -H pip install certbot certbot-dns-azure azure-mgmt-dns==8.2.0
    shell: bash

Could you please suggest?

1 Like