(plugin) cloud::azure::database::sqldatabase::plugin - fix health options (#4128)
This commit is contained in:
parent
0a3c2c1ab0
commit
6a3eef25b0
|
@ -29,8 +29,8 @@ sub check_options {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
$self->SUPER::check_options(%options);
|
$self->SUPER::check_options(%options);
|
||||||
|
|
||||||
$self->{namespace} = 'Microsoft.Sql';
|
$self->{az_resource_namespace} = 'Microsoft.Sql';
|
||||||
$self->{type} = 'servers/databases';
|
$self->{az_resource_type} = 'servers/databases';
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
Loading…
Reference in New Issue