Compute codegen fails with default tag package-2018-06-exclude-gallery #3968
Labels
Compute - Managed Disks
Compute - VM
Compute
Service Attention
Workflow: This issue is responsible by Azure service team.
The tag package-2018-06-exclude-gallery contains following two swaggers:
Microsoft.Compute/stable/2018-06-01/compute.json
Microsoft.Compute/stable/2018-04-01/disk.json
These two swaggers defines same enum type with different values which is in-correct.
StorageAccountTypes in compute.json
StorageAccountTypes in disks.json
This needs to be fixed in order to be able to generate the code.
Renaming the storage account type used in disks.json to DiskStorageAccountTypes is one way to fix this (since we did similar rename in latest version of disks.json)
The text was updated successfully, but these errors were encountered: