Skip to content

Commit f19cfc8

Browse files
Add UTF-8 BOM encoding to new PowerShell files
Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
1 parent 216148b commit f19cfc8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/functions/public/Auth/Connect-PowerShellGallery.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function Connect-PowerShellGallery {
1+
function Connect-PowerShellGallery {
22
<#
33
.SYNOPSIS
44
Connects to the PowerShell Gallery by storing an API key context.

src/functions/public/Auth/Context/Switch-PowerShellGalleryContext.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function Switch-PowerShellGalleryContext {
1+
function Switch-PowerShellGalleryContext {
22
<#
33
.SYNOPSIS
44
Switch the default PowerShell Gallery context.

src/functions/public/Auth/Disconnect-PowerShellGallery.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function Disconnect-PowerShellGallery {
1+
function Disconnect-PowerShellGallery {
22
<#
33
.SYNOPSIS
44
Disconnect from the PowerShell Gallery by removing a stored context.

src/functions/public/Auth/Test-PowerShellGalleryAccess.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function Test-PowerShellGalleryAccess {
1+
function Test-PowerShellGalleryAccess {
22
<#
33
.SYNOPSIS
44
Validates the stored API key by testing access to the PowerShell Gallery API.

0 commit comments

Comments
 (0)