fix(plugin): azure app gateway - small typo (#2752)

This commit is contained in:
Thibault S 2021-04-30 08:54:21 +02:00 committed by GitHub
parent 812f195d56
commit 3152331e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);