> +
> bind(HttpErrorHandler.class).annotatedWith(ServerError.class).to(AzureComputeErrorHandler.class);
> + }
> +
> + @Override
> + protected void installLocations() {
> + super.installLocations();
> + bind(ImplicitLocationSupplier.class).
> + to(OnlyLocationOrFirstRegionOptionallyMatchingRegionId.class).
> + in(Scopes.SINGLETON);
> + }
> +
> + @Override
> + protected void configure() {
> + install(new AzureComputeParserModule());
> + super.configure();
> +
> bind(OAuthScopes.class).toInstance(OAuthScopes.ReadOrWriteScopes.create("read",
> "read write"));
Can this line be removed? More background can be found in this comment in the
OAuth pull request:
https://github.com/jclouds/jclouds/pull/941#discussion_r58027837
---
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#r58667546