> +   }
> +
> +   public AzureComputeProviderMetadata() {
> +      super(builder());
> +   }
> +
> +   public static Properties defaultProperties() {
> +      final Properties properties = 
> AzureManagementApiMetadata.defaultProperties();
> +      properties.setProperty(OPERATION_TIMEOUT, "60000");
> +      properties.setProperty(OPERATION_POLL_INITIAL_PERIOD, "5");
> +      properties.setProperty(OPERATION_POLL_MAX_PERIOD, "15");
> +      properties.setProperty(TCP_RULE_FORMAT, "tcp_%s-%s");
> +      properties.setProperty(TCP_RULE_REGEXP, "tcp_\\d{1,5}-\\d{1,5}");
> +      properties.put("oauth.endpoint", 
> "https://login.microsoftonline.com/oauth2/token";);
> +      properties.put(JWS_ALG, "RS256");
> +      properties.put(AUDIENCE, 
> "https://login.microsoftonline.com/oauth2/token";);

As per the OAuth changes, these two properties shouldn't be required anymore, 
as they're specific to the JWT token flow used in Google Compute Engine 
specific.

---
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/250/files/8d7d68bf33361d7f5df68c7e7232b03116ed6977#r58620971

Reply via email to