Skip to content

Commit

Permalink
CodeGen from PR 16317 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Modify module-name released (#16317)

* add resourcemanager and add repo for go track2

* add resourcemanager

* fix other
  • Loading branch information
SDKAuto committed Jan 5, 2022
1 parent ba88a79 commit d415592
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 @@ -10081,9 +10081,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-04-04-preview/Microsoft.Orbital.json#/resourceDefinitions/contactProfiles"
},
Expand Down

0 comments on commit d415592

Please sign in to comment.