Skip to content

Commit 4a14f12

Browse files
author
Ashwin Sangem
authored
Removed debug setting. (#14308)
1 parent ef5c02c commit 4a14f12

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

Tasks/AzureResourceGroupDeploymentV2/operations/ResourceGroup.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class Deployment {
110110
}
111111
public updateCommonProperties(mode: string) {
112112
this.properties["mode"] = mode;
113-
this.properties["debugSetting"] = { "detailLevel": "requestContent, responseContent" };
114113
}
115114
}
116115

Tasks/AzureResourceGroupDeploymentV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 180,
17+
"Minor": 181,
1818
"Patch": 0
1919
},
2020
"demands": [],

Tasks/AzureResourceGroupDeploymentV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 2,
17-
"Minor": 180,
17+
"Minor": 181,
1818
"Patch": 0
1919
},
2020
"demands": [],

Tasks/AzureResourceManagerTemplateDeploymentV3/operations/DeploymentParameters.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ export class DeploymentParameters {
88
}
99
public updateCommonProperties(mode: string) {
1010
this.properties["mode"] = mode;
11-
this.properties["debugSetting"] = { "detailLevel": "requestContent, responseContent" };
1211
}
1312
}

Tasks/AzureResourceManagerTemplateDeploymentV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 3,
17-
"Minor": 180,
17+
"Minor": 181,
1818
"Patch": 0
1919
},
2020
"demands": [],

Tasks/AzureResourceManagerTemplateDeploymentV3/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 3,
17-
"Minor": 179,
18-
"Patch": 2
17+
"Minor": 181,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.119.1",

0 commit comments

Comments
 (0)