Skip to content

Commit

Permalink
Remove note about Azure ARM plugin (#40219)
Browse files Browse the repository at this point in the history
Relates to #22679
  • Loading branch information
ywelsch committed Mar 20, 2019
1 parent efaf956 commit 8f84f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/plugins/discovery-azure-classic.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
The Azure Classic Discovery plugin uses the Azure Classic API to identify the
addresses of seed hosts.

// TODO: Link to ARM plugin when ready
// See issue https://github.com/elastic/elasticsearch/issues/19146
deprecated[5.0.0, Use coming Azure ARM Discovery plugin instead]
deprecated[5.0.0, This plugin will be removed in the future]

:plugin_name: discovery-azure-classic
include::install_remove.asciidoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class AzureDiscoveryPlugin extends Plugin implements DiscoveryPlugin {

public AzureDiscoveryPlugin(Settings settings) {
this.settings = settings;
deprecationLogger.deprecated("azure classic discovery plugin is deprecated. Use azure arm discovery plugin instead");
deprecationLogger.deprecated("azure classic discovery plugin is deprecated.");
logger.trace("starting azure classic discovery plugin...");
}

Expand Down

0 comments on commit 8f84f45

Please sign in to comment.