> + }
> +
> + 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")
This is just an informational label for users. Every provider uses credentials
in their own format, and this is just what tells users what to put in there. As
long this makes sense for Azure users, it is OK :)
---
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#r58625292