Skip to content

Commit

Permalink
Merge branch 'develop' into firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta authored Oct 8, 2024
2 parents 5ad9e8f + 7de5122 commit 3f7030e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def run(self):
def get_ignore_error_rules(self) -> List[Dict[str, Any]]:
return [
{'message': 'Disabling guest agent in accordance with ovf-env.xml'},
{'message': 'Disabling the guest agent by sleeping forever; to re-enable, remove /var/lib/waagent/disable_agent and restart'}
{'message': 'Disabling the guest agent by sleeping forever; to re-enable, remove /var/lib/waagent/disable_agent and restart'},
{'message': "To enable VM extensions, also ensure that the VM's osProfile.allowExtensionOperations property is set to true."}
]


Expand Down

0 comments on commit 3f7030e

Please sign in to comment.