Azure / bicep-types-az

Bicep type definitions for ARM resources
MIT License
84 stars 27 forks source link

[Microsoft.Fabric/capacities]: declaration is missing the following required properties: "state" -> read only property #2280

Open mischa69 opened 3 weeks ago

mischa69 commented 3 weeks ago

Resource Type

Microsoft.Fabric/capacities

Api Version

2023-11-01

Issue Type

Property(s) should be marked as read-only/write-only

Other Notes

No response

Bicep Repro

resource fabriccapacity 'Microsoft.Fabric/capacities@2023-11-01' = { name: 'fabric${environment}${location}01' location: location sku: { name: 'F2' tier: 'Fabric' } properties: { administration: { members: [ fabricadmin ] } } }

Confirm