From c94098cb908fb9b7eaf281c23fc90819105fbbd0 Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Wed, 18 Aug 2021 16:34:59 -0400 Subject: [PATCH] Onboard Microsoft.Purview for auto generation --- generator/autogenlist.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/generator/autogenlist.ts b/generator/autogenlist.ts index 2b1f7dd7bc..6553661d28 100644 --- a/generator/autogenlist.ts +++ b/generator/autogenlist.ts @@ -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', @@ -1065,4 +1060,4 @@ export function findOrGenerateAutogenEntries(basePath: string, namespaces: strin } return entries; -} \ No newline at end of file +}