Skip to content

Commit f0c32b9

Browse files
authored
Merge pull request #2822 from Azure/autogenerate
Autogenerate
2 parents e263b7d + da9607a commit f0c32b9

28 files changed

+64925
-274
lines changed

generator/resources.json

Lines changed: 509 additions & 236 deletions
Large diffs are not rendered by default.

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,9 @@
10611061
{
10621062
"$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/subscription_resourceDefinitions/networkManagerConnections"
10631063
},
1064+
{
1065+
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/subscription_resourceDefinitions/networkManagerConnections"
1066+
},
10641067
{
10651068
"$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.Network.TrafficManager.json#/subscription_resourceDefinitions/trafficManagerUserMetricsKeys"
10661069
},

schemas/2019-08-01/managementGroupDeploymentTemplate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,9 @@
770770
{
771771
"$ref": "https://schema.management.azure.com/schemas/2021-05-01-preview/Microsoft.Insights.json#/managementGroup_resourceDefinitions/diagnosticSettings"
772772
},
773+
{
774+
"$ref": "https://schema.management.azure.com/schemas/2023-03-01-preview/Microsoft.Insights.json#/managementGroup_resourceDefinitions/tenantActionGroups"
775+
},
773776
{
774777
"$ref": "https://schema.management.azure.com/schemas/2022-01-01/Microsoft.Network.NRP.json#/managementGroup_resourceDefinitions/networkManagerConnections"
775778
},
@@ -785,6 +788,9 @@
785788
{
786789
"$ref": "https://schema.management.azure.com/schemas/2022-07-01/Microsoft.Network.NRP.json#/managementGroup_resourceDefinitions/networkManagerConnections"
787790
},
791+
{
792+
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/managementGroup_resourceDefinitions/networkManagerConnections"
793+
},
788794
{
789795
"$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.PolicyInsights.json#/unknown_resourceDefinitions/remediations"
790796
},

schemas/2019-08-01/tenantDeploymentTemplate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,12 @@
990990
},
991991
{
992992
"$ref": "https://schema.management.azure.com/schemas/2022-03-01/Microsoft.Web.json#/tenant_resourceDefinitions/sourcecontrols"
993+
},
994+
{
995+
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/tenant_resourceDefinitions/publishingUsers"
996+
},
997+
{
998+
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Web.json#/tenant_resourceDefinitions/sourcecontrols"
993999
}
9941000
]
9951001
}

schemas/2022-02-01/Microsoft.SqlVirtualMachine.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@
229229
{
230230
"type": "string",
231231
"enum": [
232-
"SYNCHRONOUS_COMMIT",
233-
"ASYNCHRONOUS_COMMIT"
232+
"Synchronous_Commit",
233+
"Asynchronous_Commit"
234234
]
235235
},
236236
{
@@ -244,8 +244,8 @@
244244
{
245245
"type": "string",
246246
"enum": [
247-
"AUTOMATIC",
248-
"MANUAL"
247+
"Automatic",
248+
"Manual"
249249
]
250250
},
251251
{
@@ -259,9 +259,9 @@
259259
{
260260
"type": "string",
261261
"enum": [
262-
"NO",
263-
"ALL",
264-
"READ_ONLY"
262+
"No",
263+
"All",
264+
"Read_Only"
265265
]
266266
},
267267
{
@@ -275,8 +275,8 @@
275275
{
276276
"type": "string",
277277
"enum": [
278-
"PRIMARY",
279-
"SECONDARY"
278+
"Primary",
279+
"Secondary"
280280
]
281281
},
282282
{

schemas/2022-07-01/Microsoft.Network.NRP.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8206,7 +8206,6 @@
82068206
"WAF_Medium",
82078207
"WAF_Large",
82088208
"Standard_v2",
8209-
"Standard_Basic",
82108209
"WAF_v2"
82118210
]
82128211
},
@@ -8224,8 +8223,7 @@
82248223
"Standard",
82258224
"WAF",
82268225
"Standard_v2",
8227-
"WAF_v2",
8228-
"Standard_Basic"
8226+
"WAF_v2"
82298227
]
82308228
},
82318229
{

0 commit comments

Comments
 (0)