Skip to content

Commit

Permalink
Merge pull request #154 from NikCharlebois/Added-Additional-Integrati…
Browse files Browse the repository at this point in the history
…on-Tests

Added SPOSite Classic test
  • Loading branch information
NikCharlebois authored Jul 20, 2019
2 parents 47110a5 + 42b5f24 commit b186310
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Tests/Integration/O365Integration.Master.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,28 @@ Configuration Master
DependsOn = "[O365User]JohnSmith"
}

SPOSite ClassicSite
{
Title = "Classic Site"
Url = "https://o365dsc.sharepoint.com/sites/Classic"
Owner = "[email protected]"
Template = "STS#0"
CentralAdminUrl = "https://o365dsc-admin.sharepoint.com"
GlobalAdminAccount = $GlobalAdmin
Ensure = "Present"
}

SPOSite ModernSite
{
Title = "Modern Site"
Url = "https://o365dsc.sharepoint.com/sites/Modern"
Owner = "[email protected]"
Template = "STS#3"
CentralAdminUrl = "https://o365dsc-admin.sharepoint.com"
GlobalAdminAccount = $GlobalAdmin
Ensure = "Present"
}

TeamsTeam TeamAlpha
{
DisplayName = "Alpha Team"
Expand Down

0 comments on commit b186310

Please sign in to comment.