Skip to content

Commit

Permalink
Merge pull request #1845 from Azure/anthony-c-martin-patch-1
Browse files Browse the repository at this point in the history
Onboard Microsoft.Purview for auto generation
  • Loading branch information
anthony-c-martin authored Aug 19, 2021
2 parents 08e0dc5 + c94098c commit 4079b3c
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 4079b3c

Please sign in to comment.