Skip to content

Commit e5a345b

Browse files
author
Ashwin Sangem
authored
Removed debug setting (microsoft#14254)
* Update ResourceGroup.ts * Update DeploymentParameters.ts * Update task.json * Update task.loc.json * Update task.json * Update task.loc.json
1 parent 2f2ac7f commit e5a345b

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
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: 2 additions & 2 deletions
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": [],
@@ -488,4 +488,4 @@
488488
"DeploymentGroupConfigurationFailedOnVM": "Failure for Virtual Machine '%s': %s",
489489
"TroubleshootingGuide": "Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting"
490490
}
491-
}
491+
}

Tasks/AzureResourceGroupDeploymentV2/task.loc.json

Lines changed: 2 additions & 2 deletions
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": [],
@@ -488,4 +488,4 @@
488488
"DeploymentGroupConfigurationFailedOnVM": "ms-resource:loc.messages.DeploymentGroupConfigurationFailedOnVM",
489489
"TroubleshootingGuide": "ms-resource:loc.messages.TroubleshootingGuide"
490490
}
491-
}
491+
}

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: 2 additions & 2 deletions
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": [],
@@ -311,4 +311,4 @@
311311
"TemplateValidationFailure": "Validation errors were found in the Azure Resource Manager template. This can potentially cause template deployment to fail. %s. Please follow https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-syntax",
312312
"TroubleshootingGuide": "Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting"
313313
}
314-
}
314+
}

Tasks/AzureResourceManagerTemplateDeploymentV3/task.loc.json

Lines changed: 3 additions & 3 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",
@@ -311,4 +311,4 @@
311311
"TemplateValidationFailure": "ms-resource:loc.messages.TemplateValidationFailure",
312312
"TroubleshootingGuide": "ms-resource:loc.messages.TroubleshootingGuide"
313313
}
314-
}
314+
}

0 commit comments

Comments
 (0)