Mikolaj Mackowiak
Mikolaj Mackowiak
> > My expectation would be for the string to be rejected because it's not a symbolic name. > > Right, but then this would have to work I guess?...
I like Passing type in metadata rather than introducing new type. In addition we could do object or array typing in similar way.
@AlexanderSehr I looked at the template you referenced in ticket and it seems to me that it's the problem in the template. The problem would be if the `test` deployment...
@AlexanderSehr can you make a test and instead deploying the test module as a for-loop deploy 2 regular modules or just one and see if then it will be working?
I have similar problem but with sort function, here's a repro: ```bicep var items = [ { obj: 1 } { obj: 2 } { obj: 3 } { obj:...
yeah, I managed to find place to put any. anyway, would be good to not to have it.
> In both cases, I believe the issue is that type validation isn't smart enough to figure out that you're excluding the base case with the check for `empty()` Partially...
@EldertGrootenboer as for my scenario I'm using azure functions with keda on kubernetes. Session-enabled queue allows me to make a FIFO queue and ensure only one message is processed for...
@brettsam Any update on this?
@xiangyan99 @simorenoh any update on ETA?