bostko commented on this pull request.


> @@ -91,15 +90,52 @@ public static LinuxConfiguration create(final String 
> disablePasswordAuthenticati
 
       @AutoValue
       public abstract static class WinRM {
+          public enum Protocol {
+
+              HTTP("http"),
+              HTTPS("https"),
+              UNRECOGNIZED("Unrecognized");

I cannot find any "Unrecognized" protocol in Azure documentation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/393#pullrequestreview-40218361

Reply via email to