Skip to content

Commit ddd145a

Browse files
committed
bump zip version
1 parent 27bfcb6 commit ddd145a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BlockBlobReader/src/blobreaderzipdeploy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
"[variables('BlobReader_resourceId')]"
420420
],
421421
"properties": {
422-
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskproducer4.1.0.zip",
422+
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskproducer4.1.2.zip",
423423
"appOffline": true
424424
}
425425
}
@@ -512,7 +512,7 @@
512512
"[variables('blobreaderconsumer_resourceId')]"
513513
],
514514
"properties": {
515-
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskconsumer4.1.0.zip",
515+
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskconsumer4.1.2.zip",
516516
"appOffline": true
517517
}
518518
}
@@ -609,7 +609,7 @@
609609
"[variables('DLQProcessor_resourceId')]"
610610
],
611611
"properties": {
612-
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/dlqprocessor4.1.0.zip",
612+
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/dlqprocessor4.1.2.zip",
613613
"appOffline": true
614614
}
615615
}

BlockBlobReader/src/create_zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ else
8080
fi
8181

8282
echo "creating zip"
83-
version="4.1.0"
83+
version="4.1.2"
8484
producer_zip_file="taskproducer$version.zip"
8585
consumer_zip_file="taskconsumer$version.zip"
8686
dlqprocessor_zip_file="dlqprocessor$version.zip"

0 commit comments

Comments
 (0)