Skip to content

Commit c94098c

Browse files
Onboard Microsoft.Purview for auto generation
1 parent 412d704 commit c94098c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

generator/autogenlist.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ const disabledProviders: AutoGenConfig[] = [
171171
namespace: 'Microsoft.ProviderHub',
172172
disabledForAutogen: true,
173173
},
174-
{
175-
basePath: 'purview/resource-manager',
176-
namespace: 'Microsoft.Purview',
177-
disabledForAutogen: true,
178-
},
179174
{
180175
basePath: 'quota/resource-manager',
181176
namespace: 'Microsoft.Quota',
@@ -1065,4 +1060,4 @@ export function findOrGenerateAutogenEntries(basePath: string, namespaces: strin
10651060
}
10661061

10671062
return entries;
1068-
}
1063+
}

0 commit comments

Comments
 (0)