Skip to content

Commit

Permalink
Merge pull request #3238 from Azure/anthony-c-martin-patch-2
Browse files Browse the repository at this point in the history
Add config for dataBoundaries resource
  • Loading branch information
anthony-c-martin authored Oct 17, 2024
2 parents 97dd611 + 97a75c6 commit b752c08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,10 @@ const autoGenList: AutoGenConfig[] = [
type: 'tags',
scopes: ScopeType.ManagementGroup | ScopeType.Subscription | ScopeType.ResourceGroup | ScopeType.Extension,
},
{
type: 'dataBoundaries',
scopes: ScopeType.Tenant | ScopeType.Subscription | ScopeType.ResourceGroup,
},
],
postProcessor: resourcesPostProcessor,
},
Expand Down

0 comments on commit b752c08

Please sign in to comment.