sparkle_formation 3.0.4 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,38 +39,79 @@
39
39
  ],
40
40
  "full_properties": {
41
41
  },
42
- "api_version": "2015-05-21-preview",
42
+ "api_version": "2016-05-15",
43
43
  "required": [
44
44
  "type",
45
45
  "apiVersion",
46
46
  "location"
47
47
  ]
48
48
  },
49
- "Microsoft.DevTestLab/environments": {
49
+ "Microsoft.DevTestLab/labs/virtualMachines": {
50
50
  "properties": [
51
- "labId",
52
- "vms"
51
+ "customImageId",
52
+ "size",
53
+ "userName",
54
+ "password",
55
+ "sshKey",
56
+ "isAuthenticationWithSshKey",
57
+ "labVirtualNetworkId",
58
+ "labSubnetName"
53
59
  ],
54
60
  "full_properties": {
55
- "labId": {
56
- "description": "Microsoft.DevTestLab/environments - Lab ID",
57
- "required": true,
61
+ "customImageId": {
62
+ "description": "The id of the custom image.",
63
+ "required": false,
58
64
  "type": "string",
59
65
  "update_causes": "unknown"
60
66
  },
61
- "vms": {
62
- "description": "Microsoft.DevTestLab/environments - VMs",
67
+ "size": {
68
+ "description": "The size of the VM (eg. 'Standard_A4')",
63
69
  "required": true,
70
+ "type": "string",
71
+ "update_causes": "unknown"
72
+ },
73
+ "userName": {
74
+ "description": "Name of the account used for connection to VM",
75
+ "required": false,
76
+ "type": "string",
77
+ "update_causes": "unknown"
78
+ },
79
+ "password": {
80
+ "description": "Password of account used for connection to VM",
81
+ "required": false,
82
+ "type": "string",
83
+ "update_causes": "unknown"
84
+ },
85
+ "sshKey": {
86
+ "description": "SSH key used for connection to Linux machines",
87
+ "required": false,
88
+ "type": "string",
89
+ "update_causes": "unknown"
90
+ },
91
+ "isAuthenticationWithSshKey": {
92
+ "description": "Sets whether SSH Key should be used to authenticate to Linux machine",
93
+ "required": false,
64
94
  "type": null,
65
95
  "update_causes": "unknown"
96
+ },
97
+ "labVirtualNetworkId": {
98
+ "description": "The id for the virtual network",
99
+ "required": true,
100
+ "type": "string",
101
+ "update_causes": "unknown"
102
+ },
103
+ "labSubnetName": {
104
+ "description": "The name of the subnet",
105
+ "required": true,
106
+ "type": "string",
107
+ "update_causes": "unknown"
66
108
  }
67
109
  },
68
- "api_version": "2015-05-21-preview",
110
+ "api_version": "2016-05-15",
69
111
  "required": [
70
112
  "type",
71
113
  "apiVersion",
72
- "properties",
73
- "location"
114
+ "properties"
74
115
  ]
75
116
  },
76
117
  "Microsoft.AppService/apiapps": {
@@ -186,6 +227,96 @@
186
227
  "properties"
187
228
  ]
188
229
  },
230
+ "Microsoft.DataCatalog/catalogs": {
231
+ "properties": [
232
+ "units",
233
+ "enableAutomaticUnitAdjustment",
234
+ "sku",
235
+ "admins",
236
+ "users"
237
+ ],
238
+ "full_properties": {
239
+ "units": {
240
+ "description": "Microsoft.DataCatalog/catalogs: units - specifies the number of users, in groups of 100, permitted in the user list.",
241
+ "required": false,
242
+ "type": null,
243
+ "update_causes": "unknown"
244
+ },
245
+ "enableAutomaticUnitAdjustment": {
246
+ "description": "Microsoft.DataCatalog/catalogs: enableAutomaticUnitAdjustment - specifies whether to permit automatic unit adjustment. This property is required to add security groups to the user list.",
247
+ "required": false,
248
+ "type": null,
249
+ "update_causes": "unknown"
250
+ },
251
+ "sku": {
252
+ "description": "Microsoft.DataCatalog/catalogs: sku - specifies desired SKU for the catalog (Free, Standard)",
253
+ "required": true,
254
+ "type": null,
255
+ "update_causes": "unknown"
256
+ },
257
+ "admins": {
258
+ "description": "Microsoft.DataCatalog/catalogs: admins - specifies the list of catalog administrators",
259
+ "required": false,
260
+ "type": null,
261
+ "update_causes": "unknown"
262
+ },
263
+ "users": {
264
+ "description": "Microsoft.DataCatalog/catalogs: users - specifies the list of catalog users",
265
+ "required": false,
266
+ "type": null,
267
+ "update_causes": "unknown"
268
+ }
269
+ },
270
+ "api_version": "2016-03-30",
271
+ "required": [
272
+ "type",
273
+ "location",
274
+ "apiVersion",
275
+ "properties"
276
+ ]
277
+ },
278
+ "Microsoft.ContainerService/containerServices": {
279
+ "properties": [
280
+ "orchestratorProfile",
281
+ "masterProfile",
282
+ "agentPoolProfiles",
283
+ "linuxProfile"
284
+ ],
285
+ "full_properties": {
286
+ "orchestratorProfile": {
287
+ "description": "Microsoft.ContainerService/containerServices - Orchestrator Type",
288
+ "required": true,
289
+ "type": null,
290
+ "update_causes": "unknown"
291
+ },
292
+ "masterProfile": {
293
+ "description": "Microsoft.ContainerService/containerServices - Master Profile",
294
+ "required": true,
295
+ "type": null,
296
+ "update_causes": "unknown"
297
+ },
298
+ "agentPoolProfiles": {
299
+ "description": "Microsoft.ContainerService/containerServices - Agent Pool Profiles",
300
+ "required": true,
301
+ "type": null,
302
+ "update_causes": "unknown"
303
+ },
304
+ "linuxProfile": {
305
+ "description": "Microsoft.ContainerService/containerServices - Linux Profile",
306
+ "required": true,
307
+ "type": null,
308
+ "update_causes": "unknown"
309
+ }
310
+ },
311
+ "api_version": "2016-03-30",
312
+ "required": [
313
+ "name",
314
+ "apiVersion",
315
+ "type",
316
+ "properties",
317
+ "location"
318
+ ]
319
+ },
189
320
  "Microsoft.DataConnect/connectionManagers": {
190
321
  "properties": [
191
322
  "description"
@@ -206,6 +337,156 @@
206
337
  "location"
207
338
  ]
208
339
  },
340
+ "Microsoft.PowerBI/workspaceCollections": {
341
+ "properties": [
342
+
343
+ ],
344
+ "full_properties": {
345
+ },
346
+ "api_version": "2016-01-29",
347
+ "required": [
348
+ "apiVersion",
349
+ "type",
350
+ "name",
351
+ "location",
352
+ "sku"
353
+ ]
354
+ },
355
+ "Microsoft.Automation/automationAccounts": {
356
+ "properties": [
357
+
358
+ ],
359
+ "full_properties": {
360
+ },
361
+ "api_version": "2015-10-31",
362
+ "required": [
363
+ "apiVersion",
364
+ "properties",
365
+ "type"
366
+ ]
367
+ },
368
+ "Microsoft.Automation/automationAccounts/runbooks": {
369
+ "properties": [
370
+
371
+ ],
372
+ "full_properties": {
373
+ },
374
+ "api_version": "2015-10-31",
375
+ "required": [
376
+ "name",
377
+ "properties"
378
+ ]
379
+ },
380
+ "Microsoft.Automation/automationAccounts/modules": {
381
+ "properties": [
382
+ "isGlobal",
383
+ "version",
384
+ "sizeInBytes",
385
+ "contentLink"
386
+ ],
387
+ "full_properties": {
388
+ "isGlobal": {
389
+ "description": "True or false indicating whether the module is a global Automation module or is a user module. Select False to specify that the module is a user module.",
390
+ "required": false,
391
+ "type": null,
392
+ "update_causes": "unknown"
393
+ },
394
+ "version": {
395
+ "description": "The PowerShell module version number.",
396
+ "required": false,
397
+ "type": "string",
398
+ "update_causes": "unknown"
399
+ },
400
+ "sizeInBytes": {
401
+ "description": "The size of the PowerShell module.",
402
+ "required": false,
403
+ "type": null,
404
+ "update_causes": "unknown"
405
+ },
406
+ "contentLink": {
407
+ "description": "A PowerShell module.",
408
+ "required": false,
409
+ "type": null,
410
+ "update_causes": "unknown"
411
+ }
412
+ },
413
+ "api_version": "2015-10-31",
414
+ "required": [
415
+ "properties"
416
+ ]
417
+ },
418
+ "Microsoft.Automation/automationAccounts/certificates": {
419
+ "properties": [
420
+ "description",
421
+ "base64Value"
422
+ ],
423
+ "full_properties": {
424
+ "description": {
425
+ "description": "The description for the certificate.",
426
+ "required": false,
427
+ "type": "string",
428
+ "update_causes": "unknown"
429
+ },
430
+ "base64Value": {
431
+ "description": "The base 64 value for the certificate.",
432
+ "required": true,
433
+ "type": "string",
434
+ "update_causes": "unknown"
435
+ }
436
+ },
437
+ "api_version": "2015-10-31",
438
+ "required": [
439
+ "properties"
440
+ ]
441
+ },
442
+ "Microsoft.Automation/automationAccounts/connections": {
443
+ "properties": [
444
+
445
+ ],
446
+ "full_properties": {
447
+ },
448
+ "api_version": "2015-10-31",
449
+ "required": null
450
+ },
451
+ "Microsoft.Automation/automationAccounts/variables": {
452
+ "properties": [
453
+
454
+ ],
455
+ "full_properties": {
456
+ },
457
+ "api_version": "2015-10-31",
458
+ "required": null
459
+ },
460
+ "Microsoft.Automation/automationAccounts/schedules": {
461
+ "properties": [
462
+
463
+ ],
464
+ "full_properties": {
465
+ },
466
+ "api_version": "2015-10-31",
467
+ "required": null
468
+ },
469
+ "Microsoft.Automation/automationAccounts/jobs": {
470
+ "properties": [
471
+
472
+ ],
473
+ "full_properties": {
474
+ },
475
+ "api_version": "2015-10-31",
476
+ "required": null
477
+ },
478
+ "Microsoft.Automation/automationAccounts/jobSchedules": {
479
+ "properties": [
480
+
481
+ ],
482
+ "full_properties": {
483
+ },
484
+ "api_version": "2015-10-31",
485
+ "required": [
486
+ "jobScheduleId",
487
+ "properties"
488
+ ]
489
+ },
209
490
  "Microsoft.Web/serverfarms": {
210
491
  "properties": [
211
492
  "name",
@@ -285,11 +566,7 @@
285
566
  "packageUri",
286
567
  "dbType",
287
568
  "connectionString",
288
- "setParameters",
289
- "publisher",
290
- "type",
291
- "typeHandlerVersion",
292
- "settings"
569
+ "setParameters"
293
570
  ],
294
571
  "full_properties": {
295
572
  "packageUri": {
@@ -313,30 +590,6 @@
313
590
  "setParameters": {
314
591
  "description": "Microsoft.Web/sites/extensions: parameters",
315
592
  "required": false,
316
- "type": "string",
317
- "update_causes": "unknown"
318
- },
319
- "publisher": {
320
- "description": "Microsoft.Compute/extensions - Publisher",
321
- "required": true,
322
- "type": "string",
323
- "update_causes": "unknown"
324
- },
325
- "type": {
326
- "description": "Microsoft.Compute/extensions - Type",
327
- "required": true,
328
- "type": "string",
329
- "update_causes": "unknown"
330
- },
331
- "typeHandlerVersion": {
332
- "description": "Microsoft.Compute/extensions - Type handler version",
333
- "required": true,
334
- "type": "string",
335
- "update_causes": "unknown"
336
- },
337
- "settings": {
338
- "description": "Microsoft.Compute/extensions - Settings",
339
- "required": true,
340
593
  "type": null,
341
594
  "update_causes": "unknown"
342
595
  }
@@ -442,12 +695,14 @@
442
695
  "update_causes": "unknown"
443
696
  }
444
697
  },
445
- "api_version": "2015-06-15",
698
+ "api_version": "2016-01-01",
446
699
  "required": [
447
700
  "type",
448
701
  "apiVersion",
449
- "properties",
450
- "location"
702
+ "sku",
703
+ "kind",
704
+ "location",
705
+ "properties"
451
706
  ]
452
707
  },
453
708
  "Microsoft.Network/publicIPAddresses": {
@@ -476,7 +731,7 @@
476
731
  "update_causes": "unknown"
477
732
  }
478
733
  },
479
- "api_version": "2015-06-15",
734
+ "api_version": "2016-03-30",
480
735
  "required": [
481
736
  "type",
482
737
  "apiVersion",
@@ -518,7 +773,7 @@
518
773
  "update_causes": "unknown"
519
774
  }
520
775
  },
