Skip to content

Commit

Permalink
Merge pull request #2863 from Azure/autogenerate
Browse files Browse the repository at this point in the history
Autogenerate
  • Loading branch information
Xynoclafe authored Apr 14, 2023
2 parents d4fb70b + a51f973 commit fded91e
Show file tree
Hide file tree
Showing 39 changed files with 19,444 additions and 909 deletions.
12 changes: 12 additions & 0 deletions generator/autogenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ const disabledProviders: AutoGenConfig[] = [
namespace: 'Microsoft.ContainerService',
disabledForAutogen: true,
},
{
// Disabled until the unexpected character error in the swagger spec is fixed
basePath: 'cdn/resource-manager',
namespace: 'Microsoft.Cdn',
disabledForAutogen: true,
},
{
// Disabled until the enum mismatch in the swagger spec is fixed
basePath: 'developerhub/resource-manager',
namespace: 'Microsoft.DevHub',
disabledForAutogen: true,
},
{
// Disabled as the swagger spec contains a type ("DateTimeRfc1123") which autorest is unable to parse: https://github.com/Azure/autorest.azureresourceschema/issues/71
basePath: 'domainservices/resource-manager',
Expand Down
Loading

0 comments on commit fded91e

Please sign in to comment.