Skip to content

Commit 00f8109

Browse files
committed
Merge branch 'main' into cinnamon/advanced-settings
2 parents 8a7af19 + 2da3723 commit 00f8109

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

hub/apps/develop/actions/action-json.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,21 @@ This article describes the format of the action definition JSON file format for
3535
"inputCombinations": [
3636
{
3737
"inputs": ["UserFriendlyName"],
38-
"description": "Greet ${UserFriendlyName.Text}"
38+
"description": "Greet ${UserFriendlyName.Text}",
39+
"where": [
40+
"${UserFriendlyName.Length} > 3"
41+
]
3942
},
4043
{
4144
"inputs": ["UserFriendlyName", "PetName"],
42-
"description": "Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
45+
"description": "Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
4346
}
4447
],
4548
"contentAgeRating": "child",
4649
"invocation":
4750
{
48-
{
4951
"type": "Uri",
5052
"uri": "contoso://greetUser?userName=${UserFriendlyName.Text}&petName=${PetName.Text}",
51-
},
52-
"where": [
53-
"${UserFriendlyName.Length > 3}"
54-
]
5553
}
5654
},
5755
{

hub/docfx.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@
4242
}
4343
},
4444
"fileMetadata": {
45-
"uhfHeaderId": {
46-
"android/**": "MSDocsHeader-Windows-DevTools",
47-
"dev-drive/**": "MSDocsHeader-Windows-DevTools",
48-
"dev-environment/**": "MSDocsHeader-Windows-DevTools",
49-
"dev-home/**": "MSDocsHeader-Windows-DevTools",
50-
"package-manager/**": "MSDocsHeader-Windows-DevTools",
51-
"powertoys/**": "MSDocsHeader-Windows-DevTools",
52-
"python/**": "MSDocsHeader-Windows-DevTools",
53-
"sudo/**": "MSDocsHeader-Windows-DevTools"
54-
},
5545
"ms.subservice": {
5646
"apps/design/**": "design",
5747
"apps/**": "apps",
@@ -139,6 +129,16 @@
139129
"sudo/**": "https://github.com/microsoft/sudo",
140130
"web/**": "https://github.com/microsoft/Windows-Dev-Performance/issues"
141131
},
132+
"uhfHeaderId": {
133+
"android/**": "MSDocsHeader-Windows-DevTools",
134+
"dev-drive/**": "MSDocsHeader-Windows-DevTools",
135+
"dev-environment/**": "MSDocsHeader-Windows-DevTools",
136+
"dev-home/**": "MSDocsHeader-Windows-DevTools",
137+
"package-manager/**": "MSDocsHeader-Windows-DevTools",
138+
"powertoys/**": "MSDocsHeader-Windows-DevTools",
139+
"python/**": "MSDocsHeader-Windows-DevTools",
140+
"sudo/**": "MSDocsHeader-Windows-DevTools"
141+
},
142142
"author":
143143
{
144144
"android/**": "mattwojo",

0 commit comments

Comments
 (0)