File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ updates:
11
11
interval : " daily"
12
12
# Allow up to 10 open pull requests for nuget dependencies
13
13
open-pull-requests-limit : 10
14
+ ignore :
15
+ - dependency-name : ' RabbitMQ.Client'
16
+ versions : ['6.4.0']
Original file line number Diff line number Diff line change 1
1
# GET https://techtalks-producer.whiteocean-6297fc2c.eastasia.azurecontainerapps.io/api/TechTalks/Generate
2
2
# ?numberOfMessages=10000
3
3
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
+
6
7
8
+ https://techtalks-producer.wittysmoke-dd3f636d.eastasia.azurecontainerapps.io/api/TechTalks/Generate?numberOfMessages=1000
Original file line number Diff line number Diff line change 7
7
[string ]$environmentName = " aci-dev-env"
8
8
)
9
9
10
+
11
+
10
12
# Reset consumer replicas to 1, used to showcase initial state of the app
11
13
az containerapp update `
12
14
-- name techtalks- consumer `
You can’t perform that action at this time.
0 commit comments