We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa52d30 commit 3aeeacbCopy full SHA for 3aeeacb
generator/autogenlist.ts
@@ -407,6 +407,16 @@ const autoGenList: AutoGenConfig[] = [
407
basePath: 'hybridcompute/resource-manager',
408
namespace: 'Microsoft.HybridCompute',
409
},
410
+ {
411
+ basePath: 'hybridconnectivity/resource-manager',
412
+ namespace: 'Microsoft.HybridConnectivity',
413
+ resourceConfig: [
414
415
+ type: 'endpoints',
416
+ scopes: ScopeType.Extension,
417
+ }
418
+ ]
419
+ },
420
{
421
basePath: 'hybriddatamanager/resource-manager',
422
namespace: 'Microsoft.HybridData',
0 commit comments