summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-02-02 16:24:06 -0800
committerGitHub <noreply@github.com>2023-02-02 16:24:06 -0800
commit05ec8b6808aa6c45ceda50b0a814b5b6d5635f86 (patch)
tree7dbc45ad4deda7a3762b1da617f9611e7855cac2 /changelogs
parentefe09ab86e32f93b73123411344a05197be8e2ea (diff)
downloadansible-05ec8b6808aa6c45ceda50b0a814b5b6d5635f86.tar.gz
[stable-2.14] Ansible.Basic.cs - Fix compile error on PS 7.3.x (#79848) (#79850)
(cherry picked from commit 83fe75db07cb55dc2efeb437ce20b9d4462860c3)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/powershell-7.3-fix.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/powershell-7.3-fix.yml b/changelogs/fragments/powershell-7.3-fix.yml
new file mode 100644
index 0000000000..1a9b8d31ac
--- /dev/null
+++ b/changelogs/fragments/powershell-7.3-fix.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - Ansible.Basic.cs - Ignore compiler warning (reported as an error) when running under PowerShell 7.3.x.