diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2019-06-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2019-06-01/machineLearningServices.json index 203fc21a013c..7180b90da2a6 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2019-06-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2019-06-01/machineLearningServices.json @@ -1811,6 +1811,34 @@ ], "x-ms-discriminator-value": "DataLakeAnalytics" }, + "OnPrem": { + "description": "A OnPrem compute.", + "allOf": [ + { + "$ref": "#/definitions/Compute" + }, + { + "type": "object", + "properties": { + "properties": { + "type": "object", + "properties": { + "address": { + "description": "relay connection string to the on prem.", + "type": "string" + }, + "userAccountCredentials": { + "title": "User account credentials.", + "description": "Credentials for an administrator user account that will be created on each compute node.", + "$ref": "#/definitions/UserAccountCredentials" + } + } + } + } + } + ], + "x-ms-discriminator-value": "OnPrem" + }, "ServicePrincipalCredentials": { "type": "object", "description": "Service principal credentials.", @@ -2217,7 +2245,8 @@ "VirtualMachine", "HDInsight", "Databricks", - "DataLakeAnalytics" + "DataLakeAnalytics", + "OnPrem" ], "x-ms-enum": { "name": "ComputeType",