diff --git a/how-to-use-azureml/training/manage-runs/hello.py b/how-to-use-azureml/training/manage-runs/hello.py deleted file mode 100644 index 69b75432..00000000 --- a/how-to-use-azureml/training/manage-runs/hello.py +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright (c) Microsoft. All rights reserved. -# Licensed under the MIT license. - -from azureml.core import Run - -submitted_run = Run.get_context() -submitted_run.log(name="message", value="Hello from run!")