File tree Expand file tree Collapse file tree 2 files changed +77
-0
lines changed
Expand file tree Collapse file tree 2 files changed +77
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1376213762 {
1376313763 "$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims"
1376413764 },
13765+ {
13766+ "$ref": "https://schema.management.azure.com/schemas/2021-06-03-preview/Microsoft.Monitor.json#/resourceDefinitions/accounts"
13767+ },
1376513768 {
1376613769 "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts"
1376713770 },
You can’t perform that action at this time.
0 commit comments