TASK22057: phase18 additional consolidation slices

This commit is contained in:
2026-03-14 06:52:17 +00:00
parent daa38d6459
commit fffe1d19dd
15 changed files with 460 additions and 66 deletions
+2 -3
View File
@@ -42,7 +42,7 @@ export default async function handler(req, res) {
const tags = {
containerid: json.containerID,
caseID: json.ticketnumber,
blobType: "Representation",
blobType: "Representation"
};
// Convert back to string
@@ -53,11 +53,10 @@ export default async function handler(req, res) {
updatedContent,
Buffer.byteLength(updatedContent),
{
blobHTTPHeaders: { blobContentType: "application/json" },
blobHTTPHeaders: { blobContentType: "application/json" }
}
);
console.log("the tags:", tags);
const withTags = await blockBlobClient.setTags(tags);
const withMeta = await blockBlobClient.setMetadata(tags);