Skip to content

Commit 8804c3c

Browse files
authored
Merge pull request #2803 from Azure/autogenerate
Autogenerate
2 parents b563640 + 328fcfc commit 8804c3c

File tree

12 files changed

+12636
-195
lines changed

12 files changed

+12636
-195
lines changed

generator/resources.json

Lines changed: 459 additions & 188 deletions
Large diffs are not rendered by default.

schemas/2021-06-03-preview/Microsoft.Monitor.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,21 @@
1818
"description": "The geo-location where the resource lives"
1919
},
2020
"name": {
21-
"type": "string",
21+
"oneOf": [
22+
{
23+
"type": "string",
24+
"pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$"
25+
},
26+
{
27+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
28+
}
29+
],
2230
"description": "The name of the Azure Monitor workspace. The name is case insensitive"
2331
},
2432
"properties": {
2533
"oneOf": [
2634
{
27-
"$ref": "#/definitions/MonitoringAccountResourceProperties"
35+
"$ref": "#/definitions/AzureMonitorWorkspaceResourceProperties"
2836
},
2937
{
3038
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -65,7 +73,7 @@
6573
}
6674
},
6775
"definitions": {
68-
"MonitoringAccountResourceProperties": {
76+
"AzureMonitorWorkspaceResourceProperties": {
6977
"type": "object",
7078
"properties": {},
7179
"description": "Resource properties"

schemas/2021-09-01-preview/Microsoft.AgFoodPlatform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"ApiProperties": {
230230
"type": "object",
231231
"properties": {
232-
"apiFreshnessWindowInMinutes": {
232+
"apiFreshnessTimeInMinutes": {
233233
"oneOf": [
234234
{
235235
"type": "integer",

schemas/2022-09-02-preview/Microsoft.ContainerService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3293,7 +3293,7 @@
32933293
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
32943294
}
32953295
],
3296-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
3296+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
32973297
},
32983298
"enablePodSecurityPolicy": {
32993299
"oneOf": [

schemas/2022-10-02-preview/Microsoft.ContainerService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3272,7 +3272,7 @@
32723272
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
32733273
}
32743274
],
3275-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
3275+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
32763276
},
32773277
"enablePodSecurityPolicy": {
32783278
"oneOf": [

schemas/2022-11-02-preview/Microsoft.ContainerService.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3295,7 +3295,7 @@
32953295
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
32963296
}
32973297
],
3298-
"description": "The default value is false. It can be enabled/disabled on creation and updation of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
3298+
"description": "The default value is false. It can be enabled/disabled on creation and updating of the managed cluster. See [https://aka.ms/NamespaceARMResource](https://aka.ms/NamespaceARMResource) for more details on Namespace as a ARM Resource."
32993299
},
33003300
"enablePodSecurityPolicy": {
33013301
"oneOf": [

0 commit comments

Comments
 (0)