-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jean-Cyril Drouhin
committed
Nov 20, 2024
1 parent
e8024ab
commit 5862616
Showing
16 changed files
with
2,123 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"contentVersion": "1.0.0.0", | ||
"ConfigurationName": "PROD", | ||
"ApplicationName": "contoso", | ||
"FarmName": "CONTENT", | ||
"Domain": "contoso.com", | ||
"StoredCredential": "PROD-ADM", | ||
"Binaries": { | ||
"SetupFullPath": "\\\\srvfileshared.contoso.com\\cumulativeupdates", | ||
"SetupFileName": ["uber-subscription-kb5002651-fullfile-x64-glb.exe"], | ||
"ShutdownServices": true | ||
}, | ||
"UpgradeContentDatabase": true, | ||
"SideBySideToken": { | ||
"Enable": true, | ||
"BuildVersion": "16.0.17928.20238" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"contentVersion": "1.0.0.0", | ||
"ConfigurationName": "PROD", | ||
"ApplicationName": "contoso", | ||
"FarmName": "SEARCH", | ||
"Domain": "contoso.com", | ||
"StoredCredential": "PROD-ADM", | ||
"Binaries": { | ||
"SetupFullPath": "\\\\srvfileshared.contoso.com\\cumulativeupdates", | ||
"SetupFileName": [ | ||
"sts2019-kb5002630-fullfile-x64-glb.exe", | ||
"wssloc2019-kb5002597-fullfile-x64-glb.exe" | ||
], | ||
"ShutdownServices": false | ||
}, | ||
"UpgradeContentDatabase": false, | ||
"SideBySideToken": { | ||
"Enable": false, | ||
"BuildVersion": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"contentVersion": "1.0.0.0", | ||
"ConfigurationName": "PROD", | ||
"ApplicationName": "contoso", | ||
"FarmName": "SERVICES", | ||
"Domain": "contoso.com", | ||
"StoredCredential": "PROD-ADM", | ||
"Binaries": { | ||
"SetupFullPath": "\\\\srvfileshared.contoso.com\\cumulativeupdates", | ||
"SetupFileName": [ | ||
"sts-subscription-kb5002191-fullfile-x64-glb.exe", | ||
"wssloc-subscription-kb5002110-fullfile-x64-glb.exe" | ||
], | ||
"ShutdownServices": true | ||
}, | ||
"UpgradeContentDatabase": false, | ||
"SideBySideToken": { | ||
"Enable": false, | ||
"BuildVersion": "" | ||
} | ||
} |
Binary file not shown.
Oops, something went wrong.