Skip to content

Commit 1a491f7

Browse files
Merge pull request #1498 from Azure/antmarti/run_generatesingle
Manually regenerate Microsoft.Resources schemas
2 parents 6fb5216 + db2beaa commit 1a491f7

File tree

8 files changed

+1626
-1073
lines changed

8 files changed

+1626
-1073
lines changed

generator/package-lock.json

Lines changed: 239 additions & 1002 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,16 @@
1313
"postprocessor": "ts-node cmd/postprocessor"
1414
},
1515
"devDependencies": {
16-
"autorest": "^3.0.6335",
16+
"autorest": "^3.0.6339",
1717
"@autorest/azureresourceschema": "^3.0.92",
18-
"@autorest/core": "^3.0.6369",
19-
"@types/async": "^3.2.0",
20-
"@types/lodash": "^4.14.149",
21-
"@types/node": "^13.11.0",
18+
"@autorest/core": "^3.0.6373",
19+
"@types/async": "^3.2.5",
20+
"@types/lodash": "^4.14.168",
21+
"@types/node": "^14.14.25",
2222
"async": "^3.2.0",
2323
"chalk": "^4.0.0",
2424
"lodash": "^4.17.19",
25-
"ts-node": "^8.8.2",
26-
"typescript": "^3.8.3"
27-
},
28-
"dependencies": {
29-
"nodegit": "^0.26.5"
25+
"ts-node": "^9.1.1",
26+
"typescript": "^4.1.5"
3027
}
3128
}

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,24 @@
334334
{
335335
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags"
336336
},
337+
{
338+
"$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/subscription_resourceDefinitions/deployments"
339+
},
340+
{
341+
"$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/subscription_resourceDefinitions/resourceGroups"
342+
},
343+
{
344+
"$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags"
345+
},
346+
{
347+
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/subscription_resourceDefinitions/deployments"
348+
},
337349
{
338350
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/subscription_resourceDefinitions/resourceGroups"
339351
},
352+
{
353+
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags"
354+
},
340355
{
341356
"$ref": "https://schema.management.azure.com/schemas/2015-06-01-preview/Microsoft.Security.json#/subscription_resourceDefinitions/locations_applicationWhitelistings"
342357
},

schemas/2019-08-01/managementGroupDeploymentTemplate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,18 @@
157157
{
158158
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags"
159159
},
160+
{
161+
"$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/managementGroup_resourceDefinitions/deployments"
162+
},
163+
{
164+
"$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags"
165+
},
166+
{
167+
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/managementGroup_resourceDefinitions/deployments"
168+
},
169+
{
170+
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags"
171+
},
160172
{
161173
"$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/informationProtectionPolicies"
162174
}

schemas/2019-08-01/tenantDeploymentTemplate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@
246246
{
247247
"$ref": "https://schema.management.azure.com/schemas/2020-06-01/Microsoft.Resources.json#/tenant_resourceDefinitions/deployments"
248248
},
249+
{
250+
"$ref": "https://schema.management.azure.com/schemas/2020-08-01/Microsoft.Resources.json#/tenant_resourceDefinitions/deployments"
251+
},
252+
{
253+
"$ref": "https://schema.management.azure.com/schemas/2020-10-01/Microsoft.Resources.json#/tenant_resourceDefinitions/deployments"
254+
},
249255
{
250256
"$ref": "https://schema.management.azure.com/schemas/2017-11-01-preview/Microsoft.Subscription.json#/tenant_resourceDefinitions/subscriptionDefinitions"
251257
},

0 commit comments

Comments
 (0)