Skip to content

Commit e414e2d

Browse files
author
msftbot[bot]
authored
[ReleasePR workloads] [Workloads - Sap Virtual Instance] (#2629)
Create to sync Azure/azure-rest-api-specs#21284 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/workloads?expand=1)
2 parents 5ed4e78 + 6e6f118 commit e414e2d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

schemas/2021-12-01-preview/Microsoft.Workloads.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,25 @@
10821082
"properties": {},
10831083
"description": "Defines the SAP Enqueue Server properties."
10841084
},
1085+
"ExternalInstallationSoftwareConfiguration": {
1086+
"type": "object",
1087+
"properties": {
1088+
"centralServerVmId": {
1089+
"type": "string",
1090+
"description": "The resource ID of the virtual machine containing the central server instance."
1091+
},
1092+
"softwareInstallationType": {
1093+
"type": "string",
1094+
"enum": [
1095+
"External"
1096+
]
1097+
}
1098+
},
1099+
"required": [
1100+
"softwareInstallationType"
1101+
],
1102+
"description": "The SAP Software configuration Input when the software is installed externally outside the service."
1103+
},
10851104
"FileshareProfile": {
10861105
"type": "object",
10871106
"properties": {
@@ -2746,6 +2765,9 @@
27462765
},
27472766
{
27482767
"$ref": "#/definitions/SAPInstallWithoutOSConfigSoftwareConfiguration"
2768+
},
2769+
{
2770+
"$ref": "#/definitions/ExternalInstallationSoftwareConfiguration"
27492771
}
27502772
],
27512773
"properties": {},

0 commit comments

Comments
 (0)