File tree 2 files changed +77
-0
lines changed
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 12859
12859
{
12860
12860
"$ref": "https://schema.management.azure.com/schemas/2022-04-01-preview/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims"
12861
12861
},
12862
+ {
12863
+ "$ref": "https://schema.management.azure.com/schemas/2021-06-03-preview/Microsoft.Monitor.json#/resourceDefinitions/accounts"
12864
+ },
12862
12865
{
12863
12866
"$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts"
12864
12867
},
You can’t perform that action at this time.
0 commit comments