chore: update task versions to 1.0.10 for AzureFederatedAuth, 1.0.3 for CopyBlob, 1.0.1 for GetBlob, 1.0.2 for ListBlobs, and 1.0.1 for PutBlob

This commit is contained in:
2026-02-25 21:18:55 +01:00
parent 54d7e612b6
commit ef756810cc
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "azure-federated-auth-task",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"author": "Slawomir Koszewski",
"license": "MIT",

View File

@@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 9
"Patch": 10
},
"instanceNameFormat": "Configure federated auth: $(serviceConnectionARM)",
"inputs": [

View File

@@ -1,6 +1,6 @@
{
"name": "copy-blob-task",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"author": "Slawomir Koszewski",
"license": "MIT",

View File

@@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 2
"Patch": 3
},
"instanceNameFormat": "Copy blob: $(srcStorageAccountName)/$(srcContainerName)/$(blobName)",
"inputs": [

View File

@@ -1,6 +1,6 @@
{
"name": "get-blob-task",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"author": "Slawomir Koszewski",
"license": "MIT",

View File

@@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "Get blob: $(storageAccountName)/$(containerName)/$(blobName)",
"inputs": [

View File

@@ -1,6 +1,6 @@
{
"name": "list-blobs-task",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"author": "Slawomir Koszewski",
"license": "MIT",

View File

@@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 1
"Patch": 2
},
"instanceNameFormat": "List blobs: $(storageAccountName)/$(containerName)",
"inputs": [

View File

@@ -1,6 +1,6 @@
{
"name": "put-blob-task",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"author": "Slawomir Koszewski",
"license": "MIT",

View File

@@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "Put blob: $(storageAccountName)/$(containerName)/$(blobName)",
"inputs": [