137
137
],
138
138
"description" : " Workspace properties."
139
139
},
140
+ "resources" : {
141
+ "type" : " array" ,
142
+ "items" : {
143
+ "oneOf" : [
144
+ {
145
+ "$ref" : " #/definitions/workspaces_tables_childResource"
146
+ }
147
+ ]
148
+ }
149
+ },
140
150
"tags" : {
141
151
"oneOf" : [
142
152
{
167
177
" type"
168
178
],
169
179
"description" : " Microsoft.OperationalInsights/workspaces"
180
+ },
181
+ "workspaces_tables" : {
182
+ "type" : " object" ,
183
+ "properties" : {
184
+ "apiVersion" : {
185
+ "type" : " string" ,
186
+ "enum" : [
187
+ " 2021-06-01"
188
+ ]
189
+ },
190
+ "name" : {
191
+ "type" : " string" ,
192
+ "description" : " The name of the table."
193
+ },
194
+ "properties" : {
195
+ "oneOf" : [
196
+ {
197
+ "$ref" : " #/definitions/TableProperties"
198
+ },
199
+ {
200
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
201
+ }
202
+ ],
203
+ "description" : " Table properties."
204
+ },
205
+ "type" : {
206
+ "type" : " string" ,
207
+ "enum" : [
208
+ " Microsoft.OperationalInsights/workspaces/tables"
209
+ ]
210
+ }
211
+ },
212
+ "required" : [
213
+ " apiVersion" ,
214
+ " name" ,
215
+ " properties" ,
216
+ " type"
217
+ ],
218
+ "description" : " Microsoft.OperationalInsights/workspaces/tables"
170
219
}
171
220
},
172
221
"definitions" : {
359
408
},
360
409
"description" : " The key vault properties."
361
410
},
411
+ "TableProperties" : {
412
+ "type" : " object" ,
413
+ "properties" : {
414
+ "isTroubleshootEnabled" : {
415
+ "oneOf" : [
416
+ {
417
+ "type" : " boolean"
418
+ },
419
+ {
420
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
421
+ }
422
+ ],
423
+ "description" : " Enable or disable troubleshoot for this table."
424
+ },
425
+ "retentionInDays" : {
426
+ "oneOf" : [
427
+ {
428
+ "type" : " integer" ,
429
+ "minimum" : 7 ,
430
+ "maximum" : 730
431
+ },
432
+ {
433
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
434
+ }
435
+ ],
436
+ "description" : " The data table data retention in days, between 7 and 730. Setting this property to null will default to the workspace retention."
437
+ }
438
+ },
439
+ "description" : " Table properties."
440
+ },
362
441
"UserIdentityProperties" : {
363
442
"type" : " object" ,
364
443
"properties" : {},
602
681
" name"
603
682
],
604
683
"description" : " The SKU (tier) of a workspace."
684
+ },
685
+ "workspaces_tables_childResource" : {
686
+ "type" : " object" ,
687
+ "properties" : {
688
+ "apiVersion" : {
689
+ "type" : " string" ,
690
+ "enum" : [
691
+ " 2021-06-01"
692
+ ]
693
+ },
694
+ "name" : {
695
+ "type" : " string" ,
696
+ "description" : " The name of the table."
697
+ },
698
+ "properties" : {
699
+ "oneOf" : [
700
+ {
701
+ "$ref" : " #/definitions/TableProperties"
702
+ },
703
+ {
704
+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
705
+ }
706
+ ],
707
+ "description" : " Table properties."
708
+ },
709
+ "type" : {
710
+ "type" : " string" ,
711
+ "enum" : [
712
+ " tables"
713
+ ]
714
+ }
715
+ },
716
+ "required" : [
717
+ " apiVersion" ,
718
+ " name" ,
719
+ " properties" ,
720
+ " type"
721
+ ],
722
+ "description" : " Microsoft.OperationalInsights/workspaces/tables"
605
723
}
606
724
}
607
725
}
0 commit comments