Skip to content

Commit 099580c

Browse files
authored
Set default value for "SpecifySlot" as false (#4878)
* Set default value for "SpecifySlot" as false * indentation fix
1 parent da414f4 commit 099580c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Tasks/AzureAppServiceManage/task.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 0,
1919
"Minor": 2,
20-
"Patch": 10
20+
"Patch": 11
2121
},
2222
"minimumAgentVersion": "1.102.0",
2323
"instanceNameFormat": "$(Action): $(WebAppName)",
@@ -61,6 +61,7 @@
6161
"name": "SpecifySlot",
6262
"type": "boolean",
6363
"label": "Specify Slot",
64+
"defaultValue": "false",
6465
"required": false,
6566
"visibleRule": "Action != Swap Slots"
6667
},

Tasks/AzureAppServiceManage/task.loc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 0,
1919
"Minor": 2,
20-
"Patch": 10
20+
"Patch": 11
2121
},
2222
"minimumAgentVersion": "1.102.0",
2323
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -61,6 +61,7 @@
6161
"name": "SpecifySlot",
6262
"type": "boolean",
6363
"label": "ms-resource:loc.input.label.SpecifySlot",
64+
"defaultValue": "false",
6465
"required": false,
6566
"visibleRule": "Action != Swap Slots"
6667
},

0 commit comments

Comments
 (0)