Tim Jacomb

Results 1014 comments of Tim Jacomb

> this fixed the problem. Even after removing this property plugin contunues to work, so it looks like it initialized something properly after the workaround was used. I created an...

Can you explain with more context or links? I don't know what this license type is.

> The documentation does not specify if Shared Access Keys are required for the plugin. The plugin uses a role which has appropriate RBAC permissions but the plugin does not...

So it should come for free, The implementation is here: https://github.com/jenkinsci/azure-vm-agents-plugin/blob/acd1fc5c0382c58fe35eb3debc3f4339311326d8/src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java#L2713C33-L2713C52 Then: https://github.com/jenkinsci/azure-sdk-plugin/blob/b4b94e4cccf5f29cf4bee6e3b3f2f56403ff16da/src/main/java/io/jenkins/plugins/azuresdk/HttpClientRetriever.java#L23-L30 and https://github.com/jenkinsci/azure-sdk-plugin/blob/b4b94e4cccf5f29cf4bee6e3b3f2f56403ff16da/src/main/java/io/jenkins/plugins/azuresdk/HttpClientRetriever.java#L42-L44 Proxy support is best effort, I do not have an environment to test this sort...

> Somewhat related question on this issue. Looking at the azure-sdk-plugin code mentioned previously, it looks like the proxy config is pulled from "Manage Jenkins -> Plugins -> Advanced" (Jenkins.get().proxy)....

@Dohbedoh's change has been released in https://github.com/jenkinsci/azure-sdk-plugin/releases/tag/157.v855da_0b_eb_dc2 Is someone with this issue able to test it please?