Skip to content

Commit

Permalink
fix: Fixed invalid format for defaultMessageTimeToLive value (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 authored Aug 29, 2024
1 parent 617e240 commit d3cf098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/arm/environment.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"properties": {
"maxSizeInMegabytes": 1024,
"duplicateDetectionHistoryTimeWindow": "P1D",
"defaultMessageTimeToLive": "P1H",
"defaultMessageTimeToLive": "PT1H",
"deadLetteringOnMessageExpiration": true,
"maxDeliveryCount": 2
}
Expand Down

0 comments on commit d3cf098

Please sign in to comment.