521
- "api_version": "2015-06-15",
776
+ "api_version": "2016-03-30",
522
777
  "required": [
523
778
  "type",
524
779
  "apiVersion",
@@ -553,7 +808,7 @@
553
808
  "update_causes": "unknown"
554
809
  }
555
810
  },
556
- "api_version": "2015-06-15",
811
+ "api_version": "2016-03-30",
557
812
  "required": [
558
813
  "type",
559
814
  "apiVersion",
@@ -616,7 +871,7 @@
616
871
  "update_causes": "unknown"
617
872
  }
618
873
  },
619
- "api_version": "2015-06-15",
874
+ "api_version": "2016-03-30",
620
875
  "required": [
621
876
  "type",
622
877
  "apiVersion",
@@ -637,7 +892,7 @@
637
892
  "update_causes": "unknown"
638
893
  }
639
894
  },
640
- "api_version": "2015-06-15",
895
+ "api_version": "2016-03-30",
641
896
  "required": [
642
897
  "type",
643
898
  "apiVersion",
@@ -658,7 +913,7 @@
658
913
  "update_causes": "unknown"
659
914
  }
660
915
  },
661
- "api_version": "2015-06-15",
916
+ "api_version": "2016-03-30",
662
917
  "required": [
663
918
  "type",
664
919
  "apiVersion",
@@ -771,6 +1026,46 @@
771
1026
  "location"
772
1027
  ]
