From 30672780a93108e0a1f738f8c273cc10653d0d1b Mon Sep 17 00:00:00 2001 From: Saisang Cai Date: Fri, 27 Jun 2025 13:18:42 +0800 Subject: [PATCH 1/3] Update .openpublishing.publish.config.json --- .openpublishing.publish.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 39a24a8cefcb..7ee4874ced20 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -49,7 +49,7 @@ ">=powershell-5.1" ], "monikerPath": [ - "mapping/MAML2Yaml/monikerMapping.json" + "mapping/monikerMapping.json" ], "monikers": [], "open_to_public_contributors": true, From 3f1e6131f85f7eb115a9619ee2c68dd4f82dcfea Mon Sep 17 00:00:00 2001 From: Saisang Cai Date: Fri, 27 Jun 2025 13:19:23 +0800 Subject: [PATCH 2/3] Rename reference/mapping/MAML2Yaml/monikerMapping.json to reference/mapping/monikerMapping.json --- reference/mapping/{MAML2Yaml => }/monikerMapping.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename reference/mapping/{MAML2Yaml => }/monikerMapping.json (100%) diff --git a/reference/mapping/MAML2Yaml/monikerMapping.json b/reference/mapping/monikerMapping.json similarity index 100% rename from reference/mapping/MAML2Yaml/monikerMapping.json rename to reference/mapping/monikerMapping.json From f822d0885f99f01f4f5f9b5c22ed764c80839f19 Mon Sep 17 00:00:00 2001 From: Saisang Cai Date: Wed, 2 Jul 2025 15:51:45 +0800 Subject: [PATCH 3/3] Update Get-CimSession.md --- reference/5.1/CimCmdlets/Get-CimSession.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/5.1/CimCmdlets/Get-CimSession.md b/reference/5.1/CimCmdlets/Get-CimSession.md index 38af8b1650c7..52a35454ff0b 100644 --- a/reference/5.1/CimCmdlets/Get-CimSession.md +++ b/reference/5.1/CimCmdlets/Get-CimSession.md @@ -53,7 +53,7 @@ For more information about CIM sessions, see ### Example 1: Get CIM sessions from the current PowerShell session -This example creates CIM sessions using [New-CimSession](New-CimSession.md), and then gets the CIM +This example creates CIM sessions using [New-CimSession](New-CimSession.yml), and then gets the CIM sessions using `Get-CimSession`. ```powershell