Skip to content

Commit fd702d9

Browse files
Merge pull request #1469 from Azure/update-autorest
Update autorest
2 parents 97e25b9 + c5c79cf commit fd702d9

File tree

57 files changed

+9855
-335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+9855
-335
lines changed

generator/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const managementGroupRootSchema = {
2929
};
3030
export const generatedSchemasTemplatePath = path.join(__dirname, 'resources/autogeneratedResources_template.json');
3131

32-
export const autorestCoreVersion = '3.0.6351';
32+
export const autorestCoreVersion = '3.0.6369';
3333
export const azureresourceschemaVersion = '3.0.92';
3434

3535
// paths in this list won't even appear in list-basepaths

generator/package-lock.json

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

generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"postprocessor": "ts-node cmd/postprocessor"
1414
},
1515
"devDependencies": {
16-
"autorest": "^3.0.6187",
16+
"autorest": "^3.0.6335",
1717
"@autorest/azureresourceschema": "^3.0.92",
18-
"@autorest/core": "^3.0.6351",
18+
"@autorest/core": "^3.0.6369",
1919
"@types/async": "^3.2.0",
2020
"@types/lodash": "^4.14.149",
2121
"@types/node": "^13.11.0",

0 commit comments

Comments
 (0)