Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 14, 2023
1 parent fbf0907 commit 1ef12b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Tingle.AzdoCleaner.Tests/AzdoEventHandlerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System.Text.Json;
using Xunit;

namespace Tingle.AzdoCleaner.Tests;
Expand Down
2 changes: 1 addition & 1 deletion main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ resource app 'Microsoft.App/containerApps@2022-10-01' = {
[ { name: 'http', http: { metadata: { concurrentRequests: '1000' } } } ],
eventBusTransport == 'ServiceBus' ? [
{
name: 'azure-servicebus-${name}'
name: 'azure-servicebus-azdo-cleanup'
custom: {
type: 'azure-servicebus'
metadata: {
Expand Down

0 comments on commit 1ef12b4

Please sign in to comment.