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 1082
1082
"properties" : {},
1083
1083
"description" : " Defines the SAP Enqueue Server properties."
1084
1084
},
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
+ },
1085
1104
"FileshareProfile" : {
1086
1105
"type" : " object" ,
1087
1106
"properties" : {
2746
2765
},
2747
2766
{
2748
2767
"$ref" : " #/definitions/SAPInstallWithoutOSConfigSoftwareConfiguration"
2768
+ },
2769
+ {
2770
+ "$ref" : " #/definitions/ExternalInstallationSoftwareConfiguration"
2749
2771
}
2750
2772
],
2751
2773
"properties" : {},
You can’t perform that action at this time.
0 commit comments