Skip to content

Commit e4c9465

Browse files
authored
Merge pull request #2992 from Azure/autogenerate-batch
Update Generated Schemas
2 parents 0a18d6f + 61c96c4 commit e4c9465

25 files changed

+38126
-68
lines changed

schemas/2018-05-01/subscriptionDeploymentTemplate.json

+6
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,9 @@
839839
{
840840
"$ref": "https://schema.management.azure.com/schemas/2021-12-01/Microsoft.Confluent.json#/subscription_resourceDefinitions/agreements"
841841
},
842+
{
843+
"$ref": "https://schema.management.azure.com/schemas/2023-08-22/Microsoft.Confluent.json#/subscription_resourceDefinitions/agreements"
844+
},
842845
{
843846
"$ref": "https://schema.management.azure.com/schemas/2017-12-30-preview/Microsoft.Consumption.json#/subscription_resourceDefinitions/budgets"
844847
},
@@ -1139,6 +1142,9 @@
11391142
{
11401143
"$ref": "https://schema.management.azure.com/schemas/2023-04-01/Microsoft.Maintenance.json#/subscription_resourceDefinitions/configurationAssignments"
11411144
},
1145+
{
1146+
"$ref": "https://schema.management.azure.com/schemas/2023-09-01-preview/Microsoft.Maintenance.json#/subscription_resourceDefinitions/configurationAssignments"
1147+
},
11421148
{
11431149
"$ref": "https://schema.management.azure.com/schemas/2019-06-01-preview/Microsoft.ManagedNetwork.json#/unknown_resourceDefinitions/scopeAssignments"
11441150
},

schemas/2022-12-27/Microsoft.HybridCompute.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"oneOf": [
3333
{
3434
"type": "string",
35-
"pattern": "[a-zA-Z0-9-_\\.]",
35+
"pattern": "^[a-zA-Z0-9-_\\.]{1,54}$",
3636
"minLength": 1,
3737
"maxLength": 54
3838
},

0 commit comments

Comments
 (0)