Azure / azure-functions-powershell-library

MIT License
2 stars 3 forks source link

cmdlet returns metadata even if functions with duplicate names exist #10

Closed andystaples closed 2 years ago

andystaples commented 2 years ago

Need to decide what to do here - if the user defines the same function twice, what should happen? Should the cmdlet fail to return at all, or throw an exception, or should the worker code handle it?

andystaples commented 2 years ago

This was addressed - cmdlet throws a terminating error if it determines two functions with the same name were declared