From 2b189502bf7fc1a2a71a3a95ed679c2c1b73eeda Mon Sep 17 00:00:00 2001 From: Leo Lorenzo Luis Date: Sat, 29 Jun 2019 21:10:24 -0400 Subject: [PATCH 1/5] Update config.json --- aml_config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aml_config/config.json b/aml_config/config.json index 7105ecf7..5e35e851 100644 --- a/aml_config/config.json +++ b/aml_config/config.json @@ -2,5 +2,5 @@ "subscription_id": "<>", "resource_group": "DevOps_AzureML_Demo", "workspace_name": "AzureML_Demo_ws", - "location": "southcentralus" + "location": "eastus" } From 651c11614efb7aa5921c794e0de09ccd72feee52 Mon Sep 17 00:00:00 2001 From: Leo Lorenzo Luis Date: Mon, 1 Jul 2019 22:34:08 -0400 Subject: [PATCH 2/5] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 21071075..acd49e37 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - MIT License + MIT License Trigger pipeline Copyright (c) Microsoft Corporation. All rights reserved. From 9d3a5ad91a19d11442325cb17d9a58c43d93398f Mon Sep 17 00:00:00 2001 From: Leo Lorenzo Luis Date: Mon, 1 Jul 2019 22:35:02 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29ebd646..c5d365bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MLOps with Azure ML -[![Build Status](https://dev.azure.com/customai/DevopsForAI-AML/_apis/build/status/Microsoft.MLOpsPython?branchName=master)](https://dev.azure.com/customai/DevopsForAI-AML/_build/latest?definitionId=25&branchName=master) +[![Build Status](https://dev.azure.com/luisleo/MachineOps/_apis/build/status/leolorenzoluis.MLOpsPython?branchName=master)](https://dev.azure.com/luisleo/MachineOps/_apis/build/status/leolorenzoluis.MLOpsPython?branchName=master) ### Author: Praneet Solanki | Richin Jain From bb2a88d7e7b744c9da7ae8db065a118ee6182ddc Mon Sep 17 00:00:00 2001 From: Leo Lorenzo Luis Date: Mon, 1 Jul 2019 22:47:14 -0400 Subject: [PATCH 4/5] Update train.py --- code/training/train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/training/train.py b/code/training/train.py index d94e0855..bc1c5abb 100644 --- a/code/training/train.py +++ b/code/training/train.py @@ -1,7 +1,7 @@ """ Copyright (C) Microsoft Corporation. All rights reserved.​ ​ -Microsoft Corporation (“Microsoft”) grants you a nonexclusive, perpetual, +Trigger build Microsoft Corporation (“Microsoft”) grants you a nonexclusive, perpetual, royalty-free right to use, copy, and modify the software code provided by us ("Software Code"). You may not sublicense the Software Code or any use of it (except to your affiliates and to vendors to perform work on your behalf) @@ -115,4 +115,4 @@ with open(output_path, "w") as outfile: json.dump(run_id, outfile) -run.complete() \ No newline at end of file +run.complete() From 156f615dbe89a44d143a613d8e610e58e2812696 Mon Sep 17 00:00:00 2001 From: Leo Lorenzo Luis Date: Mon, 1 Jul 2019 22:47:56 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5d365bf..25523b41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MLOps with Azure ML +# MLOps with Azure ML test [![Build Status](https://dev.azure.com/luisleo/MachineOps/_apis/build/status/leolorenzoluis.MLOpsPython?branchName=master)](https://dev.azure.com/luisleo/MachineOps/_apis/build/status/leolorenzoluis.MLOpsPython?branchName=master)