You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/AzureAppServiceManage/Strings/resources.resjson/en-US/resources.resjson
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@
26
26
"loc.messages.Failedtoupdateslotswaphistory": "Failed to update slot swap history for Azure Web App : %s",
27
27
"loc.messages.WARNINGCannotupdateslotswapstatusSCMendpointisnotenabledforthiswebsite": "WARNING : Cannot update slot swap status : SCM (Source Control Manager) endpoint is not enabled for this Azure Web App",
28
28
"loc.messages.CannotupdatedeploymentstatusuniquedeploymentIdCannotBeRetrieved": "Cannot update Kudu deployment log as unique deployment ID cannot be retrieved for this Azure Web App",
29
-
"loc.messages.Failedtoswapslots": "Failed to swap slots. Status %s for Azure Web App : %s",
29
+
"loc.messages.FailedToSwapWebAppSlots": "Failed to swap slots for Azure Web App: %s. Error: %s",
30
+
"loc.messages.SlotSwapOperationNotCompleted": "Slot swap operation was not completed for Azure Web App: %s",
30
31
"loc.messages.Successfullyswappedslots": "Successfully swapped web app %s slots from %s to %s",
31
32
"loc.messages.SourceAndTargetSlotCannotBeSame": "Source and target slot cannot be same",
32
33
"loc.messages.Successfullyupdateddeploymenthistory": "Successfully updated deployment History at %s",
Copy file name to clipboardExpand all lines: Tasks/AzureAppServiceManage/task.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,8 @@
183
183
"Failedtoupdateslotswaphistory": "Failed to update slot swap history for Azure Web App : %s",
184
184
"WARNINGCannotupdateslotswapstatusSCMendpointisnotenabledforthiswebsite": "WARNING : Cannot update slot swap status : SCM (Source Control Manager) endpoint is not enabled for this Azure Web App",
185
185
"CannotupdatedeploymentstatusuniquedeploymentIdCannotBeRetrieved": "Cannot update Kudu deployment log as unique deployment ID cannot be retrieved for this Azure Web App",
186
-
"Failedtoswapslots": "Failed to swap slots. Status %s for Azure Web App : %s",
186
+
"FailedToSwapWebAppSlots": "Failed to swap slots for Azure Web App: %s. Error: %s",
187
+
"SlotSwapOperationNotCompleted": "Slot swap operation was not completed for Azure Web App: %s",
187
188
"Successfullyswappedslots": "Successfully swapped web app %s slots from %s to %s",
188
189
"SourceAndTargetSlotCannotBeSame": "Source and target slot cannot be same",
189
190
"Successfullyupdateddeploymenthistory": "Successfully updated deployment History at %s",
0 commit comments