This message claims that the command a365 cleanup azure deletes the existing bot endpoint. This is however not the case, the CreateAzureCleanupCommand doesn't remove the Bot endpoint. It should probably call botconfigurator.DeleteEndpointWithAgentBlueprintAsync.
Also see #129, it might be better with a dedicated command for setting the bot endpoint, rather than it being part of a cleanup operation.
This message claims that the command
a365 cleanup azuredeletes the existing bot endpoint. This is however not the case, the CreateAzureCleanupCommand doesn't remove the Bot endpoint. It should probably call botconfigurator.DeleteEndpointWithAgentBlueprintAsync.Also see #129, it might be better with a dedicated command for setting the bot endpoint, rather than it being part of a cleanup operation.