Skip to content

Commit 293d23b

Browse files
Update Generated Schemas
1 parent ce33653 commit 293d23b

File tree

1,759 files changed

+1254832
-1137641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,759 files changed

+1254832
-1137641
lines changed

schemas/2014-04-01-preview/Microsoft.VisualStudio.json

Lines changed: 147 additions & 135 deletions
Large diffs are not rendered by default.

schemas/2014-04-01/Microsoft.Insights.json

Lines changed: 471 additions & 563 deletions
Large diffs are not rendered by default.

schemas/2014-08-01-preview/Microsoft.Scheduler.json

Lines changed: 295 additions & 272 deletions
Large diffs are not rendered by default.

schemas/2014-09-01/Microsoft.EventHub.json

Lines changed: 250 additions & 255 deletions
Large diffs are not rendered by default.

schemas/2014-09-01/Microsoft.NotificationHubs.json

Lines changed: 355 additions & 358 deletions
Large diffs are not rendered by default.
Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,157 +1,157 @@
11
{
22
"id": "https://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.Resources.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
43
"title": "Microsoft.Authorization",
54
"description": "Microsoft Authorization Resource Types",
5+
"$schema": "http://json-schema.org/draft-04/schema#",
66
"resourceDefinitions": {
77
"locks": {
8-
"type": "object",
8+
"description": "Microsoft.Authorization/locks",
99
"properties": {
1010
"apiVersion": {
11-
"type": "string",
1211
"enum": [
1312
"2015-01-01"
14-
]
13+
],
14+
"type": "string"
1515
},
1616
"name": {
17-
"type": "string",
18-
"description": "The lock name."
17+
"description": "The lock name.",
18+
"type": "string"
1919
},
2020
"properties": {
21+
"description": "The properties of the lock.",
2122
"oneOf": [
2223
{
2324
"$ref": "#/definitions/ManagementLockProperties"
2425
},
2526
{
2627
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2728
}
28-
],
29-
"description": "The management lock properties."
29+
]
3030
},
3131
"type": {
32-
"type": "string",
3332
"enum": [
3433
"Microsoft.Authorization/locks"
35-
]
34+
],
35+
"type": "string"
3636
}
3737
},
3838
"required": [
39-
"apiVersion",
4039
"name",
4140
"properties",
41+
"apiVersion",
4242
"type"
4343
],
44-
"description": "Microsoft.Authorization/locks"
44+
"type": "object"
4545
}
4646
},
4747
"subscription_resourceDefinitions": {
4848
"locks": {
49-
"type": "object",
49+
"description": "Microsoft.Authorization/locks",
5050
"properties": {
5151
"apiVersion": {
52-
"type": "string",
5352
"enum": [
5453
"2015-01-01"
55-
]
54+
],
55+
"type": "string"
5656
},
5757
"name": {
58-
"type": "string",
59-
"description": "The name of lock."
58+
"description": "The lock name.",
59+
"type": "string"
6060
},
6161
"properties": {
62+
"description": "The properties of the lock.",
6263
"oneOf": [
6364
{
6465
"$ref": "#/definitions/ManagementLockProperties"
6566
},
6667
{
6768
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
6869
}
69-
],
70-
"description": "The management lock properties."
70+
]
7171
},
7272
"type": {
73-
"type": "string",
7473
"enum": [
7574
"Microsoft.Authorization/locks"
76-
]
75+
],
76+
"type": "string"
7777
}
7878
},
7979
"required": [
80-
"apiVersion",
8180
"name",
8281
"properties",
82+
"apiVersion",
8383
"type"
8484
],
85-
"description": "Microsoft.Authorization/locks"
85+
"type": "object"
8686
}
8787
},
8888
"extension_resourceDefinitions": {
8989
"locks": {
90-
"type": "object",
90+
"description": "Microsoft.Authorization/locks",
9191
"properties": {
9292
"apiVersion": {
93-
"type": "string",
9493
"enum": [
9594
"2015-01-01"
96-
]
95+
],
96+
"type": "string"
9797
},
9898
"name": {
99-
"type": "string",
100-
"description": "The name of lock."
99+
"description": "The lock name.",
100+
"type": "string"
101101
},
102102
"properties": {
103+
"description": "The properties of the lock.",
103104
"oneOf": [
104105
{
105106
"$ref": "#/definitions/ManagementLockProperties"
106107
},
107108
{
108109
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
109110
}
110-
],
111-
"description": "The management lock properties."
111+
]
112112
},
113113
"type": {
114-
"type": "string",
115114
"enum": [
116115
"Microsoft.Authorization/locks"
117-
]
116+
],
117+
"type": "string"
118118
}
119119
},
120120
"required": [
121-
"apiVersion",
122121
"name",
123122
"properties",
123+
"apiVersion",
124124
"type"
125125
],
126-
"description": "Microsoft.Authorization/locks"
126+
"type": "object"
127127
}
128128
},
129129
"definitions": {
130130
"ManagementLockProperties": {
131-
"type": "object",
131+
"description": "The management lock properties.",
132132
"properties": {
133133
"level": {
134+
"description": "The lock level of the management lock.",
134135
"oneOf": [
135136
{
136-
"type": "string",
137137
"enum": [
138138
"NotSpecified",
139139
"CanNotDelete",
140140
"ReadOnly"
141-
]
141+
],
142+
"type": "string"
142143
},
143144
{
144145
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
145146
}
146-
],
147-
"description": "The lock level of the management lock."
147+
]
148148
},
149149
"notes": {
150-
"type": "string",
151-
"description": "The notes of the management lock."
150+
"description": "The notes of the management lock.",
151+
"type": "string"
152152
}
153153
},
154-
"description": "The management lock properties."
154+
"type": "object"
155155
}
156156
}
157157
}

0 commit comments

Comments
 (0)