(plugin) cloud::azure::database::sqldatabase::plugin - fix health options (#4128)

This commit is contained in:
Stéphane Duret 2023-01-05 18:48:29 +01:00 committed by GitHub
parent 0a3c2c1ab0
commit 6a3eef25b0
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ sub check_options {
my ($self, %options) = @_;
$self->SUPER::check_options(%options);
$self->{namespace} = 'Microsoft.Sql';
$self->{type} = 'servers/databases';
$self->{az_resource_namespace} = 'Microsoft.Sql';
$self->{az_resource_type} = 'servers/databases';
}
1;