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

warn only for missing fields when required in context #561

Open
efinder2 opened this issue Dec 28, 2023 · 1 comment
Open

warn only for missing fields when required in context #561

efinder2 opened this issue Dec 28, 2023 · 1 comment
Labels
Area: VsCodeExtension enhancement Small enhancement to existing functionality

Comments

@efinder2
Copy link

In some tasks there some properties are only required when other properties have a specific value. In a practical example the task IISWebAppManagementOnMachineGroup could be used. e. g. if IISDeploymentType is set to IISWebApplication the propterty AppPoolNameForWebsite is not required. So as a developer I have to ignore those hints, wich may be helpfull in other cases.

- task: IISWebAppManagementOnMachineGroup@0
  displayName: 'modify wep app '
  inputs:
    IISDeploymentType: 'IISWebApplication'
    ParentWebsiteNameForApplication: '$(WebsiteName)'
    AppPoolNameForApplication: '$(AppPoolName)'
    VirtualPathForApplication: "/api/"
    PhysicalPathForApplication: '$(wwwRootPath)/api/'

grafik

@50Wliu 50Wliu added the enhancement Small enhancement to existing functionality label Dec 28, 2023
@KonstantinTyukalov
Copy link
Contributor

Hi @efinder2 thanks for the suggestion! We're working on higher priority issues now, but we'll get back to this one soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: VsCodeExtension enhancement Small enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

3 participants