773
1028
  },
1029
+ "Microsoft.Compute/virtualMachines/extensions": {
1030
+ "properties": [
1031
+ "publisher",
1032
+ "type",
1033
+ "typeHandlerVersion",
1034
+ "settings"
1035
+ ],
1036
+ "full_properties": {
1037
+ "publisher": {
1038
+ "description": "Microsoft.Compute/extensions - Publisher",
1039
+ "required": true,
1040
+ "type": "string",
1041
+ "update_causes": "unknown"
1042
+ },
1043
+ "type": {
1044
+ "description": "Microsoft.Compute/extensions - Type",
1045
+ "required": true,
1046
+ "type": "string",
1047
+ "update_causes": "unknown"
1048
+ },
1049
+ "typeHandlerVersion": {
1050
+ "description": "Microsoft.Compute/extensions - Type handler version",
1051
+ "required": true,
1052
+ "type": "string",
1053
+ "update_causes": "unknown"
1054
+ },
1055
+ "settings": {
1056
+ "description": "Microsoft.Compute/extensions - Settings",
1057
+ "required": true,
1058
+ "type": null,
1059
+ "update_causes": "unknown"
1060
+ }
1061
+ },
1062
+ "api_version": "2015-06-15",
1063
+ "required": [
1064
+ "type",
1065
+ "apiVersion",
1066
+ "properties"
1067
+ ]
1068
+ },
774
1069
  "extensions": {
775
1070
  "properties": [
776
1071
  "publisher",
@@ -888,67 +1183,130 @@
888
1183
  "location"
889
1184
  ]
890
1185
  },
