File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
schemas/2021-12-01-preview Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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" : {
27462765 },
27472766 {
27482767 "$ref" : " #/definitions/SAPInstallWithoutOSConfigSoftwareConfiguration"
2768+ },
2769+ {
2770+ "$ref" : " #/definitions/ExternalInstallationSoftwareConfiguration"
27492771 }
27502772 ],
27512773 "properties" : {},
You can’t perform that action at this time.
0 commit comments