From 321093d6c69eaf7f4e261d59afcbbc726e635bf7 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 4 Dec 2018 07:28:43 +0000 Subject: [PATCH] Generated from 11a4b072fb0059e6cf43942e88777d084e74e04f Changing vmPriority and allocationState to match MLC and other conventions --- .../mgmt/2018-03-01-preview/services/models.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/preview/machinelearning/mgmt/2018-03-01-preview/services/models.go b/services/preview/machinelearning/mgmt/2018-03-01-preview/services/models.go index 74144a170fdb..21946d2896ba 100644 --- a/services/preview/machinelearning/mgmt/2018-03-01-preview/services/models.go +++ b/services/preview/machinelearning/mgmt/2018-03-01-preview/services/models.go @@ -1323,9 +1323,9 @@ type ScaleSettings struct { AutoScaleEnabled *bool `json:"autoScaleEnabled,omitempty"` } -// SslConfiguration the ssl configugation for scoring +// SslConfiguration the SSL configuration for scoring type SslConfiguration struct { - // Status - Enable or disable ssl for scoring. Possible values include: 'Disabled', 'Enabled' + // Status - Enable or disable SSL for scoring. Possible values include: 'Disabled', 'Enabled' Status Status `json:"status,omitempty"` // Cert - Cert data Cert *string `json:"cert,omitempty"` @@ -1449,7 +1449,7 @@ type VirtualMachineProperties struct { // VirtualMachineSecrets secrets related to a Machine Learning compute based on AKS. type VirtualMachineSecrets struct { - // AdministratorAccount - Admin creadentials for virtual machine. + // AdministratorAccount - Admin credentials for virtual machine. AdministratorAccount *VirtualMachineSSHCredentials `json:"administratorAccount,omitempty"` // ComputeType - Possible values include: 'ComputeTypeBasicComputeSecretsComputeTypeComputeSecrets', 'ComputeTypeBasicComputeSecretsComputeTypeAKS', 'ComputeTypeBasicComputeSecretsComputeTypeVirtualMachine' ComputeType ComputeTypeBasicComputeSecrets `json:"computeType,omitempty"`