From 6c062219bb1b04c88ed01e87e38935eecc21ae4a Mon Sep 17 00:00:00 2001 From: Thibault S <48209914+thibaults-centreon@users.noreply.github.com> Date: Fri, 30 Apr 2021 08:54:21 +0200 Subject: [PATCH] fix(plugin): azure app gateway - small typo (#2752) --- centreon-plugins/cloud/azure/network/appgateway/plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/cloud/azure/network/appgateway/plugin.pm b/centreon-plugins/cloud/azure/network/appgateway/plugin.pm index 45a4626e7..bc5b8e15e 100644 --- a/centreon-plugins/cloud/azure/network/appgateway/plugin.pm +++ b/centreon-plugins/cloud/azure/network/appgateway/plugin.pm @@ -52,7 +52,7 @@ sub init { my ($self, %options) = @_; $self->{options}->add_options(arguments => { - 'api-version:s' => { name => 'api_version', default => '2019-07-01' }, + 'api-version:s' => { name => 'api_version', default => '2018-01-01' }, }); $self->SUPER::init(%options);