Azure OpenAI: Make startGenerateImage LRO internal for clients (#24546)

* Make startGenerateImage LRO internal for clients

* Move client.tsp alongside main.tsp, add @@include

* add newline to EOF

* Missing semicolon (and full run of npx tsp format - thanks, Gerardo)
This commit is contained in:
Travis Wilson 2023-06-22 13:28:43 -07:00 коммит произвёл GitHub
Родитель 221677f248
Коммит 582af8cbec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,10 @@
import "@azure-tools/typespec-client-generator-core";
import "./main.tsp";
using Azure.ClientGenerator.Core;
// Azure-specific long-running operations should be treated as implementation details
@@internal(Azure.OpenAI.startGenerateImage);
// Some models from client-internal LROs are still desired for custom public surface
@@include(Azure.OpenAI.ImageGenerationOptions);