Eirik Lygre
Eirik Lygre
My groovy isn't good enough to really know what is the best way of implementing stuff. But, for a start, what do you think about the code at https://gist.github.com/7fb3bda12a0a196e4fd3? I'm...
I'm not sure this is the problem, but you have double slashes in your notScopes -- maybe this is why? This ``` "/subscriptions//resourceGroups/RG1", ``` should be this: ``` "/subscriptions/resourceGroups/RG1", ```
Re-listening to the community call, I would also like to advocate for a solution where "no import statement" means "automatic import of az", while "any import statement" means "import only...
Re-listening to the community call, I would also like to advocate for a solution where "no import statement" means "automatic import of az", while "any import statement" means "import only...
@alex-frankel Do you know if this is something being considered by the key vault team? Their ARM templates could perhaps support a syntax specifying that a secret is to be...
Added a request here: https://feedback.azure.com/d365community/idea/48f64fff-4f51-ec11-a819-0022484e8090
I have encountered a problem when using asciidoctor-pdf along with the nebula-info plugin, where jruby related code ends up throwing an exception. The problem is a classpath conflict between com.jcraft:jclib:1.0.7...
Adding a +1 for this; I have the same issue.