Skip to content

Commit 7ca462d

Browse files
authored
Merge pull request #2941 from Microsoft/dikhakha-patch-1
Dikhakha patch 1
2 parents aaa6ab2 + 502170f commit 7ca462d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Tasks/AzureAppServiceManage/task.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"demands": [],
1414
"version": {
15-
"Major": "0",
16-
"Minor": "1",
17-
"Patch": "0"
15+
"Major": 0,
16+
"Minor": 1,
17+
"Patch": 0
1818
},
1919
"minimumAgentVersion": "1.102.0",
2020
"instanceNameFormat": "Swap Slot for Azure Web App: $(WebAppName)",
@@ -141,4 +141,4 @@
141141
"Successfullyswappedslots": "Successfully swapped web app %s slots from %s to %s",
142142
"SourceAndTargetSlotCannotBeSame": "Source and target slot cannot be same"
143143
}
144-
}
144+
}

Tasks/AzureAppServiceManage/task.loc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"demands": [],
1414
"version": {
15-
"Major": "0",
16-
"Minor": "1",
17-
"Patch": "0"
15+
"Major": 0,
16+
"Minor": 1,
17+
"Patch": 0
1818
},
1919
"minimumAgentVersion": "1.102.0",
2020
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -140,4 +140,4 @@
140140
"Successfullyswappedslots": "ms-resource:loc.messages.Successfullyswappedslots",
141141
"SourceAndTargetSlotCannotBeSame": "ms-resource:loc.messages.SourceAndTargetSlotCannotBeSame"
142142
}
143-
}
143+
}

0 commit comments

Comments
 (0)