From 2817a77b69460f4bb78d85ff45737e878e6cf0f7 Mon Sep 17 00:00:00 2001 From: Jordan Edwards Date: Mon, 24 Sep 2018 13:32:21 -0700 Subject: [PATCH] Create readme.md Creating a readme which outlines the content here for the CLI --- cli/readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cli/readme.md diff --git a/cli/readme.md b/cli/readme.md new file mode 100644 index 00000000..37157bc4 --- /dev/null +++ b/cli/readme.md @@ -0,0 +1,4 @@ +# CLI Example Content +This content can be used in conjunction with our [CLI reference guide.](https://docs.microsoft.com/en-us/azure/machine-learning/service/reference-azure-machine-learning-cli) + +Example content includes training scripts, conda environment files and scoring files.