Skip to content

Commit

Permalink
CodeGen from PR 23714 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3d13f1fce51e841eedf9d18f314fa4f967d96131 into c03cc8fec127a9cdcc251b7a8f8d050658766dbf
  • Loading branch information
SDKAuto committed Apr 26, 2023
1 parent f92417e commit 7c38411
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/2019-08-01/managementGroupDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Insights.json#/managementGroup_resourceDefinitions/tenantActionGroups"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-05-01-preview/Microsoft.Insights.json#/managementGroup_resourceDefinitions/tenantActionGroups"
},
{
"$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/managementGroup_resourceDefinitions/networkManagerConnections"
},
Expand Down
82 changes: 82 additions & 0 deletions schemas/2023-04-03/Microsoft.Monitor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"id": "https://schema.management.azure.com/schemas/2023-04-03/Microsoft.Monitor.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Monitor",
"description": "Microsoft Monitor Resource Types",
"resourceDefinitions": {
"accounts": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2023-04-03"
]
},
"location": {
"type": "string",
"description": "The geo-location where the resource lives"
},
"name": {
"oneOf": [
{
"type": "string",
"pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The name of the Azure Monitor workspace. The name is case insensitive"
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/AzureMonitorWorkspaceResourceProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Resource properties"
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Resource tags."
},
"type": {
"type": "string",
"enum": [
"Microsoft.Monitor/accounts"
]
}
},
"required": [
"apiVersion",
"location",
"name",
"properties",
"type"
],
"description": "Microsoft.Monitor/accounts"
}
},
"definitions": {
"AzureMonitorWorkspaceResourceProperties": {
"type": "object",
"properties": {},
"description": "Resource properties"
}
}
}
Loading

0 comments on commit 7c38411

Please sign in to comment.