Skip to content

Commit

Permalink
Merge pull request #4187 from NikCharlebois/Integration
Browse files Browse the repository at this point in the history
Integration
  • Loading branch information
NikCharlebois authored Jan 18, 2024
2 parents 451f77a + 1785236 commit 9cd27c2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Configuration Example
TargetType = 'group'
}
);
State = "disabled"; # Updated Property
State = "enabled"; # Updated Property
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Configuration Example
EnforcementType = 'block'
AaGuids = @()
};
State = "disabled"; # Updated Property
State = "enabled"; # Updated Property
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Configuration Example
TargetType = 'group'
}
);
State = "disabled"; # Updated Property
State = "enabled"; # Updated Property
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Configuration Example
TargetType = 'group'
}
);
State = "disabled"; # Updated Property
State = "enabled"; # Updated Property
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ Configuration Example
Credential = $Credscredential;
Ensure = "Present";
Id = "Voice";
IncludeTargets = @(
MSFT_AADAuthenticationMethodPolicyVoiceIncludeTarget{
Id = 'all_users'
TargetType = 'group'
}
);
IsOfficePhoneAllowed = $True; # Updated Property
State = "disabled";
}
}
Expand Down

0 comments on commit 9cd27c2

Please sign in to comment.