Skip to content

Commit f3e23c4

Browse files
authored
Merge pull request #823 from aaronparker/apps
Rename WindowsEnterpriseDefaults
2 parents 165cc11 + e8037fb commit f3e23c4

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Evergreen/Apps/Get-stealthpuppyWindowsCustomisedDefaults.ps1 renamed to Evergreen/Apps/Get-WindowsEnterpriseDefaults.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
Function Get-stealthpuppyWindowsCustomisedDefaults {
1+
Function Get-WindowsEnterpriseDefaults {
22
<#
33
.SYNOPSIS
4-
Returns the latest stealthpuppy Windows Customised Defaults version number and download.
4+
Returns the latest stealthpuppy Windows Enterprise Defaults version number and download.
55
66
.NOTES
77
Author: Aaron Parker
8-
Twitter: @stealthpuppy
98
#>
109
[OutputType([System.Management.Automation.PSObject])]
1110
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseSingularNouns", "", Justification="Product name is a plural")]

Evergreen/Manifests/stealthpuppyWindowsCustomisedDefaults.json renamed to Evergreen/Manifests/WindowsEnterpriseDefaults.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"Name": "stealthpuppy Windows Customised Defaults",
3-
"Source": "https://stealthpuppy.com/image-customise/",
2+
"Name": "Windows Enterprise Defaults",
3+
"Source": "https://stealthpuppy.com/defaults/",
44
"Get": {
5-
"Uri": "https://api.github.com/repos/aaronparker/image-customise/releases/latest",
5+
"Uri": "https://api.github.com/repos/aaronparker/defaults/releases/latest",
66
"MatchVersion": "(?!\\v)(\\d+(\\.\\d+){1,4}.*)",
77
"MatchFileTypes": "\\.intunewin$|\\.zip$"
88
},

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## VERSION
44

5+
* Renames `stealthpuppyWindowsCustomisedDefaults` to `WindowsEnterpriseDefaults`
6+
7+
## 2505.2053
8+
59
* Adds `PaloAltoGlobalProtect`, `MicrosoftWindowsAdminCenter`
610
* Fixes `LehrerOffice` for a change in the source URL
711
* Updates internal function `ConvertTo-DateTime` to return a simple date/time conversion where a short date conversion fails

0 commit comments

Comments
 (0)