diff --git a/waagent b/waagent index ea38898..b005191 100644 --- a/waagent +++ b/waagent @@ -4312,7 +4312,7 @@ class ExtensionsConfig(object): if mfile != None: break if mfile == None : - Error('HandlerManifest.json not found.') + #The plugin is already uninstalled. continue manifest = GetFileContents(mfile) p.setAttribute('manifestdata',manifest)