Axel D.

Results 109 comments of Axel D.

Thanks, @StephenWeatherford. I was hoping for a complete menu redo to improve user experience, not just renaming a single menu item.

I'd like to chime in with this simple Bicep file that doesn't error but will fail on deployment: ```bicep resource kv 'Microsoft.KeyVault/vaults/secrets@2021-10-01' existing = { name: 'MyVault/MySecret' } output o...

Oh, yes, my fault. My misconception was caused by [#7819](https://github.com/Azure/bicep/issues/7819#issuecomment-1204328474).

Ah, I see ... Yes, that's reasonable. Isn't it possible then, in order to be able to fake function calls using anonymous objects, to create kind of a wildcard `A.CallTo()`...

It seems I cannot append a `.Returns()` after the `Where()` clause. How would I set a return value to return by the fake function call?

Your suggestion worked like a charm. Thanks so much @thomaslevesque! Would it be feasible to add the topic/content of this issue to a documentation page for FakeItEasy, so others may...

Thanks for pointing me to that page! I tend to believe the page is missing a reference (a hint or tip) to apply this kind of syntax for faking generic...

Just by chance: Any news on this PR?

That's strange. When I open the doc's I don't see any TOC or index: ![toc](https://cloud.githubusercontent.com/assets/9283914/9810433/09552cc4-5871-11e5-8e74-22cab5ff0cf3.png) TOC or index, it's all the same: Just a nested list of hyperlinks to H1/H2/H3...

Aahhh.... sooo.... OK, now I see... YEEESSS ... That's what I've desperately been looking for. Excellent! Thanks for pointing me. May I suggest to plain put it above content on...