Skip to content

Commit 4079b3c

Browse files
Merge pull request #1845 from Azure/anthony-c-martin-patch-1
Onboard Microsoft.Purview for auto generation
2 parents 08e0dc5 + c94098c commit 4079b3c

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)