Skip to content

Commit

Permalink
Merge pull request #5450 from ykuijs/Dev
Browse files Browse the repository at this point in the history
Updated references to new whitepaper location
  • Loading branch information
ykuijs authored Nov 22, 2024
2 parents 5b7cf86 + 01e462f commit ef80bad
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Configuration Example
CustomFooterText = "This is some custom footer text"
DisableAnonymousJoin = $False
EnableQoS = $False
HelpURL = "https://github.com/Microsoft/Office365DSC/Help"
LegalURL = "https://github.com/Microsoft/Office365DSC/Legal"
LogoURL = "https://github.com/Microsoft/Office365DSC/Logo.png"
HelpURL = "https://github.com/Microsoft/Microsoft365DSC/Help"
LegalURL = "https://github.com/Microsoft/Microsoft365DSC/Legal"
LogoURL = "https://github.com/Microsoft/Microsoft365DSC/Logo.png"
Credential = $Credscredential
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
$testParams = @{
URL = 'https://contoso.sharepoint.com/sites/TestSite'
Identity = 'TestSiteGroup'
Owner = 'admin@Office365DSC.onmicrosoft.com'
Owner = 'admin@Microsoft365DSC.onmicrosoft.com'
PermissionLevels = @('Edit', 'Read')
Ensure = 'Present'
Credential = $Credential
Expand Down Expand Up @@ -103,7 +103,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
$testParams = @{
URL = 'https://contoso.sharepoint.com/sites/TestSite'
Identity = 'TestSiteGroup'
Owner = 'admin@Office365DSC.onmicrosoft.com'
Owner = 'admin@Microsoft365DSC.onmicrosoft.com'
PermissionLevels = @('Edit', 'Read')
Ensure = 'Present'
Credential = $Credential
Expand All @@ -124,7 +124,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
URL = 'https://contoso.sharepoint.com/sites/TestSite'
Title = 'TestSiteGroup'
Owner = @{
LoginName = 'admin@Office365DSC.onmicrosoft.com'
LoginName = 'admin@Microsoft365DSC.onmicrosoft.com'
}
}
}
Expand Down Expand Up @@ -163,7 +163,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
$testParams = @{
URL = 'https://contoso.sharepoint.com/sites/TestSite'
Identity = 'TestSiteGroup'
Owner = 'admin@Office365DSC.onmicrosoft.com'
Owner = 'admin@Microsoft365DSC.onmicrosoft.com'
PermissionLevels = @('Edit', 'Read')
Ensure = 'Present'
Credential = $Credential
Expand All @@ -178,7 +178,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
URL = 'https://contoso.sharepoint.com/sites/TestSite'
Title = 'TestSiteGroup'
Owner = @{
LoginName = 'admin@Office365DSC.onmicrosoft.com'
LoginName = 'admin@Microsoft365DSC.onmicrosoft.com'
}
}
}
Expand Down Expand Up @@ -223,7 +223,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
$testParams = @{
URL = 'https://contoso.sharepoint.com/sites/TestSite'
Identity = 'TestSiteGroup'
Owner = 'admin@Office365DSC.onmicrosoft.com'
Owner = 'admin@Microsoft365DSC.onmicrosoft.com'
PermissionLevels = @('Edit', 'Read')
Ensure = 'Absent'
Credential = $Credential
Expand All @@ -237,7 +237,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
return @{
URL = 'https://contoso.sharepoint.com/sites/TestSite'
Title = 'TestSiteGroup'
OwnerLogin = 'admin@Office365DSC.onmicrosoft.com'
OwnerLogin = 'admin@Microsoft365DSC.onmicrosoft.com'
Roles = @('Edit', 'Read')
}
}
Expand Down Expand Up @@ -300,7 +300,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
return @{
URL = 'https://contoso.sharepoint.com/sites/TestSite'
Title = 'TestSiteGroup'
OwnerLogin = 'admin@Office365DSC.onmicrosoft.com'
OwnerLogin = 'admin@Microsoft365DSC.onmicrosoft.com'
Roles = @('Edit', 'Read')
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/about/community-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This section contains various resources produced by both Microsoft and members o

## Whitepapers

- [Managing Microsoft 365 with Microsoft365DSC and Azure DevOps](https://office365dsc.azurewebsites.net/Pages/Resources/Whitepapers/Managing%20Microsoft%20365%20with%20Microsoft365Dsc%20and%20Azure%20DevOps.pdf)
- [Managing Microsoft 365 with Microsoft365DSC and Azure DevOps](https://aka.ms/m365dscwhitepaper)
2 changes: 1 addition & 1 deletion docs/docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

{% block announce %}
<!-- Add announcement here, including arbitrary HTML -->
<div class="md-container"><span>Check out our <a href="https://www.youtube.com/channel/UCveScabVT6pxzqYgGRu17iw" >YouTube channel</a> & our <a href="https://office365dsc.azurewebsites.net/Pages/Resources/Whitepapers/Managing%20Microsoft%20365%20with%20Microsoft365Dsc%20and%20Azure%20DevOps.pdf">DevOPS whitepaper</a></span></div>
<div class="md-container"><span>Check out our <a href="https://www.youtube.com/channel/UCveScabVT6pxzqYgGRu17iw" >YouTube channel</a> & our <a href="https://aka.ms/m365dscwhitepaper">Microsoft365DSC DevOps whitepaper</a></span></div>
{% endblock %}
6 changes: 3 additions & 3 deletions docs/docs/resources/teams/TeamsMeetingConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ Configuration Example
CustomFooterText = "This is some custom footer text"
DisableAnonymousJoin = $False
EnableQoS = $False
HelpURL = "https://github.com/Microsoft/Office365DSC/Help"
LegalURL = "https://github.com/Microsoft/Office365DSC/Legal"
LogoURL = "https://github.com/Microsoft/Office365DSC/Logo.png"
HelpURL = "https://github.com/Microsoft/Microsoft365DSC/Help"
LegalURL = "https://github.com/Microsoft/Microsoft365DSC/Legal"
LogoURL = "https://github.com/Microsoft/Microsoft365DSC/Logo.png"
Credential = $Credscredential
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Microsoft365DSC takes all its sense when used as part of DevOps processes within
<figcaption>Flow of managing Microsoft 365 using Microsoft365DSC and Azure DevOps</figcaption>
</figure>

While this article doesn’t cover the process of integrating Microsoft365DSC with these systems, our team has written a great <a href="https://office365dsc.azurewebsites.net/Pages/Resources/Whitepapers/Managing Microsoft 365 with Microsoft365Dsc and Azure DevOps.pdf">whitepaper</a> to help you get started with integrating Microsoft365DSC with Azure DevOps.
While this article doesn’t cover the process of integrating Microsoft365DSC with these systems, our team has written a great <a href="https://aka.ms/m365dscwhitepaper">whitepaper</a> to help you get started with integrating Microsoft365DSC with Azure DevOps.

0 comments on commit ef80bad

Please sign in to comment.