Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
typo: machinelearningservices/resource-manager/Microsoft.MachineLearn…
…ingServices

- SSL capitalization
- configugation -> configuration
- creadentials -> credentials
  • Loading branch information
nschonni committed Dec 2, 2018
commit c5cbe5bc003fa15bccef51f089788c2cfb6a0a9c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,10 +1371,10 @@
},
"SslConfiguration": {
"type": "object",
"description": "The ssl configugation for scoring",
"description": "The SSL configuration for scoring",
"properties": {
"status": {
"description": "Enable or disable ssl for scoring",
"description": "Enable or disable SSL for scoring",
"type": "string",
"enum": [
"Disabled",
Expand Down Expand Up @@ -1485,7 +1485,7 @@
"type": "object",
"properties": {
"administratorAccount": {
"description": "Admin creadentials for virtual machine.",
"description": "Admin credentials for virtual machine.",
"$ref": "#/definitions/VirtualMachineSshCredentials"
}
}
Expand Down