-
Notifications
You must be signed in to change notification settings - Fork 73
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
Incorrect YAML editor help for Push Extension #447
Comments
Thanks for reporting this! It looks like there is a fix to be made on our side that we have identified and are working on. |
I believe this has been addressed in the recent release of version 1.2.4. Please let us know if you still see issues. |
@zhenlan It's still broken in AzureKeyVault@2 |
@AppFzx are you using Azure App Configuration Push pipeline task? Looks like you are using a Key Vault pipeline task. |
Any update on this? We have faced the same issue with AzureKeyVault |
@shkumesh this issue, and repo, refers to the Azure App Configuration task, not Key Vault. We have resolved the issue for Azure App Configuration. Did you mean there was an issue with an Azure App Configuration task? |
The issue is with AzureKeyVault. |
@shkumesh apologies for the confusion. Since this issue is for Azure App Configuration it may not be the best place to resolve an issue you're facing with Azure Key Vault. In that case, the issue should be filed here: https://github.com/microsoft/azure-pipelines-tasks/issues |
When editing YAML with the Azure App Configuration Push Extension task the editor gives incorrect assistance / tooltips for the following properties:
For both it gives the error message:
Actually "Strict" requires a boolean value and "ConfigurationFile" requires a file path.
(If I understand correctly this task is not open sourced, so I cannot contribute more details to this)
The text was updated successfully, but these errors were encountered: