Ben Wilkinson

Results 107 comments of Ben Wilkinson

seems like this maybe related to below, in functionality. - https://github.com/Azure/bicep/issues/4023

Looping back on the `workaround` scenario. - Need to add api version to the `reference` since resource is not defined in current template ```bicep resource storage 'Microsoft.Storage/storageAccounts@2022-09-01' existing = {...

Okay I found the inconsistency on the behavior ... worth adding ... relating to `extensibility` or `symbolicNameCodegen` ```bicep param vNETName string = 'doesnotexist' resource VNET 'Microsoft.Network/virtualNetworks@2022-09-01' existing = { name:...

Thank you @jeskew I am okay either way, although I will mention 4 things: 1) I opened below where using an existing reference may be conditional - https://github.com/Azure/bicep/issues/10410 - I...

@jeskew you mentioned below, I was wondering that also relates to this or was it a separate issue? https://github.com/Azure/bicep/issues/9457#issuecomment-1518308832 > The fix for this is in the w16 ARM release.