Skip to content

Commit f53e58e

Browse files
committed
Remove Get-FileProductVersion
1 parent 13bd9f1 commit f53e58e

File tree

4 files changed

+0
-136
lines changed

4 files changed

+0
-136
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6464
- `ConvertTo-SqlDscEditionName` to return the edition name of the specified
6565
edition ID.
6666
- Private function:
67-
- `Get-FileProductVersion` to get the product version from a file.
6867
- `Invoke-ReportServerSetupAction` to run setup actions for Reporting
6968
Services and Power BI Report Server.
7069
- Added new instructions for GitHub Copilot that might assist when developing

source/Private/Get-FileProductVersion.ps1

Lines changed: 0 additions & 40 deletions
This file was deleted.

source/en-US/SqlServerDsc.strings.psd1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ ConvertFrom-StringData @'
219219
Test_SqlDscRSInstalled_Found = Reporting Services instance '{0}' was found.
220220
Test_SqlDscRSInstalled_NotFound = Reporting Services instance '{0}' was not found.
221221
222-
## Get-FileProductVersion
223-
Get_FileProductVersion_GetFileProductVersionError = Failed to get product version for file '{0}'. Error: {1}
224-
225222
## ConvertTo-SqlDscEditionName
226223
ConvertTo_EditionName_ConvertingEditionId = Converting EditionId '{0}' to Edition name.
227224
ConvertTo_EditionName_UnknownEditionId = The EditionId '{0}' is unknown and could not be converted.

tests/Unit/Private/Get-FileProductVersion.Tests.ps1

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)