diff --git a/Tasks/AzureKeyVaultV1/task.json b/Tasks/AzureKeyVaultV1/task.json index f41c63b8061b..cc52be2c840d 100644 --- a/Tasks/AzureKeyVaultV1/task.json +++ b/Tasks/AzureKeyVaultV1/task.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 198, + "Minor": 200, "Patch": 0 }, "demands": [], @@ -48,7 +48,7 @@ "defaultValue": "*", "required": true, "helpMarkDown": "Comma separated list of secret names or leave * to download all secrets from the selected key vault.", - "options": { + "properties": { "EditableOptions": "True" } }, @@ -59,7 +59,7 @@ "defaultValue": false, "required": true, "helpMarkDown": "Run the task before job execution begins. Exposes secrets to all tasks in the job, not just tasks that follow this one.", - "options": { + "properties": { "EditableOptions": "True" } } @@ -120,4 +120,4 @@ "RetryingWithVaultResourceIdFromResponse": "Retrying with vault resource Id reterieved from response : %s", "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." } -} \ No newline at end of file +} diff --git a/Tasks/AzureKeyVaultV1/task.loc.json b/Tasks/AzureKeyVaultV1/task.loc.json index 238a5083f4bc..38774602c658 100644 --- a/Tasks/AzureKeyVaultV1/task.loc.json +++ b/Tasks/AzureKeyVaultV1/task.loc.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 198, + "Minor": 200, "Patch": 0 }, "demands": [], @@ -120,4 +120,4 @@ "RetryingWithVaultResourceIdFromResponse": "ms-resource:loc.messages.RetryingWithVaultResourceIdFromResponse", "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" } -} \ No newline at end of file +} diff --git a/Tasks/AzureKeyVaultV2/task.json b/Tasks/AzureKeyVaultV2/task.json index 53632b85cdfe..8d74dea3ab34 100644 --- a/Tasks/AzureKeyVaultV2/task.json +++ b/Tasks/AzureKeyVaultV2/task.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 189, + "Minor": 200, "Patch": 0 }, "demands": [], @@ -48,7 +48,7 @@ "defaultValue": "*", "required": true, "helpMarkDown": "Comma separated list of secret names or leave * to download all secrets from the selected key vault.", - "options": { + "properties": { "EditableOptions": "True" } }, @@ -59,7 +59,7 @@ "defaultValue": false, "required": true, "helpMarkDown": "Run the task before job execution begins. Exposes secrets to all tasks in the job, not just tasks that follow this one.", - "options": { + "properties": { "EditableOptions": "True" } } @@ -120,4 +120,4 @@ "RetryingWithVaultResourceIdFromResponse": "Retrying with vault resource Id reterieved from response : %s", "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." } -} \ No newline at end of file +} diff --git a/Tasks/AzureKeyVaultV2/task.loc.json b/Tasks/AzureKeyVaultV2/task.loc.json index 20fe6bb711d1..db816589df81 100644 --- a/Tasks/AzureKeyVaultV2/task.loc.json +++ b/Tasks/AzureKeyVaultV2/task.loc.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 189, + "Minor": 200, "Patch": 0 }, "demands": [], @@ -120,4 +120,4 @@ "RetryingWithVaultResourceIdFromResponse": "ms-resource:loc.messages.RetryingWithVaultResourceIdFromResponse", "ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal" } -} \ No newline at end of file +}