137137 ],
138138 "description" : " Workspace properties."
139139 },
140- "resources" : {
141- "type" : " array" ,
142- "items" : {
143- "oneOf" : [
144- {
145- "$ref" : " #/definitions/workspaces_tables_childResource"
146- }
147- ]
148- }
149- },
150140 "tags" : {
151141 "oneOf" : [
152142 {
177167 " type"
178168 ],
179169 "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"
219170 }
220171 },
221172 "definitions" : {
408359 },
409360 "description" : " The key vault properties."
410361 },
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- },
441362 "UserIdentityProperties" : {
442363 "type" : " object" ,
443364 "properties" : {},
681602 " name"
682603 ],
683604 "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"
723605 }
724606 }
725607}
0 commit comments