You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a supported property of the AzureCLI@2 task, and we set that to avoid printing the list of subscriptions in the logs. It makes the logs cleaner.
But, the VSCode extension then complains that the property does not exist, flooding our list of problems with the warning Unexpected property visibleAzLogin.
Can this property be marked as supported?
No other property for the AzureCLI@2 task are reported as unexpected.
The text was updated successfully, but these errors were encountered:
Is it possible to 'simply' push a new version of the extension with the updated schemas of the tasks? I could not find a script that generates that schema file, otherwise o would maybe try and patch my own environment. Seems like a separate release trigger should be in place for only schema changes, just a suggestion.
We set this in our pipelines:
It is a supported property of the
AzureCLI@2
task, and we set that to avoid printing the list of subscriptions in the logs. It makes the logs cleaner.But, the VSCode extension then complains that the property does not exist, flooding our list of problems with the warning
Unexpected property visibleAzLogin
.Can this property be marked as supported?
No other property for the
AzureCLI@2
task are reported as unexpected.The text was updated successfully, but these errors were encountered: