Skip to content

Commit 3ceb463

Browse files
authored
Merge pull request #13044 from Saisang/sai-removeuselessconfig
Clean useless config in monikerMapping
2 parents 1eaa118 + dbf994f commit 3ceb463

File tree

6 files changed

+6
-24
lines changed

6 files changed

+6
-24
lines changed

exchange/mapping/monikerMapping.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"conceptualTocUrl": "/powershell/exchange/exchange-ps/toc.json",
55
"referenceTocUrl": "/powershell/module/exchange-ps/toc.json",
66
"packageRoot": "exchange-ps",
7-
"serviceMap": "mapping/serviceMapping.json",
8-
"modules": {
9-
"exchange": {}
10-
}
7+
"serviceMap": "mapping/serviceMapping.json"
118
}
129
}

officewebapps/mapping/monikerMapping.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"conceptualToc": "docs-conceptual/toc.yml",
44
"conceptualTocUrl": "/powershell/officewebapps/officewebapps-ps/toc.json",
55
"referenceTocUrl": "/powershell/module/officewebapps-ps/toc.json",
6-
"packageRoot": "officewebapps-ps",
7-
"modules": {
8-
"officewebapps": {}
9-
}
6+
"packageRoot": "officewebapps-ps"
107
}
118
}

skype/mapping/monikerMapping.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"conceptualToc": "docs-conceptual/toc.yml",
44
"conceptualTocUrl": "/powershell/skype/skype-ps/toc.json",
55
"referenceTocUrl": "/powershell/module/skype-ps/toc.json",
6-
"packageRoot": "skype-ps",
7-
"modules": {
8-
"skype": {}
9-
}
6+
"packageRoot": "skype-ps"
107
}
118
}

spmt/mapping/monikerMapping.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"conceptualToc": "docs-conceptual/toc.yml",
44
"conceptualTocUrl": "/powershell/spmt/spmt-ps/toc.json",
55
"referenceTocUrl": "/powershell/module/spmt-ps/toc.json",
6-
"packageRoot": "spmt-ps",
7-
"modules": {
8-
"spmt": {}
9-
}
6+
"packageRoot": "spmt-ps"
107
}
118
}

teams/mapping/monikerMapping.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"conceptualToc": "docs-conceptual/toc.yml",
44
"conceptualTocUrl": "/powershell/teams/teams-ps/toc.json",
55
"referenceTocUrl": "/powershell/module/teams-ps/toc.json",
6-
"packageRoot": "teams-ps",
7-
"modules": {
8-
"teams": {}
9-
}
6+
"packageRoot": "teams-ps"
107
}
118
}

whiteboard/mapping/monikerMapping.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"conceptualToc": "docs-conceptual/toc.yml",
44
"conceptualTocUrl": "/powershell/whiteboard/whiteboard-ps/toc.json",
55
"referenceTocUrl": "/powershell/module/whiteboard-ps/toc.json",
6-
"packageRoot": "whiteboard-ps",
7-
"modules": {
8-
"whiteboard": {}
9-
}
6+
"packageRoot": "whiteboard-ps"
107
}
118
}

0 commit comments

Comments
 (0)