Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Aug 7, 2024
1 parent 633075b commit 12686c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions typespec-tests/tsp/multipart.tsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import "@typespec/http";
import "@azure-tools/typespec-client-generator-core";

using TypeSpec.Http;
using Azure.ClientGenerator.Core;

@service({
title: "Multipart",
Expand Down Expand Up @@ -44,6 +46,7 @@ model Inherit1File extends File {
/**
* Image file of content-type "image/jpeg"
*/
@clientName("InheritFileData")
model Inherit2File extends Inherit1File {
contentType: "image/jpeg";
}
Expand Down

0 comments on commit 12686c2

Please sign in to comment.