File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 3737 - name : Setup Node.js
3838 uses : actions/setup-node@v4
3939 with :
40- node-version : 16 .x
40+ node-version : 20 .x
4141
4242 - name : Install generator npm packages
4343 run : npm ci
@@ -101,7 +101,7 @@ jobs:
101101 - name : Setup Node.js
102102 uses : actions/setup-node@v4
103103 with :
104- node-version : 16 .x
104+ node-version : 20 .x
105105
106106 - name : Install generator npm packages
107107 run : npm ci
Original file line number Diff line number Diff line change 3434 - name : Setup Node.js
3535 uses : actions/setup-node@v4
3636 with :
37- node-version : 16 .x
37+ node-version : 20 .x
3838
3939 - name : Install generator npm packages
4040 run : npm ci
Original file line number Diff line number Diff line change 1515 - name : Setup Node.js
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : 16 .x
18+ node-version : 20 .x
1919
2020 - name : Setup .NET Core
2121 uses : actions/setup-dotnet@v4
4949 - name : Setup Node.js
5050 uses : actions/setup-node@v4
5151 with :
52- node-version : 16 .x
52+ node-version : 20 .x
5353
5454 - name : Install
5555 run : npm ci
Original file line number Diff line number Diff line change @@ -1113,6 +1113,11 @@ const autoGenList: AutoGenConfig[] = [
11131113 basePath : 'operationalinsights/resource-manager' ,
11141114 namespace : 'Microsoft.OperationalInsights' ,
11151115 } ,
1116+ {
1117+ basePath : 'service-map/resource-manager' ,
1118+ namespace : 'Microsoft.OperationalInsights' ,
1119+ suffix : 'ServiceMap' ,
1120+ } ,
11161121 {
11171122 basePath : 'confidentialLedger/resource-manager' ,
11181123 namespace : 'Microsoft.ConfidentialLedger' ,
You can’t perform that action at this time.
0 commit comments