diff --git a/DSC/dsc.py b/DSC/dsc.py index 9e02d1f2e..0b4af94c7 100644 --- a/DSC/dsc.py +++ b/DSC/dsc.py @@ -63,7 +63,7 @@ package_pattern = '(\d+).(\d+).(\d+).(\d+)' nodeid_path = '/etc/opt/omi/conf/dsc/agentid' date_time_format = "%Y-%m-%dT%H:%M:%SZ" -extension_handler_version = "3.0.0.0" +extension_handler_version = "3.0.0.1" python_command = 'python3' if sys.version_info >= (3,0) else 'python' dsc_script_path = '/opt/microsoft/dsc/Scripts/python3' if sys.version_info >= (3,0) else '/opt/microsoft/dsc/Scripts' space_string = " "