When we uninstall azure-chef-extension the chef-client remains installed on VM as an default behaviour. And when we try to run chef-client it throws following error
azure@vj-linux-vm8:~$ chef-client
[2019-02-22T09:05:59+00:00] FATAL: Configuration error LoadError: cannot load such file -- chef/azure/chefhandlers/start_handler
[2019-02-22T09:05:59+00:00] FATAL: /etc/chef/client.rb:13:in `from_string'
[2019-02-22T09:05:59+00:00] FATAL: Aborting due to error in '/etc/chef/client.rb'
Expected Behaviour
chef-client command should run without any error.