When prompted for a namespace while running azd x init, if I provide a namespace with a '.' in it, the namespace field in the extension.yaml is correct, but all of the usage commands then include the period.
For example;
namespace: ai.project
usage: azd ai.project [options]
It's unclear to me what actually tells the command line to route a request to a specific root command, but this could cause issues for folks who are just trying to get started.
When prompted for a namespace while running
azd x init, if I provide a namespace with a '.' in it, the namespace field in the extension.yaml is correct, but all of the usage commands then include the period.For example;
namespace: ai.project
usage: azd ai.project [options]
It's unclear to me what actually tells the command line to route a request to a specific root command, but this could cause issues for folks who are just trying to get started.