Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzureKeyVault@1, @2: Fix incorrect inputs properties #15162

8 changes: 4 additions & 4 deletions Tasks/AzureKeyVaultV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 198,
"Minor": 200,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -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"
}
},
Expand All @@ -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"
}
}
Expand Down Expand Up @@ -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."
}
}
}
4 changes: 2 additions & 2 deletions Tasks/AzureKeyVaultV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 198,
"Minor": 200,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -120,4 +120,4 @@
"RetryingWithVaultResourceIdFromResponse": "ms-resource:loc.messages.RetryingWithVaultResourceIdFromResponse",
"ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal"
}
}
}
8 changes: 4 additions & 4 deletions Tasks/AzureKeyVaultV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 189,
"Minor": 200,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -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"
}
},
Expand All @@ -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"
}
}
Expand Down Expand Up @@ -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."
}
}
}
4 changes: 2 additions & 2 deletions Tasks/AzureKeyVaultV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 189,
"Minor": 200,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -120,4 +120,4 @@
"RetryingWithVaultResourceIdFromResponse": "ms-resource:loc.messages.RetryingWithVaultResourceIdFromResponse",
"ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal"
}
}
}