Skip to content

Commit

Permalink
fix plsint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DorBreger committed Jun 7, 2024
1 parent b155e55 commit d4c68f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/availability_group.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $spec = @{
shared_path = @{type = "str"; required = $false; default = $null }
dtc_support_enabled = @{type = "bool"; required = $false; }
basic_availability_group = @{type = "bool"; required = $false; }
contained_availability_group = @{type = "bool"; required = $false;}
contained_availability_group = @{type = "bool"; required = $false; }
database_health_trigger = @{type = "bool"; required = $false; }
is_distributed_ag = @{type = "bool"; required = $false; }
use_last_backup = @{type = "bool"; required = $false; }
Expand Down

0 comments on commit d4c68f7

Please sign in to comment.