> + */
> +package org.jclouds.azurecompute.arm.internal;
> +
> +import java.util.Properties;
> +import static org.jclouds.oauth.v2.config.OAuthProperties.AUDIENCE;
> +import static org.jclouds.oauth.v2.config.OAuthProperties.CREDENTIAL_TYPE;
> +import static 
> org.jclouds.oauth.v2.config.CredentialType.CLIENT_CREDENTIALS_SECRET;
> +
> +public class AzureLiveTestUtils {
> +
> +    public static Properties defaultProperties(Properties properties) {
> +       properties = properties == null ? new Properties() : properties;
> +       properties.put("oauth.identity", "foo");
> +       properties.put("oauth.credential", "password");
> +       properties.put("oauth.endpoint", 
> "https://login.microsoftonline.com/oauth2/token";);
> +       properties.put(AUDIENCE, 
> "https://login.microsoftonline.com/oauth2/token";);

Remove this property.

---
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#r58624281

Reply via email to