Alex Frankel

Results 258 comments of Alex Frankel

Not soon, but I still feel we should do it. Right click deploy would need to somehow allow you to choose which scope "type" you want to use prior to...

@bmoore-msft - my understanding is this will be enabled with #2245/#2246

My understanding is the `resource` parameter type can be generic, so you can have a module like: ```bicep param myRes resource // can be any resource type resource roleAssignment 'Microsoft.Authorization/roleAssignments@2020-10-01-preview'...

@WithHolm - this ask seems similar/the same as what is described in #3723 and is related to this issue as well. Generally speaking, we need to continue to expand ways...

We are definitely going to implement something to enable strong typing -- both completely custom and with the ability to reference subschemas from resource types (or possibly elsewhere) through a...

Apologies @simonwahlin, I'm going to cue this up for our internal weekly discussions which will take place tomorrow and we will get you an update.

Running the CI now, but I might recommend holding off on making changes until all the discussions are finalized. I want to avoid you having to do any re-work if...

If tests are passing locally, it may be an intermittent issue, so I am re-running the tests.

if we think we can do this programmatically, I'd love to see if we can add it to the decompiler itself. Would still be good to have it in the...

Is the goal to use/edit that code or just to view it? We support "Go to definition" for templates stored in ACR. You can right-click and select "go to definition"...