File tree Expand file tree Collapse file tree 1 file changed +3
-33
lines changed
specification/recommendationsservice/resource-manager/Microsoft.RecommendationsService/preview/2021-02-01-preview Expand file tree Collapse file tree 1 file changed +3
-33
lines changed Original file line number Diff line number Diff line change 929
929
"EndpointAuthentication" : {
930
930
"description" : " Service endpoints authentication details." ,
931
931
"type" : " object" ,
932
- "required" : [
933
- " aadTenantID" ,
934
- " principalID" ,
935
- " principalType"
936
- ],
937
932
"properties" : {
938
933
"aadTenantID" : {
939
934
"description" : " AAD tenant ID." ,
1023
1018
"$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/TrackedResource"
1024
1019
}
1025
1020
],
1026
- "required" : [
1027
- " properties"
1028
- ],
1029
1021
"properties" : {
1030
1022
"properties" : {
1031
1023
"description" : " Account resource properties." ,
1032
1024
"type" : " object" ,
1033
- "required" : [
1034
- " configuration"
1035
- ],
1036
1025
"properties" : {
1037
1026
"configuration" : {
1038
1027
"description" : " Account configuration. This can only be set at RecommendationsService Account creation." ,
1043
1032
],
1044
1033
"enum" : [
1045
1034
" Free" ,
1046
- " Explore" ,
1047
1035
" Capacity"
1048
1036
],
1049
1037
"x-ms-enum" : {
1116
1104
"ModelingInputData" : {
1117
1105
"description" : " The configuration to raw CDM data to be used as Modeling resource input." ,
1118
1106
"type" : " object" ,
1119
- "required" : [
1120
- " connectionString"
1121
- ],
1122
1107
"properties" : {
1123
1108
"connectionString" : {
1124
1109
"description" : " Connection string to raw input data." ,
1134
1119
"$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/TrackedResource"
1135
1120
}
1136
1121
],
1137
- "required" : [
1138
- " properties"
1139
- ],
1140
1122
"properties" : {
1141
1123
"properties" : {
1142
1124
"description" : " Modeling resource properties." ,
1143
1125
"type" : " object" ,
1144
- "required" : [
1145
- " features" ,
1146
- " frequency" ,
1147
- " size" ,
1148
- " inputData"
1149
- ],
1150
1126
"properties" : {
1151
1127
"features" : {
1152
1128
"description" : " Modeling features controls the set of supported scenarios\\ models being computed. This can only be set at Modeling creation." ,
1162
1138
],
1163
1139
"x-ms-enum" : {
1164
1140
"name" : " ModelingFeatures" ,
1165
- "modelAsString" : false
1141
+ "modelAsString" : true
1166
1142
}
1167
1143
},
1168
1144
"frequency" : {
1179
1155
],
1180
1156
"x-ms-enum" : {
1181
1157
"name" : " ModelingFrequency" ,
1182
- "modelAsString" : false
1158
+ "modelAsString" : true
1183
1159
}
1184
1160
},
1185
1161
"size" : {
1196
1172
],
1197
1173
"x-ms-enum" : {
1198
1174
"name" : " ModelingSize" ,
1199
- "modelAsString" : false
1175
+ "modelAsString" : true
1200
1176
}
1201
1177
},
1202
1178
"inputData" : {
1261
1237
"$ref" : " ../../../../../common-types/resource-management/v2/types.json#/definitions/TrackedResource"
1262
1238
}
1263
1239
],
1264
- "required" : [
1265
- " properties"
1266
- ],
1267
1240
"properties" : {
1268
1241
"properties" : {
1269
1242
"description" : " ServiceEndpoint resource properties." ,
1270
1243
"type" : " object" ,
1271
- "required" : [
1272
- " preAllocatedCapacity"
1273
- ],
1274
1244
"properties" : {
1275
1245
"preAllocatedCapacity" : {
1276
1246
"description" : " ServiceEndpoint pre-allocated capacity controls the maximum requests-per-second allowed for that endpoint. Only applicable when Account configuration is Capacity." ,
You can’t perform that action at this time.
0 commit comments