Skip to content

Commit

Permalink
Fix error related to KuduStackTraceURL
Browse files Browse the repository at this point in the history
  • Loading branch information
v-mohithgc authored Feb 7, 2024
1 parent b2ff9c1 commit 45b827d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"loc.messages.FailedToGetAppServiceApplicationSettings": "Failed to get App service '%s' application settings. Error: %s",
"loc.messages.FailedToUpdateAppServiceApplicationSettings": "Failed to update App service '%s' application settings. Error: %s",
"loc.messages.KuduSCMDetailsAreEmpty": "KUDU SCM details are empty",
"loc.messages.KuduStackTraceURL": "To debug further please check Kudu stack trace URL : %s",
"loc.messages.FailedToGetContinuousWebJobs": "Failed to get continuous WebJobs. Error: %s",
"loc.messages.FailedToStartContinuousWebJob": "Failed to start continuous WebJob '%s'. Error: %s",
"loc.messages.FailedToStopContinuousWebJob": "Failed to stop continuous WebJob '%s'. Error: %s",
Expand Down
2 changes: 1 addition & 1 deletion common-npm-packages/azurermdeploycommon/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 common-npm-packages/azurermdeploycommon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-pipelines-tasks-azurermdeploycommon",
"version": "3.226.0",
"version": "3.235.0",
"description": "Common Lib for Azure ARM REST apis",
"repository": {
"type": "git",
Expand Down

0 comments on commit 45b827d

Please sign in to comment.