From 082a98ca53f1e3435f387974d1e2a13a1b8be8a0 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:51:58 +0100 Subject: [PATCH] Ensure data-serialization files end with one newline Ensure all data-serialization files end with a single newline character. --- .github/ISSUE_TEMPLATE/WG_member_request.yaml | 1 - .pipelines/templates/windows-package-build.yml | 1 - .vsts-ci/psresourceget-acr.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/WG_member_request.yaml b/.github/ISSUE_TEMPLATE/WG_member_request.yaml index 052a2b0f713..1d7f0e9ba53 100644 --- a/.github/ISSUE_TEMPLATE/WG_member_request.yaml +++ b/.github/ISSUE_TEMPLATE/WG_member_request.yaml @@ -64,4 +64,3 @@ body: I have the following public links to articles, code, or other resources that demonstrate my skills... validations: required: true - diff --git a/.pipelines/templates/windows-package-build.yml b/.pipelines/templates/windows-package-build.yml index 53b57df45dd..7cd0869caa0 100644 --- a/.pipelines/templates/windows-package-build.yml +++ b/.pipelines/templates/windows-package-build.yml @@ -302,4 +302,3 @@ jobs: displayName: 'List artifacts' env: ob_restore_phase: true # This ensures this done in restore phase to workaround signing issue - diff --git a/.vsts-ci/psresourceget-acr.yml b/.vsts-ci/psresourceget-acr.yml index ca3334ff271..194c7ba9f57 100644 --- a/.vsts-ci/psresourceget-acr.yml +++ b/.vsts-ci/psresourceget-acr.yml @@ -153,4 +153,3 @@ stages: Publish-TestResults -Title "PSResourceGet - ACR tests" -Path $outputFilePath -Type NUnit displayName: 'PSResourceGet ACR functional tests using AzAuth' -