Skip to content

Commit

Permalink
Merge master changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivangi authored and Shivangi committed Sep 17, 2019
2 parents c36228a + 3ec956d commit b79c17e
Show file tree
Hide file tree
Showing 92 changed files with 3,545 additions and 1,362 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ Tasks/NuGetPublisherV0/* @zjrunner

Tasks/NuGetToolInstallerV0/* @zjrunner

Tasks/OpenPolicyAgentInstallerV0/* @Anumita

Tasks/PackerBuildV0/* @bishal-pdmsft

Tasks/PackerBuildV1/* @bishal-pdmsft
Expand Down
132 changes: 65 additions & 67 deletions Tasks/AzureAppServiceManageV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureAppServiceManageV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": {
"Major": 0,
"Minor": 2,
"Patch": 59
"Patch": 60
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "$(Action): $(WebAppName)",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureAppServiceManageV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": {
"Major": 0,
"Minor": 2,
"Patch": 59
"Patch": 60
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down Expand Up @@ -85,7 +85,7 @@
"label": "ms-resource:loc.input.label.SpecifySlot",
"defaultValue": "false",
"required": false,
"visibleRule": "Action != Swap Slots && Action != Delete Slot && Action != Start Swap With Preview && Action != Complete Swap"
"visibleRule": "Action != Swap Slots && Action != Delete Slot && Action != Start Swap With Preview && Action != Complete Swap && Action != Cancel Swap"
},
{
"name": "ResourceGroupName",
Expand Down
Loading

0 comments on commit b79c17e

Please sign in to comment.