Skip to content

Commit

Permalink
Merge pull request #3065 from Azure/ant/test
Browse files Browse the repository at this point in the history
Fix OperationalInsights generation
  • Loading branch information
jorgecotillo authored Apr 29, 2024
2 parents c234fb1 + 9cba4f2 commit 7a04b57
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install generator npm packages
run: npm ci
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install generator npm packages
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install generator npm packages
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install
run: npm ci
Expand Down
5 changes: 5 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,11 @@ const autoGenList: AutoGenConfig[] = [
basePath: 'operationalinsights/resource-manager',
namespace: 'Microsoft.OperationalInsights',
},
{
basePath: 'service-map/resource-manager',
namespace: 'Microsoft.OperationalInsights',
suffix: 'ServiceMap',
},
{
basePath: 'confidentialLedger/resource-manager',
namespace: 'Microsoft.ConfidentialLedger',
Expand Down

0 comments on commit 7a04b57

Please sign in to comment.