Skip to content

Commit

Permalink
bump zip version
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed Jul 19, 2024
1 parent 27bfcb6 commit ddd145a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions BlockBlobReader/src/blobreaderzipdeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
"[variables('BlobReader_resourceId')]"
],
"properties": {
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskproducer4.1.0.zip",
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskproducer4.1.2.zip",
"appOffline": true
}
}
Expand Down Expand Up @@ -512,7 +512,7 @@
"[variables('blobreaderconsumer_resourceId')]"
],
"properties": {
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskconsumer4.1.0.zip",
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskconsumer4.1.2.zip",
"appOffline": true
}
}
Expand Down Expand Up @@ -609,7 +609,7 @@
"[variables('DLQProcessor_resourceId')]"
],
"properties": {
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/dlqprocessor4.1.0.zip",
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/dlqprocessor4.1.2.zip",
"appOffline": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion BlockBlobReader/src/create_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ else
fi

echo "creating zip"
version="4.1.0"
version="4.1.2"
producer_zip_file="taskproducer$version.zip"
consumer_zip_file="taskconsumer$version.zip"
dlqprocessor_zip_file="dlqprocessor$version.zip"
Expand Down

0 comments on commit ddd145a

Please sign in to comment.