Skip to content

Commit

Permalink
Converted files to UTF8 without BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Feb 22, 2022
1 parent 5a96a9d commit ca8e7b1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SharePointDsc/FarmDeployment/Deploy_SharePoint.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### NOTE: This script hasn't been fully tested yet. We are in the process of doing that.
### NOTE: This script hasn't been fully tested yet. We are in the process of doing that.
### But wanted to share it anyways, so it can be used as an example by others.

##### GENERIC VARIABLES #####
Expand Down
2 changes: 1 addition & 1 deletion SharePointDsc/FarmDeployment/PrepServers.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region ##### FUNCTIONS #####
#region ##### FUNCTIONS #####
function WriteLog
{
param
Expand Down
2 changes: 1 addition & 1 deletion SharePointDsc/FarmDeployment/PrepServersConfig.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Configuration Deploy_PrepServers
Configuration Deploy_PrepServers
{
param
(
Expand Down
2 changes: 1 addition & 1 deletion SharePointDsc/FarmDeployment/PrepVariables.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Requires -Version 5.1
#Requires -Version 5.1

##### GENERIC VARIABLES #####
$defaultFolder = $PSScriptRoot
Expand Down
2 changes: 1 addition & 1 deletion SharePointDsc/FarmDeployment/ResetVariables.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Requires -Version 5.1
#Requires -Version 5.1

##### SCRIPT START #####

Expand Down
2 changes: 1 addition & 1 deletion SharePointDsc/FarmDeployment/SharePoint 2019.psd1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@{
@{
AllNodes = @(
@{
NodeName = "*"
Expand Down
2 changes: 1 addition & 1 deletion SharePointDsc/FarmDeployment/ValidateConfigFile.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Requires -Version 5.1
#Requires -Version 5.1
[CmdletBinding()]
param ()

Expand Down

0 comments on commit ca8e7b1

Please sign in to comment.