fix(plugin): azure app gateway - small typo (#2752)
This commit is contained in:
parent
812f195d56
commit
3152331e6c
|
@ -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…
Reference in New Issue