Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autogenerate #2871

Merged
merged 15 commits into from
Apr 28, 2023
949 changes: 723 additions & 226 deletions generator/resources.json

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions onboarded-report/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,6 @@
],
"onboarded": []
},
{
"basePath": "cdn/resource-manager",
"onboardedToAutogen": "yes",
"missing": [],
"onboarded": [
"Microsoft.Cdn"
]
},
{
"basePath": "changeanalysis/resource-manager",
"onboardedToAutogen": "yes",
Expand Down Expand Up @@ -1299,6 +1291,12 @@
"missing": [],
"onboarded": []
},
{
"basePath": "sphere/resource-manager",
"onboardedToAutogen": "yes",
"missing": [],
"onboarded": []
},
{
"basePath": "sql/resource-manager",
"onboardedToAutogen": "yes",
Expand Down
3 changes: 3 additions & 0 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/subscription_resourceDefinitions/networkManagerConnections"
},
{
"$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/subscription_resourceDefinitions/networkManagerConnections"
},
{
"$ref": "https://schema.management.azure.com/schemas/2017-09-01-preview/Microsoft.Network.TrafficManager.json#/subscription_resourceDefinitions/trafficManagerUserMetricsKeys"
},
Expand Down
809 changes: 322 additions & 487 deletions schemas/2018-06-01/Microsoft.DataFactory.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions schemas/2019-08-01/managementGroupDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2022-09-01/Microsoft.Network.NRP.json#/managementGroup_resourceDefinitions/networkManagerConnections"
},
{
"$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.Network.NRP.json#/managementGroup_resourceDefinitions/networkManagerConnections"
},
{
"$ref": "https://schema.management.azure.com/schemas/2018-07-01-preview/Microsoft.PolicyInsights.json#/unknown_resourceDefinitions/remediations"
},
Expand Down
25 changes: 24 additions & 1 deletion schemas/2021-12-01-preview/Microsoft.DBforMySQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@
"description": "The geo-location where the resource lives"
},
"name": {
"type": "string",
"oneOf": [
{
"type": "string",
"pattern": "^[a-z0-9][-a-z0-9]*(?<!-)$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The name of the server."
},
"properties": {
Expand Down Expand Up @@ -1003,6 +1011,21 @@
],
"description": "Storage IOPS for a server."
},
"logOnDisk": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enable Log On Disk or not."
},
"storageSizeGB": {
"oneOf": [
{
Expand Down
15 changes: 15 additions & 0 deletions schemas/2022-01-01/Microsoft.DBforMySQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,21 @@
],
"description": "Storage IOPS for a server."
},
"logOnDisk": {
"oneOf": [
{
"type": "string",
"enum": [
"Enabled",
"Disabled"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enable Log On Disk or not."
},
"storageSizeGB": {
"oneOf": [
{
Expand Down
Loading