From b706f08daa26efda6a91151165e43288978bac62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98stergaard?= Date: Thu, 27 Jul 2023 12:44:19 +0200 Subject: [PATCH 1/2] Update Find-PnPFile.md -match misses information about wildcards and had wildcard=false incorrectly --- documentation/Find-PnPFile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Find-PnPFile.md b/documentation/Find-PnPFile.md index 4bfdbaf35..86874f07d 100644 --- a/documentation/Find-PnPFile.md +++ b/documentation/Find-PnPFile.md @@ -103,7 +103,7 @@ Accept wildcard characters: False ``` ### -Match -Wildcard query +Wildcard query using * (any number of charactes) and ? (single character) ```yaml Type: String @@ -113,7 +113,7 @@ Required: True Position: 0 Default value: None Accept pipeline input: True (ByValue) -Accept wildcard characters: False +Accept wildcard characters: True ``` From a3b9e79ed7df7606e10e39753da10c952df72987 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Sun, 6 Aug 2023 15:58:35 +0200 Subject: [PATCH 2/2] Adding contributors notice --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2adeeec..d1078e252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Contributors +- Per Østergaard [per-oestergaard] - Ganesh Sanap [ganesh-sanap] - Siddharth Vaghasia [siddharth-vaghasia] - Giacomo Pozzoni [jackpoz]