From 142e9bc49b0202d553f8049ba2ea190593c1934e Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:01:01 -0400 Subject: [PATCH 01/13] typo: GraphParameters -> graphParameters --- .../stable/2017-01-01/examples/getWebService.json | 2 +- .../stable/2017-01-01/examples/patchWebService.json | 2 +- .../stable/2017-01-01/examples/putWebService.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 95274f6d6373..53042573e7b1 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -162,7 +162,7 @@ "TargetNodeId": "node4" } ], - "GraphParameters": {} + "graphParameters": {} }, "exampleRequest": { "inputs": { diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index f39ac13175df..2bc613b9ac8e 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -172,7 +172,7 @@ "TargetNodeId": "node4" } ], - "GraphParameters": {} + "graphParameters": {} }, "exampleRequest": { "inputs": { diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index a780004fa25b..a4fefcefbb93 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -154,7 +154,7 @@ "TargetNodeId": "node4" } ], - "GraphParameters": {} + "graphParameters": {} }, "exampleRequest": { "inputs": { @@ -340,7 +340,7 @@ "TargetNodeId": "node4" } ], - "GraphParameters": {} + "graphParameters": {} }, "exampleRequest": { "inputs": { @@ -525,7 +525,7 @@ "TargetNodeId": "node4" } ], - "GraphParameters": {} + "graphParameters": {} }, "exampleRequest": { "inputs": { From e2f9b68e3c82766e91afc84900b266a1d5b3d8c4 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:01:37 -0400 Subject: [PATCH 02/13] typo: Edges -> edges --- .../stable/2017-01-01/examples/getWebService.json | 2 +- .../stable/2017-01-01/examples/patchWebService.json | 2 +- .../stable/2017-01-01/examples/putWebService.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 53042573e7b1..128261882b66 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -144,7 +144,7 @@ "OutputId": "output1" } }, - "Edges": [ + "edges": [ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index 2bc613b9ac8e..3f80032d90f1 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -154,7 +154,7 @@ "OutputId": "output1" } }, - "Edges": [ + "edges": [ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index a4fefcefbb93..f76677ff82a0 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -136,7 +136,7 @@ "OutputId": "output1" } }, - "Edges": [ + "edges": [ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", @@ -322,7 +322,7 @@ "OutputId": "output1" } }, - "Edges": [ + "edges": [ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", @@ -507,7 +507,7 @@ "OutputId": "output1" } }, - "Edges": [ + "edges": [ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", From 006977456632d420d5e7de28dd0617416192be70 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:02:16 -0400 Subject: [PATCH 03/13] typo: Nodes -> nodes --- .../stable/2017-01-01/examples/getWebService.json | 2 +- .../stable/2017-01-01/examples/patchWebService.json | 2 +- .../stable/2017-01-01/examples/putWebService.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 128261882b66..42527defe000 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -102,7 +102,7 @@ } }, "package": { - "Nodes": { + "nodes": { "node1": { "AssetId": "asset1", "Parameters": { diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index 3f80032d90f1..36e58109a313 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -112,7 +112,7 @@ } }, "package": { - "Nodes": { + "nodes": { "node1": { "AssetId": "asset1", "Parameters": { diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index f76677ff82a0..e3be7405cad0 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -94,7 +94,7 @@ } }, "package": { - "Nodes": { + "nodes": { "node1": { "AssetId": "asset1", "Parameters": { @@ -280,7 +280,7 @@ } }, "package": { - "Nodes": { + "nodes": { "node1": { "AssetId": "asset1", "Parameters": { @@ -465,7 +465,7 @@ } }, "package": { - "Nodes": { + "nodes": { "node1": { "AssetId": "asset1", "Parameters": { From f90e30e6250777d9d756a15aff6265eb7b476405 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:06:45 -0400 Subject: [PATCH 04/13] typo: Parameters -> parameters --- .../stable/2017-01-01/examples/getWebService.json | 4 ++-- .../stable/2017-01-01/examples/patchWebService.json | 4 ++-- .../stable/2017-01-01/examples/putWebService.json | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 42527defe000..5a80ca37cca8 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -105,7 +105,7 @@ "nodes": { "node1": { "AssetId": "asset1", - "Parameters": { + "parameters": { "R Script": { "Value": "The R Script", "CertificateThumbprint": "" @@ -118,7 +118,7 @@ }, "node2": { "AssetId": "asset2", - "Parameters": { + "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", "CertificateThumbprint": "" diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index 36e58109a313..a4730aa62186 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -115,7 +115,7 @@ "nodes": { "node1": { "AssetId": "asset1", - "Parameters": { + "parameters": { "R Script": { "Value": "The R Script", "CertificateThumbprint": "" @@ -128,7 +128,7 @@ }, "node2": { "AssetId": "asset2", - "Parameters": { + "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", "CertificateThumbprint": "" diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index e3be7405cad0..1e9d303dbf3a 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -97,7 +97,7 @@ "nodes": { "node1": { "AssetId": "asset1", - "Parameters": { + "parameters": { "R Script": { "Value": "The R Script", "CertificateThumbprint": "" @@ -110,7 +110,7 @@ }, "node2": { "AssetId": "asset2", - "Parameters": { + "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", "CertificateThumbprint": "" @@ -283,7 +283,7 @@ "nodes": { "node1": { "AssetId": "asset1", - "Parameters": { + "parameters": { "R Script": { "Value": "The R Script", "CertificateThumbprint": "" @@ -296,7 +296,7 @@ }, "node2": { "AssetId": "asset2", - "Parameters": { + "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", "CertificateThumbprint": "" @@ -468,7 +468,7 @@ "nodes": { "node1": { "AssetId": "asset1", - "Parameters": { + "parameters": { "R Script": { "Value": "The R Script", "CertificateThumbprint": "" @@ -481,7 +481,7 @@ }, "node2": { "AssetId": "asset2", - "Parameters": { + "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", "CertificateThumbprint": "" From 06ff7d035e62b5517170d6f345a8b658c826df12 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:07:34 -0400 Subject: [PATCH 05/13] typo: AssetId -> assetId --- .../stable/2017-01-01/examples/getWebService.json | 4 ++-- .../stable/2017-01-01/examples/patchWebService.json | 4 ++-- .../stable/2017-01-01/examples/putWebService.json | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 5a80ca37cca8..0ba18acb8152 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -104,7 +104,7 @@ "package": { "nodes": { "node1": { - "AssetId": "asset1", + "assetId": "asset1", "parameters": { "R Script": { "Value": "The R Script", @@ -117,7 +117,7 @@ } }, "node2": { - "AssetId": "asset2", + "assetId": "asset2", "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index a4730aa62186..d23069b1b560 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -114,7 +114,7 @@ "package": { "nodes": { "node1": { - "AssetId": "asset1", + "assetId": "asset1", "parameters": { "R Script": { "Value": "The R Script", @@ -127,7 +127,7 @@ } }, "node2": { - "AssetId": "asset2", + "assetId": "asset2", "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index 1e9d303dbf3a..f2658373ce96 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -96,7 +96,7 @@ "package": { "nodes": { "node1": { - "AssetId": "asset1", + "assetId": "asset1", "parameters": { "R Script": { "Value": "The R Script", @@ -109,7 +109,7 @@ } }, "node2": { - "AssetId": "asset2", + "assetId": "asset2", "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", @@ -282,7 +282,7 @@ "package": { "nodes": { "node1": { - "AssetId": "asset1", + "assetId": "asset1", "parameters": { "R Script": { "Value": "The R Script", @@ -295,7 +295,7 @@ } }, "node2": { - "AssetId": "asset2", + "assetId": "asset2", "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", @@ -467,7 +467,7 @@ "package": { "nodes": { "node1": { - "AssetId": "asset1", + "assetId": "asset1", "parameters": { "R Script": { "Value": "The R Script", @@ -480,7 +480,7 @@ } }, "node2": { - "AssetId": "asset2", + "assetId": "asset2", "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", From 2869b1f64a92b653ad26ac86413a86235de89bd9 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:08:21 -0400 Subject: [PATCH 06/13] typo: InputId -> inputId --- .../stable/2017-01-01/examples/getWebService.json | 2 +- .../stable/2017-01-01/examples/patchWebService.json | 2 +- .../stable/2017-01-01/examples/putWebService.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 0ba18acb8152..447e0b6c2280 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -138,7 +138,7 @@ } }, "node3": { - "InputId": "input1" + "inputId": "input1" }, "node4": { "OutputId": "output1" diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index d23069b1b560..b391254f6d2a 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -148,7 +148,7 @@ } }, "node3": { - "InputId": "input1" + "inputId": "input1" }, "node4": { "OutputId": "output1" diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index f2658373ce96..a6a6735f5e54 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -130,7 +130,7 @@ } }, "node3": { - "InputId": "input1" + "inputId": "input1" }, "node4": { "OutputId": "output1" @@ -316,7 +316,7 @@ } }, "node3": { - "InputId": "input1" + "inputId": "input1" }, "node4": { "OutputId": "output1" @@ -501,7 +501,7 @@ } }, "node3": { - "InputId": "input1" + "inputId": "input1" }, "node4": { "OutputId": "output1" From 7b611786b8b2f1c57073bc51956653b9c5f0c9c1 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:08:59 -0400 Subject: [PATCH 07/13] typo: OutputId -> outputId --- .../stable/2017-01-01/examples/getWebService.json | 2 +- .../stable/2017-01-01/examples/patchWebService.json | 2 +- .../stable/2017-01-01/examples/putWebService.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 447e0b6c2280..b70e0b276524 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -141,7 +141,7 @@ "inputId": "input1" }, "node4": { - "OutputId": "output1" + "outputId": "output1" } }, "edges": [ diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index b391254f6d2a..659c70dbcf13 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -151,7 +151,7 @@ "inputId": "input1" }, "node4": { - "OutputId": "output1" + "outputId": "output1" } }, "edges": [ diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index a6a6735f5e54..0e14754734d9 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -133,7 +133,7 @@ "inputId": "input1" }, "node4": { - "OutputId": "output1" + "outputId": "output1" } }, "edges": [ @@ -319,7 +319,7 @@ "inputId": "input1" }, "node4": { - "OutputId": "output1" + "outputId": "output1" } }, "edges": [ @@ -504,7 +504,7 @@ "inputId": "input1" }, "node4": { - "OutputId": "output1" + "outputId": "output1" } }, "edges": [ From 64d5252d245ca80d3cfff949f69aa3497cbfaf45 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:09:41 -0400 Subject: [PATCH 08/13] typo: TargetPortId -> targetPortId --- .../stable/2017-01-01/examples/getWebService.json | 4 ++-- .../stable/2017-01-01/examples/patchWebService.json | 4 ++-- .../stable/2017-01-01/examples/putWebService.json | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index b70e0b276524..d7dde489ec93 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -149,12 +149,12 @@ "SourceNodeId": "node2", "SourcePortId": "Results dataset", "TargetNodeId": "node1", - "TargetPortId": "Dataset2" + "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", "TargetNodeId": "node1", - "TargetPortId": "Dataset1" + "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index 659c70dbcf13..4adf4102710f 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -159,12 +159,12 @@ "SourceNodeId": "node2", "SourcePortId": "Results dataset", "TargetNodeId": "node1", - "TargetPortId": "Dataset2" + "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", "TargetNodeId": "node1", - "TargetPortId": "Dataset1" + "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index 0e14754734d9..de1023be48ae 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -141,12 +141,12 @@ "SourceNodeId": "node2", "SourcePortId": "Results dataset", "TargetNodeId": "node1", - "TargetPortId": "Dataset2" + "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", "TargetNodeId": "node1", - "TargetPortId": "Dataset1" + "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", @@ -327,12 +327,12 @@ "SourceNodeId": "node2", "SourcePortId": "Results dataset", "TargetNodeId": "node1", - "TargetPortId": "Dataset2" + "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", "TargetNodeId": "node1", - "TargetPortId": "Dataset1" + "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", @@ -512,12 +512,12 @@ "SourceNodeId": "node2", "SourcePortId": "Results dataset", "TargetNodeId": "node1", - "TargetPortId": "Dataset2" + "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", "TargetNodeId": "node1", - "TargetPortId": "Dataset1" + "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", From ca6db5937a24dd4cb3bf2ac6384705ae5f1aebff Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:10:17 -0400 Subject: [PATCH 09/13] typo: TargetNodeId -> targetNodeId --- .../2017-01-01/examples/getWebService.json | 6 +++--- .../2017-01-01/examples/patchWebService.json | 6 +++--- .../2017-01-01/examples/putWebService.json | 18 +++++++++--------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index d7dde489ec93..5f3f49f0b247 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -148,18 +148,18 @@ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" + "targetNodeId": "node4" } ], "graphParameters": {} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index 4adf4102710f..e5aacdc68aaf 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -158,18 +158,18 @@ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" + "targetNodeId": "node4" } ], "graphParameters": {} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index de1023be48ae..3c61eec791b2 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -140,18 +140,18 @@ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" + "targetNodeId": "node4" } ], "graphParameters": {} @@ -326,18 +326,18 @@ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" + "targetNodeId": "node4" } ], "graphParameters": {} @@ -511,18 +511,18 @@ { "SourceNodeId": "node2", "SourcePortId": "Results dataset", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset2" }, { "SourceNodeId": "node3", - "TargetNodeId": "node1", + "targetNodeId": "node1", "targetPortId": "Dataset1" }, { "SourceNodeId": "node1", "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" + "targetNodeId": "node4" } ], "graphParameters": {} From 0c201c2e1c0ad45f9afc24d492a242b99ac8544b Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:10:45 -0400 Subject: [PATCH 10/13] typo: SourceNodeId -> sourceNodeId --- .../2017-01-01/examples/getWebService.json | 6 +++--- .../2017-01-01/examples/patchWebService.json | 6 +++--- .../2017-01-01/examples/putWebService.json | 18 +++++++++--------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 5f3f49f0b247..e75d0b5c102e 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -146,18 +146,18 @@ }, "edges": [ { - "SourceNodeId": "node2", + "sourceNodeId": "node2", "SourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, { - "SourceNodeId": "node3", + "sourceNodeId": "node3", "targetNodeId": "node1", "targetPortId": "Dataset1" }, { - "SourceNodeId": "node1", + "sourceNodeId": "node1", "SourcePortId": "Result Dataset", "targetNodeId": "node4" } diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index e5aacdc68aaf..67957b2573f0 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -156,18 +156,18 @@ }, "edges": [ { - "SourceNodeId": "node2", + "sourceNodeId": "node2", "SourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, { - "SourceNodeId": "node3", + "sourceNodeId": "node3", "targetNodeId": "node1", "targetPortId": "Dataset1" }, { - "SourceNodeId": "node1", + "sourceNodeId": "node1", "SourcePortId": "Result Dataset", "targetNodeId": "node4" } diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index 3c61eec791b2..6d13ab60177b 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -138,18 +138,18 @@ }, "edges": [ { - "SourceNodeId": "node2", + "sourceNodeId": "node2", "SourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, { - "SourceNodeId": "node3", + "sourceNodeId": "node3", "targetNodeId": "node1", "targetPortId": "Dataset1" }, { - "SourceNodeId": "node1", + "sourceNodeId": "node1", "SourcePortId": "Result Dataset", "targetNodeId": "node4" } @@ -324,18 +324,18 @@ }, "edges": [ { - "SourceNodeId": "node2", + "sourceNodeId": "node2", "SourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, { - "SourceNodeId": "node3", + "sourceNodeId": "node3", "targetNodeId": "node1", "targetPortId": "Dataset1" }, { - "SourceNodeId": "node1", + "sourceNodeId": "node1", "SourcePortId": "Result Dataset", "targetNodeId": "node4" } @@ -509,18 +509,18 @@ }, "edges": [ { - "SourceNodeId": "node2", + "sourceNodeId": "node2", "SourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, { - "SourceNodeId": "node3", + "sourceNodeId": "node3", "targetNodeId": "node1", "targetPortId": "Dataset1" }, { - "SourceNodeId": "node1", + "sourceNodeId": "node1", "SourcePortId": "Result Dataset", "targetNodeId": "node4" } From 58dfb62145218fec68e2794ec6718f9104f2dc6a Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:11:11 -0400 Subject: [PATCH 11/13] typo: SourcePortId -> sourcePortId --- .../stable/2017-01-01/examples/getWebService.json | 4 ++-- .../stable/2017-01-01/examples/patchWebService.json | 4 ++-- .../stable/2017-01-01/examples/putWebService.json | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index e75d0b5c102e..22b6a212eb38 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -147,7 +147,7 @@ "edges": [ { "sourceNodeId": "node2", - "SourcePortId": "Results dataset", + "sourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, @@ -158,7 +158,7 @@ }, { "sourceNodeId": "node1", - "SourcePortId": "Result Dataset", + "sourcePortId": "Result Dataset", "targetNodeId": "node4" } ], diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index 67957b2573f0..ea9c69496363 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -157,7 +157,7 @@ "edges": [ { "sourceNodeId": "node2", - "SourcePortId": "Results dataset", + "sourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, @@ -168,7 +168,7 @@ }, { "sourceNodeId": "node1", - "SourcePortId": "Result Dataset", + "sourcePortId": "Result Dataset", "targetNodeId": "node4" } ], diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index 6d13ab60177b..6647f0511f78 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -139,7 +139,7 @@ "edges": [ { "sourceNodeId": "node2", - "SourcePortId": "Results dataset", + "sourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, @@ -150,7 +150,7 @@ }, { "sourceNodeId": "node1", - "SourcePortId": "Result Dataset", + "sourcePortId": "Result Dataset", "targetNodeId": "node4" } ], @@ -325,7 +325,7 @@ "edges": [ { "sourceNodeId": "node2", - "SourcePortId": "Results dataset", + "sourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, @@ -336,7 +336,7 @@ }, { "sourceNodeId": "node1", - "SourcePortId": "Result Dataset", + "sourcePortId": "Result Dataset", "targetNodeId": "node4" } ], @@ -510,7 +510,7 @@ "edges": [ { "sourceNodeId": "node2", - "SourcePortId": "Results dataset", + "sourcePortId": "Results dataset", "targetNodeId": "node1", "targetPortId": "Dataset2" }, @@ -521,7 +521,7 @@ }, { "sourceNodeId": "node1", - "SourcePortId": "Result Dataset", + "sourcePortId": "Result Dataset", "targetNodeId": "node4" } ], From 7072b2931e230de8d5069ce425a3610b664319a9 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:12:01 -0400 Subject: [PATCH 12/13] typo: CertificateThumbprint -> certificateThumbprint --- .../2017-01-01/examples/getWebService.json | 12 +++---- .../2017-01-01/examples/patchWebService.json | 12 +++---- .../2017-01-01/examples/putWebService.json | 36 +++++++++---------- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 22b6a212eb38..9286dda97f51 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -108,11 +108,11 @@ "parameters": { "R Script": { "Value": "The R Script", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "R Version": { "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" + "certificateThumbprint": "" } } }, @@ -121,19 +121,19 @@ "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Please Specify Authentication Type": { "Value": "Account", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Name": { "Value": "accountName", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Key": { "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" + "certificateThumbprint": "TheThumbprint" } } }, diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index ea9c69496363..239c15916fad 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -118,11 +118,11 @@ "parameters": { "R Script": { "Value": "The R Script", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "R Version": { "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" + "certificateThumbprint": "" } } }, @@ -131,19 +131,19 @@ "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Please Specify Authentication Type": { "Value": "Account", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Name": { "Value": "accountName", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Key": { "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" + "certificateThumbprint": "TheThumbprint" } } }, diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index 6647f0511f78..6d1f03fb83a4 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -100,11 +100,11 @@ "parameters": { "R Script": { "Value": "The R Script", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "R Version": { "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" + "certificateThumbprint": "" } } }, @@ -113,19 +113,19 @@ "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Please Specify Authentication Type": { "Value": "Account", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Name": { "Value": "accountName", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Key": { "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" + "certificateThumbprint": "TheThumbprint" } } }, @@ -286,11 +286,11 @@ "parameters": { "R Script": { "Value": "The R Script", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "R Version": { "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" + "certificateThumbprint": "" } } }, @@ -299,19 +299,19 @@ "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Please Specify Authentication Type": { "Value": "Account", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Name": { "Value": "accountName", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Key": { "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" + "certificateThumbprint": "TheThumbprint" } } }, @@ -471,11 +471,11 @@ "parameters": { "R Script": { "Value": "The R Script", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "R Version": { "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" + "certificateThumbprint": "" } } }, @@ -484,19 +484,19 @@ "parameters": { "Please Specify Data Source": { "Value": "AzureBlobStorage", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Please Specify Authentication Type": { "Value": "Account", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Name": { "Value": "accountName", - "CertificateThumbprint": "" + "certificateThumbprint": "" }, "Account Key": { "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" + "certificateThumbprint": "TheThumbprint" } } }, From 439f7e2e291a7a185b9cd800ffa04231948a4043 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 29 May 2019 00:12:43 -0400 Subject: [PATCH 13/13] typo: Value -> value --- .../2017-01-01/examples/getWebService.json | 12 +++---- .../2017-01-01/examples/patchWebService.json | 12 +++---- .../2017-01-01/examples/putWebService.json | 36 +++++++++---------- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json index 9286dda97f51..384cf602287e 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebService.json @@ -107,11 +107,11 @@ "assetId": "asset1", "parameters": { "R Script": { - "Value": "The R Script", + "value": "The R Script", "certificateThumbprint": "" }, "R Version": { - "Value": "CRAN R 3.1.0", + "value": "CRAN R 3.1.0", "certificateThumbprint": "" } } @@ -120,19 +120,19 @@ "assetId": "asset2", "parameters": { "Please Specify Data Source": { - "Value": "AzureBlobStorage", + "value": "AzureBlobStorage", "certificateThumbprint": "" }, "Please Specify Authentication Type": { - "Value": "Account", + "value": "Account", "certificateThumbprint": "" }, "Account Name": { - "Value": "accountName", + "value": "accountName", "certificateThumbprint": "" }, "Account Key": { - "Value": "Encrypted Key", + "value": "Encrypted Key", "certificateThumbprint": "TheThumbprint" } } diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json index 239c15916fad..95f890eac1cb 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/patchWebService.json @@ -117,11 +117,11 @@ "assetId": "asset1", "parameters": { "R Script": { - "Value": "The R Script", + "value": "The R Script", "certificateThumbprint": "" }, "R Version": { - "Value": "CRAN R 3.1.0", + "value": "CRAN R 3.1.0", "certificateThumbprint": "" } } @@ -130,19 +130,19 @@ "assetId": "asset2", "parameters": { "Please Specify Data Source": { - "Value": "AzureBlobStorage", + "value": "AzureBlobStorage", "certificateThumbprint": "" }, "Please Specify Authentication Type": { - "Value": "Account", + "value": "Account", "certificateThumbprint": "" }, "Account Name": { - "Value": "accountName", + "value": "accountName", "certificateThumbprint": "" }, "Account Key": { - "Value": "Encrypted Key", + "value": "Encrypted Key", "certificateThumbprint": "TheThumbprint" } } diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json index 6d1f03fb83a4..61026523d6e1 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/putWebService.json @@ -99,11 +99,11 @@ "assetId": "asset1", "parameters": { "R Script": { - "Value": "The R Script", + "value": "The R Script", "certificateThumbprint": "" }, "R Version": { - "Value": "CRAN R 3.1.0", + "value": "CRAN R 3.1.0", "certificateThumbprint": "" } } @@ -112,19 +112,19 @@ "assetId": "asset2", "parameters": { "Please Specify Data Source": { - "Value": "AzureBlobStorage", + "value": "AzureBlobStorage", "certificateThumbprint": "" }, "Please Specify Authentication Type": { - "Value": "Account", + "value": "Account", "certificateThumbprint": "" }, "Account Name": { - "Value": "accountName", + "value": "accountName", "certificateThumbprint": "" }, "Account Key": { - "Value": "Encrypted Key", + "value": "Encrypted Key", "certificateThumbprint": "TheThumbprint" } } @@ -285,11 +285,11 @@ "assetId": "asset1", "parameters": { "R Script": { - "Value": "The R Script", + "value": "The R Script", "certificateThumbprint": "" }, "R Version": { - "Value": "CRAN R 3.1.0", + "value": "CRAN R 3.1.0", "certificateThumbprint": "" } } @@ -298,19 +298,19 @@ "assetId": "asset2", "parameters": { "Please Specify Data Source": { - "Value": "AzureBlobStorage", + "value": "AzureBlobStorage", "certificateThumbprint": "" }, "Please Specify Authentication Type": { - "Value": "Account", + "value": "Account", "certificateThumbprint": "" }, "Account Name": { - "Value": "accountName", + "value": "accountName", "certificateThumbprint": "" }, "Account Key": { - "Value": "Encrypted Key", + "value": "Encrypted Key", "certificateThumbprint": "TheThumbprint" } } @@ -470,11 +470,11 @@ "assetId": "asset1", "parameters": { "R Script": { - "Value": "The R Script", + "value": "The R Script", "certificateThumbprint": "" }, "R Version": { - "Value": "CRAN R 3.1.0", + "value": "CRAN R 3.1.0", "certificateThumbprint": "" } } @@ -483,19 +483,19 @@ "assetId": "asset2", "parameters": { "Please Specify Data Source": { - "Value": "AzureBlobStorage", + "value": "AzureBlobStorage", "certificateThumbprint": "" }, "Please Specify Authentication Type": { - "Value": "Account", + "value": "Account", "certificateThumbprint": "" }, "Account Name": { - "Value": "accountName", + "value": "accountName", "certificateThumbprint": "" }, "Account Key": { - "Value": "Encrypted Key", + "value": "Encrypted Key", "certificateThumbprint": "TheThumbprint" } }