Skip to content

Commit

Permalink
Merge pull request #1988 from Azure/anthony-c-martin-patch-1
Browse files Browse the repository at this point in the history
Add config for hybridconnectivity
  • Loading branch information
jorgecotillo authored Oct 22, 2021
2 parents aa52d30 + 3aeeacb commit e72a633
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,16 @@ const autoGenList: AutoGenConfig[] = [
basePath: 'hybridcompute/resource-manager',
namespace: 'Microsoft.HybridCompute',
},
{
basePath: 'hybridconnectivity/resource-manager',
namespace: 'Microsoft.HybridConnectivity',
resourceConfig: [
{
type: 'endpoints',
scopes: ScopeType.Extension,
}
]
},
{
basePath: 'hybriddatamanager/resource-manager',
namespace: 'Microsoft.HybridData',
Expand Down

0 comments on commit e72a633

Please sign in to comment.