> +   }
> +
> +   public static Properties defaultProperties() {
> +      final Properties properties = BaseHttpApiMetadata.defaultProperties();
> +      return properties;
> +   }
> +
> +   public static class Builder extends 
> BaseHttpApiMetadata.Builder<AzureComputeApi, Builder> {
> +
> +      protected Builder() {
> +         super();
> +
> +         id("azurecompute-arm")
> +                 .name("Microsoft Azure Resource Manager REST API")
> +                 .identityName("Azure Service Principal credential name")
> +                 .credentialName("Azure Service Principal credential 
> password")

Just getting used to the ARM naming: do these values properly describe the 
"Application Id" and "Application password"?

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

Reply via email to