Skip to content

Commit 697a9ed

Browse files
author
SDKAuto
committed
CodeGen from PR 20026 in Azure/azure-rest-api-specs
Merge 45bcf0a5cd25c5ede5fd6a08c64d5799091bac4a into 374bebd0b0764ba8350cb186e010f1fee987d0b7
1 parent 6ae85c1 commit 697a9ed

File tree

3 files changed

+526
-0
lines changed

3 files changed

+526
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"id": "https://schema.management.azure.com/schemas/2021-06-03-preview/Microsoft.Monitor.json#",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
4+
"title": "Microsoft.Monitor",
5+
"description": "Microsoft Monitor Resource Types",
6+
"resourceDefinitions": {
7+
"accounts": {
8+
"type": "object",
9+
"properties": {
10+
"apiVersion": {
11+
"type": "string",
12+
"enum": [
13+
"2021-06-03-preview"
14+
]
15+
},
16+
"location": {
17+
"type": "string",
18+
"description": "The geo-location where the resource lives"
19+
},
20+
"name": {
21+
"type": "string",
22+
"description": "The name of the monitoring account. The name is case insensitive"
23+
},
24+
"properties": {
25+
"oneOf": [
26+
{
27+
"$ref": "#/definitions/MonitoringAccountResourceProperties"
28+
},
29+
{
30+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
31+
}
32+
],
33+
"description": "Resource properties"
34+
},
35+
"tags": {
36+
"oneOf": [
37+
{
38+
"type": "object",
39+
"additionalProperties": {
40+
"type": "string"
41+
},
42+
"properties": {}
43+
},
44+
{
45+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
46+
}
47+
],
48+
"description": "Resource tags."
49+
},
50+
"type": {
51+
"type": "string",
52+
"enum": [
53+
"Microsoft.Monitor/accounts"
54+
]
55+
}
56+
},
57+
"required": [
58+
"apiVersion",
59+
"location",
60+
"name",
61+
"properties",
62+
"type"
63+
],
64+
"description": "Microsoft.Monitor/accounts"
65+
}
66+
},
67+
"definitions": {
68+
"MonitoringAccountResourceProperties": {
69+
"type": "object",
70+
"properties": {},
71+
"description": "Resource properties"
72+
}
73+
}
74+
}

0 commit comments

Comments
 (0)