diff --git a/specification/ai/ModelClient/main.tsp b/specification/ai/ModelClient/main.tsp index 396f471b7171..96ae77889566 100644 --- a/specification/ai/ModelClient/main.tsp +++ b/specification/ai/ModelClient/main.tsp @@ -18,9 +18,7 @@ using Azure.Core; } ]> ) -@service({ - title: "AI Model Inference", -}) +@service(#{ title: "AI Model Inference" }) @versioned(AI.Model.Versions) namespace AI.Model;