> + super(builder);
> + }
> +
> + public static class Builder extends BaseProviderMetadata.Builder {
> +
> + protected Builder() {
> + super();
> +
> + id("azurecompute-arm")
> + .name("Azure Resource Management ")
> + .apiMetadata(new AzureManagementApiMetadata())
> +
> .endpoint("https://management.azure.com/subscriptions/SUBSCRIPTION_ID")
> + .homepage(URI.create("https://www.windowsazure.com/"))
> +
> .console(URI.create("https://windows.azure.com/default.aspx"))
> + .linkedServices("azureblob", "azurequeue", "azuretable")
> + //.iso3166Codes(Region.iso3166Codes()) //TODO:LocationApi
don't commit commented code
---
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/f7cc1b437f11378e105bba552e3cfee9d7491872#r57514196