As it stands today, a user is not able to create a Functions v1 app through the CLI. I implemented a change here that added support for v3 apps and allowed a user to choose extension version with a flag. The issue I was fixing was only to add v3 so I didn't add an option to specify v1. Is this something we need?
It's also important to note that I don't think a user has ever been able to create a v1 function app (at least since v2 was released) since the CLI hard coded extension version to 2 before these changes.
As it stands today, a user is not able to create a Functions v1 app through the CLI. I implemented a change here that added support for v3 apps and allowed a user to choose extension version with a flag. The issue I was fixing was only to add v3 so I didn't add an option to specify v1. Is this something we need?
It's also important to note that I don't think a user has ever been able to create a v1 function app (at least since v2 was released) since the CLI hard coded extension version to 2 before these changes.