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
I have a working pipeline definition that uses HelmDeploy@0 tasks with install commands. The VS Code extension reports 3 problems on each of the definitions for missing properties azureContainerRegistry, azureResourceGroupForACR, and azureSubscriptionForACR. Per the docs, those properties are only required for the save command. They are listed as required for HelmDeploy@0 in /service-schema.json.
Is there a way to declare that they are only required for the save command in the schema?