Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added VIPGRP functions matching *-AddressGroup* #89

Merged
merged 24 commits into from
Oct 6, 2020
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Confirm(VIPGroup): fix typo (a -> an)
  • Loading branch information
alagoutte committed Sep 22, 2020
commit dee4f04cdf5ee400d0dae5769dccbb9fa260b0a2
2 changes: 1 addition & 1 deletion PowerFGT/Private/Confirm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Function Confirm-FGTVipGroup {
throw "Element specified does not contain a name property."
}
if ( -not ( $argument | get-member -name uuid -Membertype Properties)) {
throw "Element specified does not contain a uuid property."
throw "Element specified does not contain an uuid property."
}
if ( -not ( $argument | get-member -name member -Membertype Properties)) {
throw "Element specified does not contain a member property."
Expand Down