Skip to content

Commit

Permalink
CodeGen from PR 17490 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 8939d16bee6ee75a69521d42b4175db801291401 into 0e85ddcc82e288d60b444213c0beb7f698ce5649
  • Loading branch information
SDKAuto committed Jan 25, 2022
1 parent b4aa7d3 commit 722fbe0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 121 deletions.
118 changes: 0 additions & 118 deletions schemas/2021-06-01/Microsoft.OperationalInsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,6 @@
],
"description": "Workspace properties."
},
"resources": {
"type": "array",
"items": {
"oneOf": [
{
"$ref": "#/definitions/workspaces_tables_childResource"
}
]
}
},
"tags": {
"oneOf": [
{
Expand Down Expand Up @@ -177,45 +167,6 @@
"type"
],
"description": "Microsoft.OperationalInsights/workspaces"
},
"workspaces_tables": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2021-06-01"
]
},
"name": {
"type": "string",
"description": "The name of the table."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/TableProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Table properties."
},
"type": {
"type": "string",
"enum": [
"Microsoft.OperationalInsights/workspaces/tables"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.OperationalInsights/workspaces/tables"
}
},
"definitions": {
Expand Down Expand Up @@ -408,36 +359,6 @@
},
"description": "The key vault properties."
},
"TableProperties": {
"type": "object",
"properties": {
"isTroubleshootEnabled": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enable or disable troubleshoot for this table."
},
"retentionInDays": {
"oneOf": [
{
"type": "integer",
"minimum": 7,
"maximum": 730
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The data table data retention in days, between 7 and 730. Setting this property to null will default to the workspace retention."
}
},
"description": "Table properties."
},
"UserIdentityProperties": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -681,45 +602,6 @@
"name"
],
"description": "The SKU (tier) of a workspace."
},
"workspaces_tables_childResource": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2021-06-01"
]
},
"name": {
"type": "string",
"description": "The name of the table."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/TableProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Table properties."
},
"type": {
"type": "string",
"enum": [
"tables"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.OperationalInsights/workspaces/tables"
}
}
}
3 changes: 0 additions & 3 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -10381,9 +10381,6 @@
{
"$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces_tables"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces"
},
Expand Down

0 comments on commit 722fbe0

Please sign in to comment.