Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run npx tsp format **\*.tsp. Run npx tsv . and update swagger
  • Loading branch information
dargilco committed Mar 13, 2025
commit e0e46ed12516875958cc49a4f8a084db36476b8a
2 changes: 1 addition & 1 deletion specification/ai/Azure.AI.Projects/datasets/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ model DatasetVersion {
@doc("Data type")
datasetType: DatasetType;

...AssetBase
...AssetBase;
}

@doc("PagedDataVersionBase Definition")
Expand Down
2 changes: 1 addition & 1 deletion specification/ai/Azure.AI.Projects/indexes/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ model Index {
@doc("Type of index")
indexType: IndexType;

...AssetBase
...AssetBase;
}

@doc("Paged collection of Index items.")
Expand Down
Loading
Loading