Skip to content

Commit 363c603

Browse files
authored
Port changes to releases/m164 (#12267)
1 parent 922dc82 commit 363c603

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Tasks/AzureAppServiceManageV0/azureappservicemanage.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ async function run() {
8888

8989
tl.debug(`Resource Group: ${resourceGroupName}`);
9090

91-
let slotNameNotNeeded: boolean = (action == "Complete Swap" || action == "Swap Slots" || action == "Start Swap With Preview");
92-
slotName = (!specifySlotFlag || slotNameNotNeeded) ? defaultslotname : slotName;
93-
9491
appService = new AzureAppService(azureEndpoint, resourceGroupName, webAppName, slotName);
9592
azureAppServiceUtils = new AzureAppServiceUtils(appService);
9693
let appServiceKuduService = await azureAppServiceUtils.getKuduService();

Tasks/AzureAppServiceManageV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 162,
22-
"Patch": 3
22+
"Patch": 4
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "$(Action): $(WebAppName)",

Tasks/AzureAppServiceManageV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 162,
22-
"Patch": 3
22+
"Patch": 4
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)