src/extension/src/TelemetryWriter.py [187:193]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        cmd = "sudo waagent --version"
        code, out = self.env_layer.run_command_output(cmd, False, False)
        if code == 0:
            ''' Command success, so the agent is installed and should return version info:
                WALinuxAgent-2.2.49.2 running on sles 15.3
                Python: 3.6.13
                Goal state agent: 2.6.0.2 '''
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/extension/src/TelemetryWriter.py [203:209]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        cmd = "sudo waagent --version"
        code, out = self.env_layer.run_command_output(cmd, False, False)
        if code == 0:
            ''' Command success, so the agent is installed and should return version info:
                WALinuxAgent-2.2.49.2 running on sles 15.3
                Python: 3.6.13
                Goal state agent: 2.6.0.2 '''
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



