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 37
37
- name : Setup Node.js
38
38
uses : actions/setup-node@v4
39
39
with :
40
- node-version : 16 .x
40
+ node-version : 20 .x
41
41
42
42
- name : Install generator npm packages
43
43
run : npm ci
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Setup Node.js
102
102
uses : actions/setup-node@v4
103
103
with :
104
- node-version : 16 .x
104
+ node-version : 20 .x
105
105
106
106
- name : Install generator npm packages
107
107
run : npm ci
Original file line number Diff line number Diff line change 34
34
- name : Setup Node.js
35
35
uses : actions/setup-node@v4
36
36
with :
37
- node-version : 16 .x
37
+ node-version : 20 .x
38
38
39
39
- name : Install generator npm packages
40
40
run : npm ci
Original file line number Diff line number Diff line change 15
15
- name : Setup Node.js
16
16
uses : actions/setup-node@v4
17
17
with :
18
- node-version : 16 .x
18
+ node-version : 20 .x
19
19
20
20
- name : Setup .NET Core
21
21
uses : actions/setup-dotnet@v4
49
49
- name : Setup Node.js
50
50
uses : actions/setup-node@v4
51
51
with :
52
- node-version : 16 .x
52
+ node-version : 20 .x
53
53
54
54
- name : Install
55
55
run : npm ci
Original file line number Diff line number Diff line change @@ -1113,6 +1113,11 @@ const autoGenList: AutoGenConfig[] = [
1113
1113
basePath : 'operationalinsights/resource-manager' ,
1114
1114
namespace : 'Microsoft.OperationalInsights' ,
1115
1115
} ,
1116
+ {
1117
+ basePath : 'service-map/resource-manager' ,
1118
+ namespace : 'Microsoft.OperationalInsights' ,
1119
+ suffix : 'ServiceMap' ,
1120
+ } ,
1116
1121
{
1117
1122
basePath : 'confidentialLedger/resource-manager' ,
1118
1123
namespace : 'Microsoft.ConfidentialLedger' ,
You can’t perform that action at this time.
0 commit comments