Marcin Jastrzebski

Results 100 comments of Marcin Jastrzebski

The Azure.Bicep.CommandLine.* packages currently assume that only one flavor is referenced by a project so either the first or last one wins. I think we should be able to do...

@cataggar Does the workaround I shared help with this?

I looked at the internal PR and that is definitely not a great experience. The platform/arch specific packages are basically just a way to set BicepPath. My fix will make...

In the right-click Deploy experience, we generate a random name and let the user override it. We should probably do something similar here or something similar like allowing a prefix...

I wrote a gist for exactly this type of function: https://gist.github.com/majastrz/28babb5076727e1a90a4255929fd92c0 Definitely open to a naming discussion.

Yes, that should work. These tokens are really using Basic Authentication, so they wouldn't be tied to any AAD tenant.

Can we also add a link to the rule docs in the hover text?