mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
fix(plugin): azure app gateway - small typo (#2752)
This commit is contained in:
parent
0305f486bb
commit
6c062219bb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user