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
22 changes: 22 additions & 0 deletions schemas/2021-12-01-preview/Microsoft.Workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,25 @@
"properties": {},
"description": "Defines the SAP Enqueue Server properties."
},
"ExternalInstallationSoftwareConfiguration": {
"type": "object",
"properties": {
"centralServerVmId": {
"type": "string",
"description": "The resource ID of the virtual machine containing the central server instance."
},
"softwareInstallationType": {
"type": "string",
"enum": [
"External"
]
}
},
"required": [
"softwareInstallationType"
],
"description": "The SAP Software configuration Input when the software is installed externally outside the service."
},
"FileshareProfile": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2746,6 +2765,9 @@
},
{
"$ref": "#/definitions/SAPInstallWithoutOSConfigSoftwareConfiguration"
},
{
"$ref": "#/definitions/ExternalInstallationSoftwareConfiguration"
}
],
"properties": {},
Expand Down