Skip to content

Commit 3aeeacb

Browse files
Update autogenlist.ts
1 parent aa52d30 commit 3aeeacb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

generator/autogenlist.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,16 @@ const autoGenList: AutoGenConfig[] = [
407407
basePath: 'hybridcompute/resource-manager',
408408
namespace: 'Microsoft.HybridCompute',
409409
},
410+
{
411+
basePath: 'hybridconnectivity/resource-manager',
412+
namespace: 'Microsoft.HybridConnectivity',
413+
resourceConfig: [
414+
{
415+
type: 'endpoints',
416+
scopes: ScopeType.Extension,
417+
}
418+
]
419+
},
410420
{
411421
basePath: 'hybriddatamanager/resource-manager',
412422
namespace: 'Microsoft.HybridData',

0 commit comments

Comments
 (0)