From 356c75805ce1b3df76274776f5d780647b4a7db8 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Fri, 5 Jan 2024 17:16:43 -0500 Subject: [PATCH] Updates Import-ConfigData help --- docs/Import-ConfigData.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Import-ConfigData.md b/docs/Import-ConfigData.md index 413ac86..41bd193 100644 --- a/docs/Import-ConfigData.md +++ b/docs/Import-ConfigData.md @@ -6,7 +6,7 @@ Load configuration data from multiple file types. The returned object should loo ### Parameter Set 1 -- `[String]` **Path** _Specifies a path to a configuration file with an extention of psd1, toml, yaml, or yml._ Mandatory, ValueFromPipeline +- `[String]` **Path** _Specifies a path to a configuration file with an extention of psd1, toml, json, yaml, or yml._ Mandatory, ValueFromPipeline ## Examples