Skip to content

Commit 7a04b57

Browse files
authored
Merge pull request #3065 from Azure/ant/test
Fix OperationalInsights generation
2 parents c234fb1 + 9cba4f2 commit 7a04b57

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/generate-schemas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

.github/workflows/generate-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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

generator/autogenlist.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)