Skip to content

Commit fded91e

Browse files
authored
Merge pull request #2863 from Azure/autogenerate
Autogenerate
2 parents d4fb70b + a51f973 commit fded91e

File tree

39 files changed

+19444
-909
lines changed

39 files changed

+19444
-909
lines changed

generator/autogenlist.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ const disabledProviders: AutoGenConfig[] = [
2929
namespace: 'Microsoft.ContainerService',
3030
disabledForAutogen: true,
3131
},
32+
{
33+
// Disabled until the unexpected character error in the swagger spec is fixed
34+
basePath: 'cdn/resource-manager',
35+
namespace: 'Microsoft.Cdn',
36+
disabledForAutogen: true,
37+
},
38+
{
39+
// Disabled until the enum mismatch in the swagger spec is fixed
40+
basePath: 'developerhub/resource-manager',
41+
namespace: 'Microsoft.DevHub',
42+
disabledForAutogen: true,
43+
},
3244
{
3345
// Disabled as the swagger spec contains a type ("DateTimeRfc1123") which autorest is unable to parse: https://github.com/Azure/autorest.azureresourceschema/issues/71
3446
basePath: 'domainservices/resource-manager',

0 commit comments

Comments
 (0)