Azure / Azure/data-api-builder
When using wrong relationship command it does not error out
Abierto
bug
- Lenguaje dominante
- C#
- Estrellas
- 1.5k
- Forks
- 370
- Merge medio
- 3 d 22 h
- PR fusionados (30 d)
- 9
Descripción
I have both categories and todos entities in my config. I tried to update it. I used wrong command
Wrong command (not double dash)
> ..\src\bin\Debug\net6.0\hawaii-cli.exe update categories add **relationship todos** --target.entity todo --cardinality many --mapping.fields "id:category_id"
**Updated the entity:categories in the config.**
Correct command
> ..\src\bin\Debug\net6.0\hawaii-cli.exe update categories **--relationship** todos --target.entity todo --cardinality many --mapping.fields "id:category_id"
Updated the entity:categories in the config.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.