Skip to content

Commit dbf80ba

Browse files
committed
added rabbitmq client to dependabot exclusion list for test
1 parent 19e70cf commit dbf80ba

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ updates:
1111
interval: "daily"
1212
# Allow up to 10 open pull requests for nuget dependencies
1313
open-pull-requests-limit: 10
14+
ignore:
15+
- dependency-name: 'RabbitMQ.Client'
16+
versions: ['6.4.0']

demo.http

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# GET https://techtalks-producer.whiteocean-6297fc2c.eastasia.azurecontainerapps.io/api/TechTalks/Generate
22
# ?numberOfMessages=10000
33

4-
https://techtalks-producer.wittysmoke-dd3f636d.eastasia.azurecontainerapps.io/api/TechTalks/Generate
5-
?numberOfMessages=10000
4+
# https://techtalks-producer.wittysmoke-dd3f636d.eastasia.azurecontainerapps.io/api/TechTalks/Generate
5+
# ?numberOfMessages=10000
6+
67

8+
https://techtalks-producer.wittysmoke-dd3f636d.eastasia.azurecontainerapps.io/api/TechTalks/Generate?numberOfMessages=1000

festive-calendar-demo/demo-commands.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Param(
77
[string]$environmentName = "aci-dev-env"
88
)
99

10+
11+
1012
# Reset consumer replicas to 1, used to showcase initial state of the app
1113
az containerapp update `
1214
--name techtalks-consumer `

0 commit comments

Comments
 (0)