Andreas Helland

Results 12 comments of Andreas Helland

Yeah, this is kind of a pain point. As for allowing parameters in the module definition I guess the problem is not being able to restore the module and as...

Here are my initial thoughts @majastrz : 1. I can certainly imagine freeform scenarios if I want, but I would say the "v1 use cases" could probably be served by...

1. I'd say there's a healthy mix here depending on the team (as a consultant I've seen more than one team in action). IaC will be done by one or...

It might not be obvious from the error message, but it's saying that a status property like "connected" cannot be checked at compile time. And if it cannot be checked...

Seems to be some weird bug with the packaging of v0.4.0 for Windows. If you download v0.3.0 what you extract is a Windows executable, so you don't need to install...

Sounds like a plan @majastrz We're talking about exposing the registry specifically as a command line switch like `--registry` and not everything in bicepconfig.json right? Definitely need a working default...

From what I can tell after a quick debug lookup is that the Yaml deserialization is handled by a third-party library called SharpYaml (https://github.com/xoofx/SharpYaml/tree/master) which happens to treat an empty...

Good release notes are always appreciated. I appreciate the work the VS Code team puts into their release notes. Might just be me though, but the release notes directly in...

@andrem0 Sounds more like a candidate for docs or a blog post :) DNS is slightly different when using private endpoints (requiring private DNS zones) and public facing endpoints. Domain...

@Hana-fubuki You can add Bicep for "developer mode" with `var foo= builder.AddBicepTemplate` now. That will as you say compile and deploy when hitting F5. If you want to deploy this...