Skip to content

Commit cc02849

Browse files
committed
Update autorest.core to 3.0.6351
1 parent 08e0b44 commit cc02849

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.6349';
32+
export const autorestCoreVersion = '3.0.6351';
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"autorest": "^3.0.6187",
1717
"@autorest/azureresourceschema": "^3.0.92",
18-
"@autorest/core": "^3.0.6349",
18+
"@autorest/core": "^3.0.6351",
1919
"@types/async": "^3.2.0",
2020
"@types/lodash": "^4.14.149",
2121
"@types/node": "^13.11.0",

swagger_to_sdk_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"meta": {
44
"autorest_options": {
55
"use": "@autorest/azureresourceschema@3.0.92",
6-
"version": "3.0.6349",
6+
"version": "3.0.6351",
77
"azureresourceschema": "",
88
"multiapi": "",
99
"sdkrel:azureresourceschema-folder": ".",

0 commit comments

Comments
 (0)