Skip to content

Commit a96a671

Browse files
author
Autogenerator Pipeline
committed
Merge remote-tracking branch 'origin/main' into autogenerate
2 parents e01c7b1 + 22ae331 commit a96a671

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

generator/constants.ts

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

3737
export const autorestCoreVersion = '3.0.6374';
38-
export const azureresourceschemaVersion = '3.0.92';
38+
export const azureresourceschemaVersion = '3.0.109';
3939

4040
// paths in this list won't even appear in list-basepaths.
4141
// This list should only contain spec paths that should DEFINITELY be excluded from generation.

generator/package-lock.json

Lines changed: 4 additions & 4 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
@@ -21,7 +21,7 @@
2121
"lint:fix": "eslint . --ext ts --fix"
2222
},
2323
"devDependencies": {
24-
"@autorest/azureresourceschema": "^3.0.103",
24+
"@autorest/azureresourceschema": "^3.0.109",
2525
"@autorest/core": "^3.5.1",
2626
"@ts-common/commonmark-to-markdown": "^2.0.0",
2727
"@types/async": "^3.2.9",

0 commit comments

Comments
 (0)