microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions
http://www.visualstudio.com/explore/release-management-vs
MIT License
275 stars 425 forks source link

Task IISWebAppMgmt does not support MSAs in V2 & V3 #1184

Open ebuter9292 opened 10 months ago

ebuter9292 commented 10 months ago

To run an application pool under a Managed Service Account, it is not necessary to enter a password for this user.

V1 of the IISWebAppMgmt task supports this without issue, but V2 and V3 do not. If the password is left blank in these versions, the task leaves the username blank as well.

Problematic line in V2

Problematic line in V3

ebuter9292 commented 9 months ago

Any comment on if this is a bug or working as designed?

ebuter9292 commented 8 months ago

Will pull requests fixing this be considered?