Skip to content

Commit a3de87b

Browse files
committed
fixed property name and gen new report
1 parent f83271b commit a3de87b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

generator/cmd/generateonboardedreport.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ executeSynchronous(async () => {
2929
'basePath': basePath,
3030
'onboardedToAutogen': 'no',
3131
'missing': unautogened,
32-
'included': []
32+
'onboarded': []
3333
});
3434

3535
allBasePaths.push({
3636
'basePath': basePath,
3737
'onboardedToAutogen': 'yes',
3838
'missing': [],
39-
'included': autogened
39+
'onboarded': autogened
4040
});
4141
}
4242
else {

onboarded-report/result.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,13 +962,13 @@
962962
"Microsoft.Features",
963963
"Microsoft.Solutions"
964964
],
965-
"included": []
965+
"onboarded": []
966966
},
967967
{
968968
"basePath": "resources/resource-manager",
969969
"onboardedToAutogen": "yes",
970970
"missing": [],
971-
"included": [
971+
"onboarded": [
972972
"Microsoft.Resources"
973973
]
974974
},

0 commit comments

Comments
 (0)