There are a couple of new features in Bicep in 0.4.1124. Here's what they can do for you.
Insert resource allows you to insert an existing Azure resource into a bicep file. Handy when you have a complex resource that already exists and you don't want to recreate manually.
Also, #disable-next-line allows you to disable warnings for the next line in the file.