Does the PR have any schema changes?
Found 4 breaking changes:
Types
🟡
"azure-native:compute:VirtualMachineScaleSetStorageProfile": properties: "diskControllerType" type changed from "array" to "string":🟡
items had &{Type: Ref: AdditionalProperties: Items: OneOf:[{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false} {Type: Ref:#/types/azure-native:compute:DiskControllerTypes AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}] Discriminator: Plain:false} but now has no type
🟡
"azure-native:compute:VirtualMachineScaleSetStorageProfileResponse": properties: "diskControllerType" type changed from "array" to "string":🟡
items had &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false} but now has no type
No new resources/functions.
What's Changed
- Add an exception for broken VMSS.diskController property type: should be string by @thomas11 in #3484
Full Changelog: v2.52.0...v2.52.1