Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion specification/ai/Azure.AI.Projects/servicepatterns.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ namespace Azure.AI.Projects.ServicePatterns {
TEntityType
)
@Rest.actionSeparator("/")
versions is BuildingBlocks.RepeatableCoreOps.ResourceAction<
@Rest.action("versions")
@Http.post
create is BuildingBlocks.RepeatableCoreOps.ResourceAction<
TEntityType,
{
@doc("The definition of the {name} to create", TEntityType)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
}
},
"post": {
"operationId": "Datasets_Versions",
"operationId": "Datasets_Create",
"description": "Create a new DatasetVersion. The version id will be generated by the service.",
"parameters": [
{
Expand Down Expand Up @@ -1654,7 +1654,7 @@
}
},
"post": {
"operationId": "Indexes_Versions",
"operationId": "Indexes_Create",
"description": "Create a new Index. The version id will be generated by the service.",
"parameters": [
{
Expand Down
Loading