diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/commitmentPlans.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/commitmentPlans.json index 5bedfd0262ad..fa260850e575 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/commitmentPlans.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/commitmentPlans.json @@ -296,7 +296,7 @@ }, "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { "name": "$skipToken", @@ -365,7 +365,7 @@ }, "parameters": [ { - "$ref": "#/parameters/SubscriptionIdParameter" + "$ref": "#/parameters/SubscriptionIdParameter" }, { "$ref": "#/parameters/ResourceGroupNameParameter" @@ -1042,4 +1042,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/webservices.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/webservices.json index a9c65d0acf1f..7a063bcec74d 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/webservices.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/preview/2016-05-01-preview/webservices.json @@ -397,7 +397,7 @@ }, "keys": { "$ref": "#/definitions/WebServiceKeys", - "description": "Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations." + "description": "Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations." }, "readOnly": { "type": "boolean", @@ -409,8 +409,8 @@ "readOnly": true }, "exposeSampleData": { - "type": "boolean", - "description": "When set to true, sample data is included in the web service's swagger definition. The default value is true." + "type": "boolean", + "description": "When set to true, sample data is included in the web service's swagger definition. The default value is true." }, "realtimeConfiguration": { "$ref": "#/definitions/RealtimeConfiguration", @@ -1037,4 +1037,4 @@ ] } } -} \ No newline at end of file +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/CreateWorkspace.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/CreateWorkspace.json index 280aa8832c01..75b4eb2b34f4 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/CreateWorkspace.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/CreateWorkspace.json @@ -1,40 +1,40 @@ { + "parameters": { + "api-version": "2016-04-01", + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "resourceGroupName": "myResourceGroup", + "workspaceName": "testworkspace", "parameters": { - "api-version": "2016-04-01", - "subscriptionId": "00000000-0000-0000-0000-000000000000", - "resourceGroupName": "myResourceGroup", - "workspaceName": "testworkspace", - "parameters": { - "tags": { - "tagKey1": "TagValue1" - }, - "location": "West Europe", - "properties": { - "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage" - } - } - }, - "responses": { - "200": { - "body": { - "tags": { - "tagKey1": "TagValue1" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", - "name": "testworkspace", - "type": "Microsoft.MachineLearning/workspaces", - "location": "East US", - "properties": { - "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage", - "ownerEmail": "abc@microsoft.com", - "workspaceType": "PaidStandard", - "workspaceState": "Enabled", - "workspaceId": "00000000-1111-2222-3333-444444444444", - "studioEndpoint": "https://studioapi.azureml.net", - "creationTime": "2017-03-01T23:14:37.0707808Z", - "keyVaultIdentifierId": "kvid" - } - } - } + "tags": { + "tagKey1": "TagValue1" + }, + "location": "West Europe", + "properties": { + "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage" + } } -} \ No newline at end of file + }, + "responses": { + "200": { + "body": { + "tags": { + "tagKey1": "TagValue1" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", + "name": "testworkspace", + "type": "Microsoft.MachineLearning/workspaces", + "location": "East US", + "properties": { + "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage", + "ownerEmail": "abc@microsoft.com", + "workspaceType": "PaidStandard", + "workspaceState": "Enabled", + "workspaceId": "00000000-1111-2222-3333-444444444444", + "studioEndpoint": "https://studioapi.azureml.net", + "creationTime": "2017-03-01T23:14:37.0707808Z", + "keyVaultIdentifierId": "kvid" + } + } + } + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/DeleteWorkspace.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/DeleteWorkspace.json index 58a1ae212e30..6ddf574b2c6a 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/DeleteWorkspace.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/DeleteWorkspace.json @@ -1,12 +1,12 @@ { - "parameters": { - "api-version": "2016-04-01", - "subscriptionId": "00000000-0000-0000-0000-000000000000", - "resourceGroupName": "myResourceGroup", - "workspaceName": "testworkspace" - }, - "responses": { - "200": {}, - "204": {} - } -} \ No newline at end of file + "parameters": { + "api-version": "2016-04-01", + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "resourceGroupName": "myResourceGroup", + "workspaceName": "testworkspace" + }, + "responses": { + "200": {}, + "204": {} + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/GetWorkspace.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/GetWorkspace.json index 25ea1432099c..cca848048426 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/GetWorkspace.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/GetWorkspace.json @@ -1,31 +1,31 @@ { - "parameters": { - "api-version": "2016-04-01", - "subscriptionId": "00000000-0000-0000-0000-000000000000", - "resourceGroupName": "myResourceGroup", - "workspaceName": "testworkspace" - }, - "responses": { - "200": { - "body": { - "tags": { - "tagKey1": "TagValue1" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", - "name": "testworkspace", - "type": "Microsoft.MachineLearning/workspaces", - "location": "East US", - "properties": { - "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage", - "ownerEmail": "abc@microsoft.com", - "workspaceType": "PaidStandard", - "workspaceState": "Enabled", - "workspaceId": "00000000-1111-2222-3333-444444444444", - "studioEndpoint": "https://studioapi.azureml.net", - "creationTime": "2017-03-01T23:14:37.0707808Z", - "keyVaultIdentifierId": "kvid" - } - } - } + "parameters": { + "api-version": "2016-04-01", + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "resourceGroupName": "myResourceGroup", + "workspaceName": "testworkspace" + }, + "responses": { + "200": { + "body": { + "tags": { + "tagKey1": "TagValue1" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", + "name": "testworkspace", + "type": "Microsoft.MachineLearning/workspaces", + "location": "East US", + "properties": { + "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage", + "ownerEmail": "abc@microsoft.com", + "workspaceType": "PaidStandard", + "workspaceState": "Enabled", + "workspaceId": "00000000-1111-2222-3333-444444444444", + "studioEndpoint": "https://studioapi.azureml.net", + "creationTime": "2017-03-01T23:14:37.0707808Z", + "keyVaultIdentifierId": "kvid" + } + } } -} \ No newline at end of file + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaceKeys.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaceKeys.json index 46d5f342754f..747f43f286dd 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaceKeys.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaceKeys.json @@ -1,16 +1,16 @@ { - "parameters": { - "api-version": "2016-04-01", - "subscriptionId": "00000000-0000-0000-0000-000000000000", - "resourceGroupName": "myResourceGroup", - "workspaceName": "testworkspace" - }, - "responses": { - "200": { - "body": { - "primaryToken": "cZdmqKBYLEPcPo7dsfdfefeSlKpnxybJ86KSQGLarmLik2MYMxHijwsDIZ+d1mGtYJz3mlI5AEnxu8QqHcUjSA==", - "secondaryToken": "NPtbk8ksmLvsasasonFeTjw/k7QLz/SEdKN8+SyzKRcPzOVTQcR6C0O1fwmlELnCsYLjs+13yzdJ+4+Lxo3LtZ2g==" - } - } + "parameters": { + "api-version": "2016-04-01", + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "resourceGroupName": "myResourceGroup", + "workspaceName": "testworkspace" + }, + "responses": { + "200": { + "body": { + "primaryToken": "cZdmqKBYLEPcPo7dsfdfefeSlKpnxybJ86KSQGLarmLik2MYMxHijwsDIZ+d1mGtYJz3mlI5AEnxu8QqHcUjSA==", + "secondaryToken": "NPtbk8ksmLvsasasonFeTjw/k7QLz/SEdKN8+SyzKRcPzOVTQcR6C0O1fwmlELnCsYLjs+13yzdJ+4+Lxo3LtZ2g==" + } } -} \ No newline at end of file + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaceResourceGroup.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaceResourceGroup.json index 21cd2caa330b..4463585d34b5 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaceResourceGroup.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaceResourceGroup.json @@ -9,39 +9,39 @@ "body": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", - "name": "testworkspace", - "type": "Microsoft.MachineLearning/workspaces", - "location": "East US", - "properties": { - "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1", - "ownerEmail": "abc@microsoft.com", - "workspaceType": "PaidStandard", - "workspaceState": "Enabled", - "workspaceId": "00000000-1111-2222-3333-444444444444", - "studioEndpoint": "https://studioapi.azureml.net", - "creationTime": "2017-03-01T23:14:37.0707808Z", - "keyVaultIdentifierId": "kvid" - } + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", + "name": "testworkspace", + "type": "Microsoft.MachineLearning/workspaces", + "location": "East US", + "properties": { + "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1", + "ownerEmail": "abc@microsoft.com", + "workspaceType": "PaidStandard", + "workspaceState": "Enabled", + "workspaceId": "00000000-1111-2222-3333-444444444444", + "studioEndpoint": "https://studioapi.azureml.net", + "creationTime": "2017-03-01T23:14:37.0707808Z", + "keyVaultIdentifierId": "kvid" + } }, { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace1", - "name": "testworkspace1", - "type": "Microsoft.MachineLearning/workspaces", - "location": "East US", - "properties": { - "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1", - "ownerEmail": "abc@microsoft.com", - "workspaceType": "PaidStandard", - "workspaceState": "Enabled", - "workspaceId": "00000000-1111-2222-3333-444444444444", - "studioEndpoint": "https://studioapi.azureml.net", - "creationTime": "2017-03-01T23:16:37.0707808Z", - "keyVaultIdentifierId": "kvid" - } + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace1", + "name": "testworkspace1", + "type": "Microsoft.MachineLearning/workspaces", + "location": "East US", + "properties": { + "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1", + "ownerEmail": "abc@microsoft.com", + "workspaceType": "PaidStandard", + "workspaceState": "Enabled", + "workspaceId": "00000000-1111-2222-3333-444444444444", + "studioEndpoint": "https://studioapi.azureml.net", + "creationTime": "2017-03-01T23:16:37.0707808Z", + "keyVaultIdentifierId": "kvid" + } } ] } } } -} \ No newline at end of file +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaces.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaces.json index 1c2965b97eaa..bc9b8b73cfd3 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaces.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ListWorkspaces.json @@ -8,39 +8,39 @@ "body": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", - "name": "testworkspace", - "type": "Microsoft.MachineLearning/workspaces", - "location": "East US", - "properties": { - "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1", - "ownerEmail": "abc@microsoft.com", - "workspaceType": "PaidStandard", - "workspaceState": "Enabled", - "workspaceId": "00000000-1111-2222-3333-444444444444", - "studioEndpoint": "https://studioapi.azureml.net", - "creationTime": "2017-03-01T23:14:37.0707808Z", - "keyVaultIdentifierId": "kvid" - } + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", + "name": "testworkspace", + "type": "Microsoft.MachineLearning/workspaces", + "location": "East US", + "properties": { + "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1", + "ownerEmail": "abc@microsoft.com", + "workspaceType": "PaidStandard", + "workspaceState": "Enabled", + "workspaceId": "00000000-1111-2222-3333-444444444444", + "studioEndpoint": "https://studioapi.azureml.net", + "creationTime": "2017-03-01T23:14:37.0707808Z", + "keyVaultIdentifierId": "kvid" + } }, { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace1", - "name": "testworkspace1", - "type": "Microsoft.MachineLearning/workspaces", - "location": "East US", - "properties": { - "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1", - "ownerEmail": "abc@microsoft.com", - "workspaceType": "PaidStandard", - "workspaceState": "Enabled", - "workspaceId": "00000000-1111-2222-3333-444444444444", - "studioEndpoint": "https://studioapi.azureml.net", - "creationTime": "2017-03-01T23:16:37.0707808Z", - "keyVaultIdentifierId": "kvid" - } + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace1", + "name": "testworkspace1", + "type": "Microsoft.MachineLearning/workspaces", + "location": "East US", + "properties": { + "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1", + "ownerEmail": "abc@microsoft.com", + "workspaceType": "PaidStandard", + "workspaceState": "Enabled", + "workspaceId": "00000000-1111-2222-3333-444444444444", + "studioEndpoint": "https://studioapi.azureml.net", + "creationTime": "2017-03-01T23:16:37.0707808Z", + "keyVaultIdentifierId": "kvid" + } } ] } } } -} \ No newline at end of file +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ResyncStorageKeys.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ResyncStorageKeys.json index 8679dda45daf..311cdf530655 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ResyncStorageKeys.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/ResyncStorageKeys.json @@ -1,11 +1,11 @@ { - "parameters": { - "api-version": "2016-04-01", - "subscriptionId": "00000000-0000-0000-0000-000000000000", - "resourceGroupName": "myResourceGroup", - "workspaceName": "testworkspace" - }, - "responses": { - "200": {} - } -} \ No newline at end of file + "parameters": { + "api-version": "2016-04-01", + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "resourceGroupName": "myResourceGroup", + "workspaceName": "testworkspace" + }, + "responses": { + "200": {} + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/UpdateWorkspace.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/UpdateWorkspace.json index f0c1bea42cea..9f1ad75437f9 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/UpdateWorkspace.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2016-04-01/examples/UpdateWorkspace.json @@ -1,39 +1,39 @@ { + "parameters": { + "api-version": "2016-04-01", + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "resourceGroupName": "myResourceGroup", + "workspaceName": "testworkspace", "parameters": { - "api-version": "2016-04-01", - "subscriptionId": "00000000-0000-0000-0000-000000000000", - "resourceGroupName": "myResourceGroup", - "workspaceName": "testworkspace", - "parameters": { - "tags": { - "tagKey1": "TagValue1" - }, - "properties": { - "keyVaultIdentifierId": "kvidnew" - } - } - }, - "responses": { - "200": { - "body": { - "tags": { - "tagKey1": "TagValue1" - }, - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", - "name": "testworkspace", - "type": "Microsoft.MachineLearning/workspaces", - "location": "East US", - "properties": { - "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage", - "ownerEmail": "abc@microsoft.com", - "workspaceType": "PaidStandard", - "workspaceState": "Enabled", - "workspaceId": "00000000-1111-2222-3333-444444444444", - "studioEndpoint": "https://studioapi.azureml.net", - "creationTime": "2017-03-01T23:14:37.0707808Z", - "keyVaultIdentifierId": "kvidnew" - } - } - } + "tags": { + "tagKey1": "TagValue1" + }, + "properties": { + "keyVaultIdentifierId": "kvidnew" + } } -} \ No newline at end of file + }, + "responses": { + "200": { + "body": { + "tags": { + "tagKey1": "TagValue1" + }, + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace", + "name": "testworkspace", + "type": "Microsoft.MachineLearning/workspaces", + "location": "East US", + "properties": { + "userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage", + "ownerEmail": "abc@microsoft.com", + "workspaceType": "PaidStandard", + "workspaceState": "Enabled", + "workspaceId": "00000000-1111-2222-3333-444444444444", + "studioEndpoint": "https://studioapi.azureml.net", + "creationTime": "2017-03-01T23:14:37.0707808Z", + "keyVaultIdentifierId": "kvidnew" + } + } + } + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/createRegionalProperties.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/createRegionalProperties.json index cb84c1920c23..b4b1dbe0722c 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/createRegionalProperties.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/createRegionalProperties.json @@ -1,16 +1,16 @@ { - "parameters": { - "subscriptionId": "subscription-id", - "resourceGroupName": "OneResourceGroupName", - "api-version": "2017-01-01", - "webServiceName": "TargetWebServiceName", - "region": "Southeast Asia" - }, - "responses": { - "202": { - "headers": { - "azure-asyncoperation": "http://azure.async.operation/status" - } - } + "parameters": { + "subscriptionId": "subscription-id", + "resourceGroupName": "OneResourceGroupName", + "api-version": "2017-01-01", + "webServiceName": "TargetWebServiceName", + "region": "Southeast Asia" + }, + "responses": { + "202": { + "headers": { + "azure-asyncoperation": "http://azure.async.operation/status" + } } -} \ No newline at end of file + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/deleteWebService.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/deleteWebService.json index e8d409ed782c..f5d2376398d0 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/deleteWebService.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/deleteWebService.json @@ -1,20 +1,20 @@ { - "parameters": { - "subscriptionId": "subscription-id", - "resourceGroupName": "OneResourceGroupName", - "api-version": "2017-01-01", - "webServiceName": "TargetWebServiceName" + "parameters": { + "subscriptionId": "subscription-id", + "resourceGroupName": "OneResourceGroupName", + "api-version": "2017-01-01", + "webServiceName": "TargetWebServiceName" + }, + "responses": { + "202": { + "headers": { + "azure-asyncoperation": "http://azure.async.operation/status" + } }, - "responses": { - "202": { - "headers": { - "azure-asyncoperation": "http://azure.async.operation/status" - } - }, - "204": { - "headers": { - "azure-asyncoperation": "http://azure.async.operation/status" - } - } + "204": { + "headers": { + "azure-asyncoperation": "http://azure.async.operation/status" + } } -} \ No newline at end of file + } +} 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 09d8014d4706..95274f6d6373 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 @@ -1,194 +1,193 @@ { - "parameters": { - "subscriptionId": "subscription-id", - "resourceGroupName": "OneResourceGroupName", - "api-version": "2017-01-01", - "webServiceName": "TargetWebServiceName" - }, - "responses": { - "200": { - "headers": { + "parameters": { + "subscriptionId": "subscription-id", + "resourceGroupName": "OneResourceGroupName", + "api-version": "2017-01-01", + "webServiceName": "TargetWebServiceName" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "id": "TheWebServiceId", + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "title": "Web Service Title", + "description": "Web Service Description", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "createdOn": "2017-01-01T01:01:01Z", + "modifiedOn": "2017-01-01T02:02:02Z", + "provisioningState": "Provisioning", + "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "machineLearningWorkspace": { + "id": "workspaceId" + }, + "packageType": "Graph", + "assets": { + "asset1": { + "name": "Execute R Script", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-1", + "credentials": "" + } }, - "body": { - "id": "TheWebServiceId", - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, + "asset2": { + "name": "Import Data", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-2", + "credentials": "" + } + } + }, + "parameters": {}, + "input": { + "title": "", + "description": "", + "type": "object", + "properties": { + "input1": { + "title": "", + "description": "", + "type": "object", + "properties": { + "column_name": { + "type": "String", + "x-ms-isnullable": false + } + } + } + } + }, + "output": { + "title": "", + "description": "", + "type": "object", + "properties": { + "output1": { + "title": "", + "description": "", + "type": "object", "properties": { - "title": "Web Service Title", - "description": "Web Service Description", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "createdOn": "2017-01-01T01:01:01Z", - "modifiedOn": "2017-01-01T02:02:02Z", - "provisioningState": "Provisioning", - "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "machineLearningWorkspace": { - "id": "workspaceId" - }, - "packageType": "Graph", - "assets": { - "asset1": { - "name": "Execute R Script", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-1", - "credentials": "" - } - }, - "asset2": { - "name": "Import Data", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-2", - "credentials": "" - } - } - }, - "parameters": {}, - "input": { - "title": "", - "description": "", - "type": "object", - "properties": { - "input1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "column_name": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } - }, - "output": { - "title": "", - "description": "", - "type": "object", - "properties": { - "output1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "age": { - "type": "Integer", - "format": "Int32", - "x-ms-isnullable": true - }, - "workclass": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } - }, - "package": { - "Nodes": { - "node1": { - "AssetId": "asset1", - "Parameters": { - "R Script": { - "Value": "The R Script", - "CertificateThumbprint": "" - }, - "R Version": { - "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" - } - } - }, - "node2": { - "AssetId": "asset2", - "Parameters": { - "Please Specify Data Source": { - "Value": "AzureBlobStorage", - "CertificateThumbprint": "" - }, - "Please Specify Authentication Type": { - "Value": "Account", - "CertificateThumbprint": "" - }, - "Account Name": { - "Value": "accountName", - "CertificateThumbprint": "" - }, - "Account Key": { - "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" - } - } - }, - "node3": { - "InputId": "input1" - }, - "node4": { - "OutputId": "output1" - } - }, - "Edges": [ - { - "SourceNodeId": "node2", - "SourcePortId": "Results dataset", - "TargetNodeId": "node1", - "TargetPortId": "Dataset2" - }, - { - "SourceNodeId": "node3", - "TargetNodeId": "node1", - "TargetPortId": "Dataset1" - }, - { - "SourceNodeId": "node1", - "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" - } - ], - "GraphParameters": {} - }, - "exampleRequest": { - "inputs": { - "input1": [ - [ - "age" - ], - [ - "workclass" - ], - [ - "fnlwgt" - ], - [ - "education" - ], - [ - "education-num" - ] - ] - }, - "globalParameters": null - } + "age": { + "type": "Integer", + "format": "Int32", + "x-ms-isnullable": true + }, + "workclass": { + "type": "String", + "x-ms-isnullable": false + } } + } } + }, + "package": { + "Nodes": { + "node1": { + "AssetId": "asset1", + "Parameters": { + "R Script": { + "Value": "The R Script", + "CertificateThumbprint": "" + }, + "R Version": { + "Value": "CRAN R 3.1.0", + "CertificateThumbprint": "" + } + } + }, + "node2": { + "AssetId": "asset2", + "Parameters": { + "Please Specify Data Source": { + "Value": "AzureBlobStorage", + "CertificateThumbprint": "" + }, + "Please Specify Authentication Type": { + "Value": "Account", + "CertificateThumbprint": "" + }, + "Account Name": { + "Value": "accountName", + "CertificateThumbprint": "" + }, + "Account Key": { + "Value": "Encrypted Key", + "CertificateThumbprint": "TheThumbprint" + } + } + }, + "node3": { + "InputId": "input1" + }, + "node4": { + "OutputId": "output1" + } + }, + "Edges": [ + { + "SourceNodeId": "node2", + "SourcePortId": "Results dataset", + "TargetNodeId": "node1", + "TargetPortId": "Dataset2" + }, + { + "SourceNodeId": "node3", + "TargetNodeId": "node1", + "TargetPortId": "Dataset1" + }, + { + "SourceNodeId": "node1", + "SourcePortId": "Result Dataset", + "TargetNodeId": "node4" + } + ], + "GraphParameters": {} + }, + "exampleRequest": { + "inputs": { + "input1": [ + [ + "age" + ], + [ + "workclass" + ], + [ + "fnlwgt" + ], + [ + "education" + ], + [ + "education-num" + ] + ] + }, + "globalParameters": null + } } + } } -} \ No newline at end of file + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServiceKeys.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServiceKeys.json index 099ced8ac2e0..65e00a62d9e7 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServiceKeys.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServiceKeys.json @@ -1,18 +1,17 @@ { - "parameters": { - "subscriptionId": "subscription-id", - "resourceGroupName": "OneResourceGroupName", - "api-version": "2017-01-01", - "webServiceName": "TargetWebServiceName" - }, - "responses": { - "200": { - "headers": { - }, - "body": { - "primary": "The Primary key", - "secondary": "The Secondary key" - } - } + "parameters": { + "subscriptionId": "subscription-id", + "resourceGroupName": "OneResourceGroupName", + "api-version": "2017-01-01", + "webServiceName": "TargetWebServiceName" + }, + "responses": { + "200": { + "headers": {}, + "body": { + "primary": "The Primary key", + "secondary": "The Secondary key" + } } -} \ No newline at end of file + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServicesByResourceGroup.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServicesByResourceGroup.json index 5f061287ff77..26eb49938580 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServicesByResourceGroup.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServicesByResourceGroup.json @@ -1,83 +1,83 @@ { - "parameters": { - "subscriptionId": "subscription-id", - "resourceGroupName": "OneResourceGroupName", - "api-version": "2017-01-01" - }, - "responses": { - "200": { - "headers": { - "azure-asyncoperation": "http://azure.async.operation/status" + "parameters": { + "subscriptionId": "subscription-id", + "resourceGroupName": "OneResourceGroupName", + "api-version": "2017-01-01" + }, + "responses": { + "200": { + "headers": { + "azure-asyncoperation": "http://azure.async.operation/status" + }, + "body": { + "value": [ + { + "id": "TheWebServiceId", + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" }, - "body": { - "value": [ - { - "id": "TheWebServiceId", - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "properties": { - "title": "New Web Service Title", - "description": "New Web Service Description", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "createdOn": "2017-01-01T01:01:01Z", - "modifiedOn": "2017-01-01T02:02:02Z", - "provisioningState": "Provisioning", - "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "packageType": "Graph" - } - }, - { - "id": "TheWebServiceId2", - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "properties": { - "title": "New Web Service Title2", - "description": "New Web Service Description2", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "createdOn": "2017-01-01T01:01:01Z", - "modifiedOn": "2017-01-01T02:02:02Z", - "provisioningState": "Provisioning", - "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "packageType": "Graph" - } - } - ], - "nextLink": "https://the.next/link" + "properties": { + "title": "New Web Service Title", + "description": "New Web Service Description", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "createdOn": "2017-01-01T01:01:01Z", + "modifiedOn": "2017-01-01T02:02:02Z", + "provisioningState": "Provisioning", + "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "packageType": "Graph" } - } + }, + { + "id": "TheWebServiceId2", + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "title": "New Web Service Title2", + "description": "New Web Service Description2", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "createdOn": "2017-01-01T01:01:01Z", + "modifiedOn": "2017-01-01T02:02:02Z", + "provisioningState": "Provisioning", + "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "packageType": "Graph" + } + } + ], + "nextLink": "https://the.next/link" + } } -} \ No newline at end of file + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServicesBySubscriptionId.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServicesBySubscriptionId.json index 20719a9bafb9..9fb51c8407c4 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServicesBySubscriptionId.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/examples/getWebServicesBySubscriptionId.json @@ -1,82 +1,82 @@ { - "parameters": { - "subscriptionId": "subscription-id", - "api-version": "2017-01-01" - }, - "responses": { - "200": { - "headers": { - "azure-asyncoperation": "http://azure.async.operation/status" + "parameters": { + "subscriptionId": "subscription-id", + "api-version": "2017-01-01" + }, + "responses": { + "200": { + "headers": { + "azure-asyncoperation": "http://azure.async.operation/status" + }, + "body": { + "value": [ + { + "id": "TheWebServiceId", + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" }, - "body": { - "value": [ - { - "id": "TheWebServiceId", - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "properties": { - "title": "New Web Service Title", - "description": "New Web Service Description", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "createdOn": "2017-01-01T01:01:01Z", - "modifiedOn": "2017-01-01T02:02:02Z", - "provisioningState": "Provisioning", - "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "packageType": "Graph" - } - }, - { - "id": "TheWebServiceId2", - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "properties": { - "title": "New Web Service Title2", - "description": "New Web Service Description2", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "createdOn": "2017-01-01T01:01:01Z", - "modifiedOn": "2017-01-01T02:02:02Z", - "provisioningState": "Provisioning", - "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "packageType": "Graph" - } - } - ], - "nextLink": "https://the.next/link" + "properties": { + "title": "New Web Service Title", + "description": "New Web Service Description", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "createdOn": "2017-01-01T01:01:01Z", + "modifiedOn": "2017-01-01T02:02:02Z", + "provisioningState": "Provisioning", + "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "packageType": "Graph" } - } + }, + { + "id": "TheWebServiceId2", + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "title": "New Web Service Title2", + "description": "New Web Service Description2", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "createdOn": "2017-01-01T01:01:01Z", + "modifiedOn": "2017-01-01T02:02:02Z", + "provisioningState": "Provisioning", + "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "packageType": "Graph" + } + } + ], + "nextLink": "https://the.next/link" + } } -} \ No newline at end of file + } +} 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 5758775b74bf..f39ac13175df 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 @@ -1,203 +1,203 @@ { - "parameters": { - "subscriptionId": "subscription-id", - "resourceGroupName": "OneResourceGroupName", - "api-version": "2017-01-01", - "webServiceName": "TargetWebServiceName", - "patchPayload": { - "location": "West US", + "parameters": { + "subscriptionId": "subscription-id", + "resourceGroupName": "OneResourceGroupName", + "api-version": "2017-01-01", + "webServiceName": "TargetWebServiceName", + "patchPayload": { + "location": "West US", + "properties": { + "title": "New Web Service Title", + "description": "New Web Service Description", + "packageType": "Graph" + } + } + }, + "responses": { + "200": { + "headers": { + "azure-asyncoperation": "http://azure.async.operation/status" + }, + "body": { + "id": "TheWebServiceId", + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "title": "New Web Service Title", + "description": "New Web Service Description", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "createdOn": "2017-01-01T01:01:01Z", + "modifiedOn": "2017-01-01T02:02:02Z", + "provisioningState": "Provisioning", + "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "machineLearningWorkspace": { + "id": "workspaceId" + }, + "packageType": "Graph", + "assets": { + "asset1": { + "name": "Execute R Script", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-1", + "credentials": "" + } + }, + "asset2": { + "name": "Import Data", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-2", + "credentials": "" + } + } + }, + "parameters": {}, + "input": { + "title": "", + "description": "", + "type": "object", "properties": { - "title": "New Web Service Title", - "description": "New Web Service Description", - "packageType": "Graph" + "input1": { + "title": "", + "description": "", + "type": "object", + "properties": { + "column_name": { + "type": "String", + "x-ms-isnullable": false + } + } + } } - } - }, - "responses": { - "200": { - "headers": { - "azure-asyncoperation": "http://azure.async.operation/status" - }, - "body": { - "id": "TheWebServiceId", - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, + }, + "output": { + "title": "", + "description": "", + "type": "object", + "properties": { + "output1": { + "title": "", + "description": "", + "type": "object", "properties": { - "title": "New Web Service Title", - "description": "New Web Service Description", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "createdOn": "2017-01-01T01:01:01Z", - "modifiedOn": "2017-01-01T02:02:02Z", - "provisioningState": "Provisioning", - "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "machineLearningWorkspace": { - "id": "workspaceId" - }, - "packageType": "Graph", - "assets": { - "asset1": { - "name": "Execute R Script", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-1", - "credentials": "" - } - }, - "asset2": { - "name": "Import Data", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-2", - "credentials": "" - } - } - }, - "parameters": {}, - "input": { - "title": "", - "description": "", - "type": "object", - "properties": { - "input1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "column_name": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } - }, - "output": { - "title": "", - "description": "", - "type": "object", - "properties": { - "output1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "age": { - "type": "Integer", - "format": "Int32", - "x-ms-isnullable": true - }, - "workclass": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } - }, - "package": { - "Nodes": { - "node1": { - "AssetId": "asset1", - "Parameters": { - "R Script": { - "Value": "The R Script", - "CertificateThumbprint": "" - }, - "R Version": { - "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" - } - } - }, - "node2": { - "AssetId": "asset2", - "Parameters": { - "Please Specify Data Source": { - "Value": "AzureBlobStorage", - "CertificateThumbprint": "" - }, - "Please Specify Authentication Type": { - "Value": "Account", - "CertificateThumbprint": "" - }, - "Account Name": { - "Value": "accountName", - "CertificateThumbprint": "" - }, - "Account Key": { - "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" - } - } - }, - "node3": { - "InputId": "input1" - }, - "node4": { - "OutputId": "output1" - } - }, - "Edges": [ - { - "SourceNodeId": "node2", - "SourcePortId": "Results dataset", - "TargetNodeId": "node1", - "TargetPortId": "Dataset2" - }, - { - "SourceNodeId": "node3", - "TargetNodeId": "node1", - "TargetPortId": "Dataset1" - }, - { - "SourceNodeId": "node1", - "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" - } - ], - "GraphParameters": {} - }, - "exampleRequest": { - "inputs": { - "input1": [ - [ - "age" - ], - [ - "workclass" - ], - [ - "fnlwgt" - ], - [ - "education" - ], - [ - "education-num" - ] - ] - }, - "globalParameters": null - } + "age": { + "type": "Integer", + "format": "Int32", + "x-ms-isnullable": true + }, + "workclass": { + "type": "String", + "x-ms-isnullable": false + } } + } } + }, + "package": { + "Nodes": { + "node1": { + "AssetId": "asset1", + "Parameters": { + "R Script": { + "Value": "The R Script", + "CertificateThumbprint": "" + }, + "R Version": { + "Value": "CRAN R 3.1.0", + "CertificateThumbprint": "" + } + } + }, + "node2": { + "AssetId": "asset2", + "Parameters": { + "Please Specify Data Source": { + "Value": "AzureBlobStorage", + "CertificateThumbprint": "" + }, + "Please Specify Authentication Type": { + "Value": "Account", + "CertificateThumbprint": "" + }, + "Account Name": { + "Value": "accountName", + "CertificateThumbprint": "" + }, + "Account Key": { + "Value": "Encrypted Key", + "CertificateThumbprint": "TheThumbprint" + } + } + }, + "node3": { + "InputId": "input1" + }, + "node4": { + "OutputId": "output1" + } + }, + "Edges": [ + { + "SourceNodeId": "node2", + "SourcePortId": "Results dataset", + "TargetNodeId": "node1", + "TargetPortId": "Dataset2" + }, + { + "SourceNodeId": "node3", + "TargetNodeId": "node1", + "TargetPortId": "Dataset1" + }, + { + "SourceNodeId": "node1", + "SourcePortId": "Result Dataset", + "TargetNodeId": "node4" + } + ], + "GraphParameters": {} + }, + "exampleRequest": { + "inputs": { + "input1": [ + [ + "age" + ], + [ + "workclass" + ], + [ + "fnlwgt" + ], + [ + "education" + ], + [ + "education-num" + ] + ] + }, + "globalParameters": null + } } + } } -} \ No newline at end of file + } +} 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 dad017d2d2f7..a780004fa25b 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 @@ -1,556 +1,556 @@ { - "parameters": { - "subscriptionId": "subscription-id", - "resourceGroupName": "OneResourceGroupName", - "api-version": "2017-01-01", - "webServiceName": "TargetWebServiceName", - "createOrUpdatePayload": { - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, - "properties": { - "title": "Web Service Title", - "description": "Web Service Description", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name", - "key": "Storage_Key" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "machineLearningWorkspace": { - "id": "workspaceId" + "parameters": { + "subscriptionId": "subscription-id", + "resourceGroupName": "OneResourceGroupName", + "api-version": "2017-01-01", + "webServiceName": "TargetWebServiceName", + "createOrUpdatePayload": { + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "title": "Web Service Title", + "description": "Web Service Description", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name", + "key": "Storage_Key" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "machineLearningWorkspace": { + "id": "workspaceId" + }, + "packageType": "Graph", + "assets": { + "asset1": { + "name": "Execute R Script", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-1", + "credentials": "" + } + }, + "asset2": { + "name": "Import Data", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-2", + "credentials": "" + } + } + }, + "parameters": {}, + "input": { + "title": "", + "description": "", + "type": "object", + "properties": { + "input1": { + "title": "", + "description": "", + "type": "object", + "properties": { + "column_name": { + "type": "String", + "x-ms-isnullable": false + } + } + } + } + }, + "output": { + "title": "", + "description": "", + "type": "object", + "properties": { + "output1": { + "title": "", + "description": "", + "type": "object", + "properties": { + "age": { + "type": "Integer", + "format": "Int32", + "x-ms-isnullable": true }, - "packageType": "Graph", - "assets": { - "asset1": { - "name": "Execute R Script", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-1", - "credentials": "" - } - }, - "asset2": { - "name": "Import Data", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-2", - "credentials": "" - } - } + "workclass": { + "type": "String", + "x-ms-isnullable": false + } + } + } + } + }, + "package": { + "Nodes": { + "node1": { + "AssetId": "asset1", + "Parameters": { + "R Script": { + "Value": "The R Script", + "CertificateThumbprint": "" }, - "parameters": {}, - "input": { - "title": "", - "description": "", - "type": "object", - "properties": { - "input1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "column_name": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } + "R Version": { + "Value": "CRAN R 3.1.0", + "CertificateThumbprint": "" + } + } + }, + "node2": { + "AssetId": "asset2", + "Parameters": { + "Please Specify Data Source": { + "Value": "AzureBlobStorage", + "CertificateThumbprint": "" }, - "output": { - "title": "", - "description": "", - "type": "object", - "properties": { - "output1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "age": { - "type": "Integer", - "format": "Int32", - "x-ms-isnullable": true - }, - "workclass": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } + "Please Specify Authentication Type": { + "Value": "Account", + "CertificateThumbprint": "" }, - "package": { - "Nodes": { - "node1": { - "AssetId": "asset1", - "Parameters": { - "R Script": { - "Value": "The R Script", - "CertificateThumbprint": "" - }, - "R Version": { - "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" - } - } - }, - "node2": { - "AssetId": "asset2", - "Parameters": { - "Please Specify Data Source": { - "Value": "AzureBlobStorage", - "CertificateThumbprint": "" - }, - "Please Specify Authentication Type": { - "Value": "Account", - "CertificateThumbprint": "" - }, - "Account Name": { - "Value": "accountName", - "CertificateThumbprint": "" - }, - "Account Key": { - "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" - } - } - }, - "node3": { - "InputId": "input1" - }, - "node4": { - "OutputId": "output1" - } - }, - "Edges": [ - { - "SourceNodeId": "node2", - "SourcePortId": "Results dataset", - "TargetNodeId": "node1", - "TargetPortId": "Dataset2" - }, - { - "SourceNodeId": "node3", - "TargetNodeId": "node1", - "TargetPortId": "Dataset1" - }, - { - "SourceNodeId": "node1", - "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" - } - ], - "GraphParameters": {} + "Account Name": { + "Value": "accountName", + "CertificateThumbprint": "" }, - "exampleRequest": { - "inputs": { - "input1": [ - [ - "age" - ], - [ - "workclass" - ], - [ - "fnlwgt" - ], - [ - "education" - ], - [ - "education-num" - ] - ] - }, - "globalParameters": null + "Account Key": { + "Value": "Encrypted Key", + "CertificateThumbprint": "TheThumbprint" } + } + }, + "node3": { + "InputId": "input1" + }, + "node4": { + "OutputId": "output1" } + }, + "Edges": [ + { + "SourceNodeId": "node2", + "SourcePortId": "Results dataset", + "TargetNodeId": "node1", + "TargetPortId": "Dataset2" + }, + { + "SourceNodeId": "node3", + "TargetNodeId": "node1", + "TargetPortId": "Dataset1" + }, + { + "SourceNodeId": "node1", + "SourcePortId": "Result Dataset", + "TargetNodeId": "node4" + } + ], + "GraphParameters": {} + }, + "exampleRequest": { + "inputs": { + "input1": [ + [ + "age" + ], + [ + "workclass" + ], + [ + "fnlwgt" + ], + [ + "education" + ], + [ + "education-num" + ] + ] + }, + "globalParameters": null } - }, - "responses": { - "200": { - "headers": { - "azure-asyncoperation": "http://azure.async.operation/status" + } + } + }, + "responses": { + "200": { + "headers": { + "azure-asyncoperation": "http://azure.async.operation/status" + }, + "body": { + "id": "TheWebServiceId", + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" + }, + "properties": { + "title": "Web Service Title", + "description": "Web Service Description", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "createdOn": "2017-01-01T01:01:01Z", + "modifiedOn": "2017-01-01T02:02:02Z", + "provisioningState": "Provisioning", + "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "machineLearningWorkspace": { + "id": "workspaceId" + }, + "packageType": "Graph", + "assets": { + "asset1": { + "name": "Execute R Script", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-1", + "credentials": "" + } }, - "body": { - "id": "TheWebServiceId", - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, + "asset2": { + "name": "Import Data", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-2", + "credentials": "" + } + } + }, + "parameters": {}, + "input": { + "title": "", + "description": "", + "type": "object", + "properties": { + "input1": { + "title": "", + "description": "", + "type": "object", + "properties": { + "column_name": { + "type": "String", + "x-ms-isnullable": false + } + } + } + } + }, + "output": { + "title": "", + "description": "", + "type": "object", + "properties": { + "output1": { + "title": "", + "description": "", + "type": "object", "properties": { - "title": "Web Service Title", - "description": "Web Service Description", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "createdOn": "2017-01-01T01:01:01Z", - "modifiedOn": "2017-01-01T02:02:02Z", - "provisioningState": "Provisioning", - "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "machineLearningWorkspace": { - "id": "workspaceId" - }, - "packageType": "Graph", - "assets": { - "asset1": { - "name": "Execute R Script", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-1", - "credentials": "" - } - }, - "asset2": { - "name": "Import Data", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-2", - "credentials": "" - } - } - }, - "parameters": {}, - "input": { - "title": "", - "description": "", - "type": "object", - "properties": { - "input1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "column_name": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } - }, - "output": { - "title": "", - "description": "", - "type": "object", - "properties": { - "output1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "age": { - "type": "Integer", - "format": "Int32", - "x-ms-isnullable": true - }, - "workclass": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } - }, - "package": { - "Nodes": { - "node1": { - "AssetId": "asset1", - "Parameters": { - "R Script": { - "Value": "The R Script", - "CertificateThumbprint": "" - }, - "R Version": { - "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" - } - } - }, - "node2": { - "AssetId": "asset2", - "Parameters": { - "Please Specify Data Source": { - "Value": "AzureBlobStorage", - "CertificateThumbprint": "" - }, - "Please Specify Authentication Type": { - "Value": "Account", - "CertificateThumbprint": "" - }, - "Account Name": { - "Value": "accountName", - "CertificateThumbprint": "" - }, - "Account Key": { - "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" - } - } - }, - "node3": { - "InputId": "input1" - }, - "node4": { - "OutputId": "output1" - } - }, - "Edges": [ - { - "SourceNodeId": "node2", - "SourcePortId": "Results dataset", - "TargetNodeId": "node1", - "TargetPortId": "Dataset2" - }, - { - "SourceNodeId": "node3", - "TargetNodeId": "node1", - "TargetPortId": "Dataset1" - }, - { - "SourceNodeId": "node1", - "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" - } - ], - "GraphParameters": {} - }, - "exampleRequest": { - "inputs": { - "input1": [ - [ - "age" - ], - [ - "workclass" - ], - [ - "fnlwgt" - ], - [ - "education" - ], - [ - "education-num" - ] - ] - }, - "globalParameters": null - } + "age": { + "type": "Integer", + "format": "Int32", + "x-ms-isnullable": true + }, + "workclass": { + "type": "String", + "x-ms-isnullable": false + } } + } } + }, + "package": { + "Nodes": { + "node1": { + "AssetId": "asset1", + "Parameters": { + "R Script": { + "Value": "The R Script", + "CertificateThumbprint": "" + }, + "R Version": { + "Value": "CRAN R 3.1.0", + "CertificateThumbprint": "" + } + } + }, + "node2": { + "AssetId": "asset2", + "Parameters": { + "Please Specify Data Source": { + "Value": "AzureBlobStorage", + "CertificateThumbprint": "" + }, + "Please Specify Authentication Type": { + "Value": "Account", + "CertificateThumbprint": "" + }, + "Account Name": { + "Value": "accountName", + "CertificateThumbprint": "" + }, + "Account Key": { + "Value": "Encrypted Key", + "CertificateThumbprint": "TheThumbprint" + } + } + }, + "node3": { + "InputId": "input1" + }, + "node4": { + "OutputId": "output1" + } + }, + "Edges": [ + { + "SourceNodeId": "node2", + "SourcePortId": "Results dataset", + "TargetNodeId": "node1", + "TargetPortId": "Dataset2" + }, + { + "SourceNodeId": "node3", + "TargetNodeId": "node1", + "TargetPortId": "Dataset1" + }, + { + "SourceNodeId": "node1", + "SourcePortId": "Result Dataset", + "TargetNodeId": "node4" + } + ], + "GraphParameters": {} + }, + "exampleRequest": { + "inputs": { + "input1": [ + [ + "age" + ], + [ + "workclass" + ], + [ + "fnlwgt" + ], + [ + "education" + ], + [ + "education-num" + ] + ] + }, + "globalParameters": null + } + } + } + }, + "201": { + "headers": { + "azure-asyncoperation": "http://azure.async.operation/status" + }, + "body": { + "id": "TheWebServiceId", + "location": "West US", + "tags": { + "tag1": "value1", + "tag2": "value2" }, - "201": { - "headers": { - "azure-asyncoperation": "http://azure.async.operation/status" + "properties": { + "title": "Web Service Title", + "description": "Web Service Description", + "readOnly": false, + "exposeSampleData": true, + "storageAccount": { + "name": "Storage_Name" + }, + "commitmentPlan": { + "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" + }, + "createdOn": "2017-01-01T01:01:01Z", + "modifiedOn": "2017-01-01T01:01:01Z", + "provisioningState": "Provisioning", + "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", + "realtimeConfiguration": { + "maxConcurrentCalls": 4 + }, + "diagnostics": { + "level": "None" + }, + "payloadsInBlobStorage": false, + "machineLearningWorkspace": { + "id": "workspaceId" + }, + "packageType": "Graph", + "assets": { + "asset1": { + "name": "Execute R Script", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-1", + "credentials": "" + } }, - "body": { - "id": "TheWebServiceId", - "location": "West US", - "tags": { - "tag1": "value1", - "tag2": "value2" - }, + "asset2": { + "name": "Import Data", + "type": "Module", + "locationInfo": { + "uri": "aml://module/moduleId-2", + "credentials": "" + } + } + }, + "parameters": {}, + "input": { + "title": "", + "description": "", + "type": "object", + "properties": { + "input1": { + "title": "", + "description": "", + "type": "object", "properties": { - "title": "Web Service Title", - "description": "Web Service Description", - "readOnly": false, - "exposeSampleData": true, - "storageAccount": { - "name": "Storage_Name" - }, - "commitmentPlan": { - "id": "/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.MachineLearning/commitmentPlans/commitmentPlanName" - }, - "createdOn": "2017-01-01T01:01:01Z", - "modifiedOn": "2017-01-01T01:01:01Z", - "provisioningState": "Provisioning", - "swaggerLocation": "https://ussouthcentral.services.azureml.net/subscriptions/subscriptionId/services/serviceId/swagger.json", - "realtimeConfiguration": { - "maxConcurrentCalls": 4 - }, - "diagnostics": { - "level": "None" - }, - "payloadsInBlobStorage": false, - "machineLearningWorkspace": { - "id": "workspaceId" - }, - "packageType": "Graph", - "assets": { - "asset1": { - "name": "Execute R Script", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-1", - "credentials": "" - } - }, - "asset2": { - "name": "Import Data", - "type": "Module", - "locationInfo": { - "uri": "aml://module/moduleId-2", - "credentials": "" - } - } - }, - "parameters": {}, - "input": { - "title": "", - "description": "", - "type": "object", - "properties": { - "input1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "column_name": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } - }, - "output": { - "title": "", - "description": "", - "type": "object", - "properties": { - "output1": { - "title": "", - "description": "", - "type": "object", - "properties": { - "age": { - "type": "Integer", - "format": "Int32", - "x-ms-isnullable": true - }, - "workclass": { - "type": "String", - "x-ms-isnullable": false - } - } - } - } - }, - "package": { - "Nodes": { - "node1": { - "AssetId": "asset1", - "Parameters": { - "R Script": { - "Value": "The R Script", - "CertificateThumbprint": "" - }, - "R Version": { - "Value": "CRAN R 3.1.0", - "CertificateThumbprint": "" - } - } - }, - "node2": { - "AssetId": "asset2", - "Parameters": { - "Please Specify Data Source": { - "Value": "AzureBlobStorage", - "CertificateThumbprint": "" - }, - "Please Specify Authentication Type": { - "Value": "Account", - "CertificateThumbprint": "" - }, - "Account Name": { - "Value": "accountName", - "CertificateThumbprint": "" - }, - "Account Key": { - "Value": "Encrypted Key", - "CertificateThumbprint": "TheThumbprint" - } - } - }, - "node3": { - "InputId": "input1" - }, - "node4": { - "OutputId": "output1" - } - }, - "Edges": [ - { - "SourceNodeId": "node2", - "SourcePortId": "Results dataset", - "TargetNodeId": "node1", - "TargetPortId": "Dataset2" - }, - { - "SourceNodeId": "node3", - "TargetNodeId": "node1", - "TargetPortId": "Dataset1" - }, - { - "SourceNodeId": "node1", - "SourcePortId": "Result Dataset", - "TargetNodeId": "node4" - } - ], - "GraphParameters": {} - }, - "exampleRequest": { - "inputs": { - "input1": [ - [ - "age" - ], - [ - "workclass" - ], - [ - "fnlwgt" - ], - [ - "education" - ], - [ - "education-num" - ] - ] - }, - "globalParameters": null - } + "column_name": { + "type": "String", + "x-ms-isnullable": false + } } + } } + }, + "output": { + "title": "", + "description": "", + "type": "object", + "properties": { + "output1": { + "title": "", + "description": "", + "type": "object", + "properties": { + "age": { + "type": "Integer", + "format": "Int32", + "x-ms-isnullable": true + }, + "workclass": { + "type": "String", + "x-ms-isnullable": false + } + } + } + } + }, + "package": { + "Nodes": { + "node1": { + "AssetId": "asset1", + "Parameters": { + "R Script": { + "Value": "The R Script", + "CertificateThumbprint": "" + }, + "R Version": { + "Value": "CRAN R 3.1.0", + "CertificateThumbprint": "" + } + } + }, + "node2": { + "AssetId": "asset2", + "Parameters": { + "Please Specify Data Source": { + "Value": "AzureBlobStorage", + "CertificateThumbprint": "" + }, + "Please Specify Authentication Type": { + "Value": "Account", + "CertificateThumbprint": "" + }, + "Account Name": { + "Value": "accountName", + "CertificateThumbprint": "" + }, + "Account Key": { + "Value": "Encrypted Key", + "CertificateThumbprint": "TheThumbprint" + } + } + }, + "node3": { + "InputId": "input1" + }, + "node4": { + "OutputId": "output1" + } + }, + "Edges": [ + { + "SourceNodeId": "node2", + "SourcePortId": "Results dataset", + "TargetNodeId": "node1", + "TargetPortId": "Dataset2" + }, + { + "SourceNodeId": "node3", + "TargetNodeId": "node1", + "TargetPortId": "Dataset1" + }, + { + "SourceNodeId": "node1", + "SourcePortId": "Result Dataset", + "TargetNodeId": "node4" + } + ], + "GraphParameters": {} + }, + "exampleRequest": { + "inputs": { + "input1": [ + [ + "age" + ], + [ + "workclass" + ], + [ + "fnlwgt" + ], + [ + "education" + ], + [ + "education-num" + ] + ] + }, + "globalParameters": null + } } + } } -} \ No newline at end of file + } +} diff --git a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/webservices.json b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/webservices.json index 3061906d2b5c..26a02e11a29d 100644 --- a/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/webservices.json +++ b/specification/machinelearning/resource-manager/Microsoft.MachineLearning/stable/2017-01-01/webservices.json @@ -20,9 +20,11 @@ "get": { "description": "Lists all the available REST API operations.", "operationId": "Operations_List", - "parameters": [{ - "$ref": "#/parameters/APIVersionParameter" - }], + "parameters": [ + { + "$ref": "#/parameters/APIVersionParameter" + } + ], "x-ms-pageable": { "nextLinkName": null }, @@ -208,7 +210,7 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/CreateRegionalBlob":{ + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}/CreateRegionalBlob": { "post": { "tags": [ "WebServices" @@ -494,7 +496,7 @@ "properties" ] }, - "PatchedWebService": { + "PatchedWebService": { "type": "object", "description": "Instance of an Patched Azure ML web service resource.", "allOf": [ @@ -554,7 +556,7 @@ }, "keys": { "$ref": "#/definitions/WebServiceKeys", - "description": "Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations." + "description": "Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations." }, "readOnly": { "type": "boolean", @@ -566,8 +568,8 @@ "readOnly": true }, "exposeSampleData": { - "type": "boolean", - "description": "When set to true, sample data is included in the web service's swagger definition. The default value is true." + "type": "boolean", + "description": "When set to true, sample data is included in the web service's swagger definition. The default value is true." }, "realtimeConfiguration": { "$ref": "#/definitions/RealtimeConfiguration",