Skip to content

Commit

Permalink
[ReleasePR workloads] [Workloads - Sap Virtual Instance] (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Oct 28, 2022
2 parents 5ed4e78 + 6e6f118 commit e414e2d
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit e414e2d

Please sign in to comment.