Skip to content

Commit

Permalink
Updated Resources and Cmdlet documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jan 19, 2024
1 parent f573bc1 commit f69052d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/resources/azure-ad/AADGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Configuration Example
GroupTypes = @("Unified")
MailNickname = "M365DSC"
Visibility = "Private"
Owners = @("admin@$Domain", "AdeleV@$Domain", "GitHubIntegration@$Domain")
Owners = @("admin@$Domain", "AdeleV@$Domain")
Ensure = "Present"
Credential = $Credscredential
}
Expand Down Expand Up @@ -132,7 +132,7 @@ Configuration Example
GroupTypes = @("Unified")
MailNickname = "M365DSC"
Visibility = "Private"
Owners = @("admin@$Domain", "AdeleV@$Domain", "GitHubIntegration@$Domain")
Owners = @("admin@$Domain", "AdeleV@$Domain")
Ensure = "Present"
Credential = $Credscredential
}
Expand Down

0 comments on commit f69052d

Please sign in to comment.