TASK22057: phase18 additional consolidation slices
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user