Skip to content

Commit 636480a

Browse files
author
Nan Jiang
committed
Add servicelinker to autogenlist
1 parent 0456406 commit 636480a

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
@@ -771,6 +771,16 @@ const autoGenList: AutoGenConfig[] = [
771771
basePath: 'servicefabricmesh/resource-manager',
772772
namespace: 'Microsoft.ServiceFabricMesh',
773773
},
774+
{
775+
basePath: 'servicelinker/resource-manager',
776+
namespace: 'Microsoft.ServiceLinker',
777+
resourceConfig: [
778+
{
779+
type: 'linkers',
780+
scopes: ScopeType.Extension,
781+
},
782+
],
783+
},
774784
{
775785
basePath: 'signalr/resource-manager',
776786
namespace: 'Microsoft.SignalRService',

0 commit comments

Comments
 (0)