Skip to content

Commit

Permalink
Disabling ASA extension for AzSecPack
Browse files Browse the repository at this point in the history
  • Loading branch information
Suresh Thelkar committed Mar 19, 2024
1 parent 1097f52 commit b0a290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/vm_extensions/azsecpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def verify_azsecpack(self, node: Node, log: Logger, result: TestResult) -> None:
# Install agent extension
try:
self._install_monitor_agent_extension(node)
self._install_security_agent_extension(node, log)
# self._install_security_agent_extension(node, log)
except HttpResponseError as identifier:
if any(
s in str(identifier)
Expand Down

0 comments on commit b0a290e

Please sign in to comment.