Skip to content

Commit

Permalink
Onboard Microsoft.Purview for auto generation
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin authored Aug 18, 2021
1 parent 412d704 commit c94098c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ const disabledProviders: AutoGenConfig[] = [
namespace: 'Microsoft.ProviderHub',
disabledForAutogen: true,
},
{
basePath: 'purview/resource-manager',
namespace: 'Microsoft.Purview',
disabledForAutogen: true,
},
{
basePath: 'quota/resource-manager',
namespace: 'Microsoft.Quota',
Expand Down Expand Up @@ -1065,4 +1060,4 @@ export function findOrGenerateAutogenEntries(basePath: string, namespaces: strin
}

return entries;
}
}

0 comments on commit c94098c

Please sign in to comment.