Alex Frankel

Results 258 comments of Alex Frankel

Discussed this today. There are some options for implementing this only in bicep (not in the deployment runtime), which makes this a feasible ask. @miqm will add some pseudocode on...

Given that @miqm was able to get the draft PR done quickly, I'm going to optimistically move this to v0.13.

Awesome! I'll leave this open in case anyone wants to add this to the CLI, but this is a great alternative.

@mumian FYI - something we will need to take care of after the we finish the migration to MS docs

Would be nice if we can hide the sections that have already been completed

Can you share the code you are using to reproduce the issue? It seems like a Service Bus API issue, not a bicep issue. Can you try downgrading to an...

>I just realised that the version of bicep did not matter, however this works when setting up a fresh queue, but when redeploying this to an exisiting resource, I get...

No objections to doing this sooner, but @miqm I think there are more pressing needs for 0.3. Do you think you could pick up either of these? ![image](https://user-images.githubusercontent.com/11078275/106642174-e1764600-653c-11eb-8dc1-4845e78a4cac.png) Obviously, no...

@benc-uk if you authored this directly in ARM Template JSON, would the template deploy? Can you try: 1. Run `bicep build` on a version of the bicep file that validates...

Had a two minute discussion about what might be required for this. Capturing a few notes below: * would ideally introduce a `number` type instead of only `float` * this...