Skip to content

Commit

Permalink
updated zip file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed Sep 11, 2024
1 parent 640ab36 commit 64bab20
Showing 1 changed file with 3 additions and 3 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.2.zip",
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskproducer4.1.4.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.2.zip",
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/taskconsumer4.1.4.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.2.zip",
"packageUri": "https://appdev-cloudformation-templates.s3.amazonaws.com/AzureBlobReader/dlqprocessor4.1.4.zip",
"appOffline": true
}
}
Expand Down

0 comments on commit 64bab20

Please sign in to comment.