Skip to content

Commit 22ae331

Browse files
authored
Merge pull request #2527 from Azure/update-extension
uptake schema extension version
2 parents 52de429 + 450d460 commit 22ae331

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)