891
- "Microsoft.Scheduler/jobCollections": {
1186
+ "Microsoft.Network/dnszones": {
892
1187
  "properties": [
893
- "sku",
894
- "quota"
1188
+
1189
+ ],
1190
+ "full_properties": {
1191
+ },
1192
+ "api_version": "2015-05-04-preview",
1193
+ "required": [
1194
+ "type",
1195
+ "apiVersion",
1196
+ "properties"
1197
+ ]
1198
+ },
1199
+ "Microsoft.Network/dnszones/A": {
1200
+ "properties": [
1201
+
1202
+ ],
1203
+ "full_properties": {
1204
+ },
1205
+ "api_version": "2015-05-04-preview",
1206
+ "required": [
1207
+ "type",
1208
+ "apiVersion",
1209
+ "properties"
1210
+ ]
1211
+ },
1212
+ "Microsoft.Network/dnszones/AAAA": {
1213
+ "properties": [
1214
+
1215
+ ],
1216
+ "full_properties": {
1217
+ },
1218
+ "api_version": "2015-05-04-preview",
1219
+ "required": [
1220
+ "type",
1221
+ "apiVersion",
1222
+ "properties"
1223
+ ]
1224
+ },
1225
+ "Microsoft.Network/dnszones/CNAME": {
1226
+ "properties": [
1227
+
1228
+ ],
1229
+ "full_properties": {
1230
+ },
1231
+ "api_version": "2015-05-04-preview",
1232
+ "required": [
1233
+ "type",
1234
+ "apiVersion",
1235
+ "properties"
1236
+ ]
1237
+ },
1238
+ "Microsoft.Network/dnszones/MX": {
1239
+ "properties": [
1240
+
1241
+ ],
1242
+ "full_properties": {
1243
+ },
1244
+ "api_version": "2015-05-04-preview",
1245
+ "required": [
1246
+ "type",
1247
+ "apiVersion",
1248
+ "properties"
1249
+ ]
1250
+ },
1251
+ "Microsoft.Network/dnszones/NS": {
1252
+ "properties": [
1253
+
1254
+ ],
1255
+ "full_properties": {
1256
+ },
1257
+ "api_version": "2015-05-04-preview",
1258
+ "required": [
1259
+ "type",
1260
+ "apiVersion",
1261
+ "properties"
1262
+ ]
1263
+ },
1264
+ "Microsoft.Network/dnszones/PTR": {
1265
+ "properties": [
1266
+
1267
+ ],
1268
+ "full_properties": {
1269
+ },
1270
+ "api_version": "2015-05-04-preview",
1271
+ "required": [
1272
+ "type",
1273
+ "apiVersion",
1274
+ "properties"
1275
+ ]
1276
+ },
1277
+ "Microsoft.Network/dnszones/SOA": {
1278
+ "properties": [
1279
+
1280
+ ],
1281
+ "full_properties": {
1282
+ },
1283
+ "api_version": "2015-05-04-preview",
1284
+ "required": [
1285
+ "type",
1286
+ "apiVersion",
1287
+ "properties"
1288
+ ]
1289
+ },
1290
+ "Microsoft.Network/dnszones/SRV": {
1291
+ "properties": [
1292
+
895
1293
  ],
896
1294
  "full_properties": {
897
- "sku": {
898
- "description": "Microsoft.Scheduler/jobCollections: Job Collection sku",
899
- "required": true,
900
- "type": null,
901
- "update_causes": "unknown"
902
- },
903
- "quota": {
904
- "description": "Microsoft.Scheduler/jobCollections/quota",
905
- "required": false,
906
- "type": null,
907
- "update_causes": "unknown"
908
- }
909
1295
  },
910
- "api_version": "2014-08-01",
1296
+ "api_version": "2015-05-04-preview",
911
1297
  "required": [
912
1298
  "type",
913
1299
  "apiVersion",
914
- "properties",
915
- "location"
1300
+ "properties"
916
1301
  ]
917
1302
  },
918
- "Microsoft.Scheduler/jobCollections/jobs": {
1303
+ "Microsoft.Network/dnszones/TXT": {
919
1304
  "properties": [
920
- "startTime",
921
- "recurrence",
922
- "state",
923
- "action"
1305
+
924
1306
  ],
925
1307
  "full_properties": {
926
- "startTime": {
927
- "description": "Microsoft.Scheduler/jobCollections/jobs: For simple scheduler startTime will be the first occurrence and for complex schedules the job will start no sooner than startTime.",
928
- "required": false,
929
- "type": null,
930
- "update_causes": "unknown"
931
- },
932
- "recurrence": {
933
- "description": "Microsoft.Scheduler/jobCollections/jobs: The recurrence schedule the job will execute.",
934
- "required": false,
935
- "type": null,
936
- "update_causes": "unknown"
937
- },
938
- "state": {
939
- "description": "Microsoft.Scheduler/jobCollections/jobs: Running state of the job.",
940
- "required": false,
941
- "type": null,
942
- "update_causes": "unknown"
943
- },
944
- "action": {
945
- "description": "Microsoft.Scheduler/jobCollections/jobs: Action to perform on the prescribed schedule",
946
- "required": false,
947
- "type": null,
948
- "update_causes": "unknown"
949
- }
950
1308
  },
951
- "api_version": "2014-08-01",
1309
+ "api_version": "2015-05-04-preview",
952
1310
  "required": [
953
1311
  "type",
954
1312
  "apiVersion",
@@ -1082,6 +1440,60 @@
1082
1440
  "type"
1083
1441
  ]
1084
1442
  },
1443
+ "Microsoft.Cdn/profiles": {
1444
+ "properties": [
1445
+
1446
+ ],
1447
+ "full_properties": {
1448
+ },
1449
+ "api_version": "2016-04-02",
1450
+ "required": [
1451
+ "type",
1452
+ "apiVersion",
1453
+ "location",
1454
+ "sku"
1455
+ ]
1456
+ },
1457
+ "Microsoft.Cdn/profiles/endpoints": {
1458
+ "properties": [
1459
+
1460
+ ],
1461
+ "full_properties": {
1462
+ },
1463
+ "api_version": "2016-04-02",
1464
+ "required": [
1465
+ "type",
1466
+ "apiVersion",
1467
+ "location",
1468
+ "properties"
1469
+ ]
1470
+ },
1471
+ "Microsoft.Cdn/profiles/endpoints/customDomains": {
1472
+ "properties": [
1473
+
1474
+ ],
1475
+ "full_properties": {
1476
+ },
1477
+ "api_version": "2016-04-02",
1478
+ "required": [
1479
+ "type",
1480
+ "apiVersion",
1481
+ "properties"
1482
+ ]
1483
+ },
1484
+ "Microsoft.Cdn/profiles/endpoints/origins": {
1485
+ "properties": [
1486
+
1487
+ ],
1488
+ "full_properties": {
1489
+ },
1490
+ "api_version": "2016-04-02",
1491
+ "required": [
1492
+ "type",
1493
+ "apiVersion",
1494
+ "properties"
1495
+ ]
1496
+ },
1085
1497
  "Microsoft.Sql/servers": {
1086
1498
  "properties": [
1087
1499
  "version",
@@ -1129,18 +1541,17 @@
1129
1541
  "properties"
1130
1542
  ]
1131
1543
  },
1132
- "SuccessBricks.ClearDB/databases": {
1544
+ "Microsoft.Sql/servers/databases": {
1133
1545
  "properties": [
1134
1546
 
1135
1547
  ],
1136
1548
  "full_properties": {
1137
1549
  },
1138
- "api_version": "2014-04-01",
1550
+ "api_version": "2014-04-01-preview",
1139
1551
  "required": [
1140
1552
  "type",
1141
1553
  "apiVersion",
1142
- "plan",
1143
- "location"
1554
+ "properties"
1144
1555
  ]
1145
1556
  },
1146
1557
  "firewallrules": {
@@ -1345,6 +1756,110 @@
1345
1756
  "properties"
1346
1757
  ]
1347
1758
  },
1759
+ "Microsoft.Batch/batchAccounts": {
1760
+ "properties": [
1761
+
1762
+ ],
1763
+ "full_properties": {
1764
+ },
1765
+ "api_version": "2015-12-01",
1766
+ "required": [
1767
+ "type",
1768
+ "apiVersion",
1769
+ "properties"
1770
+ ]
1771
+ },
1772
+ "Microsoft.Batch/batchAccounts/applications": {
1773
+ "properties": [
1774
+
1775
+ ],
1776
+ "full_properties": {
1777
+ },
1778
+ "api_version": "2015-12-01",
1779
+ "required": [
1780
+ "type",
1781
+ "apiVersion"
1782
+ ]
1783
+ },
1784
+ "Microsoft.Batch/batchAccounts/applications/versions": {
1785
+ "properties": [
1786
+
1787
+ ],
1788
+ "full_properties": {
1789
+ },
1790
+ "api_version": "2015-12-01",
1791
+ "required": [
1792
+ "type",
1793
+ "apiVersion"
1794
+ ]
1795
+ },
1796
+ "Microsoft.Scheduler/jobCollections": {
1797
+ "properties": [
1798
+ "sku",
1799
+ "quota"
1800
+ ],
1801
+ "full_properties": {
1802
+ "sku": {
1803
+ "description": "Microsoft.Scheduler/jobCollections: Job Collection sku",
1804
+ "required": true,
1805
+ "type": null,
1806
+ "update_causes": "unknown"
1807
+ },
1808
+ "quota": {
1809
+ "description": "Microsoft.Scheduler/jobCollections/quota",
1810
+ "required": false,
1811
+ "type": null,
1812
+ "update_causes": "unknown"
1813
+ }
1814
+ },
1815
+ "api_version": "2014-08-01-preview",
1816
+ "required": [
1817
+ "type",
1818
+ "apiVersion",
1819
+ "properties",
1820
+ "location"
1821
+ ]
1822
+ },
1823
+ "Microsoft.Scheduler/jobCollections/jobs": {
1824
+ "properties": [
1825
+ "startTime",
1826
+ "recurrence",
1827
+ "state",
1828
+ "action"
1829
+ ],
1830
+ "full_properties": {
1831
+ "startTime": {
1832
+ "description": "Microsoft.Scheduler/jobCollections/jobs: For simple scheduler startTime will be the first occurrence and for complex schedules the job will start no sooner than startTime.",
1833
+ "required": false,
1834
+ "type": null,
1835
+ "update_causes": "unknown"
1836
+ },
1837
+ "recurrence": {
1838
+ "description": "Microsoft.Scheduler/jobCollections/jobs: The recurrence schedule the job will execute.",
1839
+ "required": false,
1840
+ "type": null,
1841
+ "update_causes": "unknown"
1842
+ },
1843
+ "state": {
1844
+ "description": "Microsoft.Scheduler/jobCollections/jobs: Running state of the job.",
1845
+ "required": false,
1846
+ "type": null,
1847
+ "update_causes": "unknown"
1848
+ },
1849
+ "action": {
1850
+ "description": "Microsoft.Scheduler/jobCollections/jobs: Action to perform on the prescribed schedule",
1851
+ "required": false,
1852
+ "type": null,
1853
+ "update_causes": "unknown"
1854
+ }
1855
+ },
1856
+ "api_version": "2014-08-01-preview",
1857
+ "required": [
1858
+ "type",
1859
+ "apiVersion",
1860
+ "properties"
1861
+ ]
1862
+ },
1348
1863
  "microsoft.visualstudio/account": {
1349
1864
  "properties": [
1350
1865
  "OperationType",
@@ -1398,6 +1913,22 @@
1398
1913
  "properties"
1399
1914
  ]
1400
1915
  },
1916
+ "Microsoft.CognitiveServices/accounts": {
1917
+ "properties": [
1918
+
1919
+ ],
1920
+ "full_properties": {
1921
+ },
1922
+ "api_version": "2016-02-01-preview",
1923
+ "required": [
1924
+ "type",
1925
+ "apiVersion",
1926
+ "sku",
1927
+ "kind",
1928
+ "location",
1929
+ "properties"
1930
+ ]
1931
+ },
1401
1932
  "Microsoft.BizTalkServices/BizTalk": {
1402
1933
  "properties": [
1403
1934
  "sku"
@@ -1629,6 +2160,20 @@
1629
2160
  "location"
1630
2161
  ]
1631
2162
  },
2163
+ "SuccessBricks.ClearDB/databases": {
2164
+ "properties": [
2165
+
2166
+ ],
2167
+ "full_properties": {
2168
+ },
2169
+ "api_version": "2014-04-01",
2170
+ "required": [
2171
+ "type",
2172
+ "apiVersion",
2173
+ "plan",
2174
+ "location"
2175
+ ]
2176
+ },
1632
2177
  "Microsoft.ServerManagement/gateways": {
1633
2178
  "properties": [
1634
2179
 
@@ -1668,6 +2213,74 @@
1668
2213
  "properties"
1669
2214
  ]
1670
2215
  },
2216
+ "Microsoft.DataLakeAnalytics/accounts": {
2217
+ "properties": [
2218
+ "defaultDataLakeStoreAccount",
2219
+ "dataLakeStoreAccounts",
2220
+ "storageAccounts"
2221
+ ],
2222
+ "full_properties": {
2223
+ "defaultDataLakeStoreAccount": {
2224
+ "description": "Microsoft.DataLakeAnalytics/accounts - Default Data Lake Store account",
2225
+ "required": true,
2226
+ "type": null,
2227
+ "update_causes": "unknown"
2228
+ },
2229
+ "dataLakeStoreAccounts": {
2230
+ "description": "Microsoft.DataLakeAnalytics/accounts - List of Data Lake Store accounts",
2231
+ "required": true,
2232
+ "type": null,
2233
+ "update_causes": "unknown"
2234
+ },
2235
+ "storageAccounts": {
2236
+ "description": "Microsoft.DataLakeAnalytics/accounts - List of Azure Storage accounts",
2237
+ "required": false,
2238
+ "type": null,
2239
+ "update_causes": "unknown"
2240
+ }
2241
+ },
2242
+ "api_version": "2015-10-01-preview",
2243
+ "required": [
2244
+ "apiVersion",
2245
+ "type",
2246
+ "location",
2247
+ "properties"
2248
+ ]
2249
+ },
2250
+ "Microsoft.DataLakeStore/accounts": {
2251
+ "properties": [
2252
+ "defaultGroup",
2253
+ "firewallState",
2254
+ "firewallRules"
2255
+ ],
2256
+ "full_properties": {
2257
+ "defaultGroup": {
2258
+ "description": "Microsoft.DataLakeStore/accounts - Default group owner assigned to new directories and files",
2259
+ "required": false,
2260
+ "type": "string",
2261
+ "update_causes": "unknown"
2262
+ },
2263
+ "firewallState": {
2264
+ "description": "Microsoft.DataLakeStore/accounts - The firewall rules feature state (Enabled/Disabled)",
2265
+ "required": false,
2266
+ "type": null,
2267
+ "update_causes": "unknown"
2268
+ },
2269
+ "firewallRules": {
2270
+ "description": "Microsoft.DataLakeStore/accounts - List of firewall rules",
2271
+ "required": false,
2272
+ "type": null,
2273
+ "update_causes": "unknown"
2274
+ }
2275
+ },
2276
+ "api_version": "2015-10-01-preview",
2277
+ "required": [
2278
+ "apiVersion",
2279
+ "type",
2280
+ "location",
2281
+ "properties"
2282
+ ]
2283
+ },
1671
2284
  "Microsoft.DocumentDB/databaseAccounts": {
1672
2285
  "properties": [
1673
2286
  "name",