Skip to content

Commit

Permalink
createOrGetPendingUpload -> createOrGetStartPendingUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayla Ames committed Mar 30, 2023
1 parent 41d0938 commit afbc110
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
"CodeVersion"
],
"summary": "Generate a storage location and credential for the client to upload a code asset to.",
"operationId": "RegistryCodeVersions_CreateOrGetPendingUpload",
"operationId": "RegistryCodeVersions_CreateOrGetStartPendingUpload",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -645,8 +645,8 @@
}
},
"x-ms-examples": {
"CreateOrGetPendingUpload Registry Code Version.": {
"$ref": "./examples/Registry/CodeVersion/createOrGetPendingUpload.json"
"CreateOrGetStartPendingUpload Registry Code Version.": {
"$ref": "./examples/Registry/CodeVersion/createOrGetStartPendingUpload.json"
}
}
}
Expand Down Expand Up @@ -1858,7 +1858,7 @@
"DataVersionRegistry"
],
"summary": "Generate a storage location and credential for the client to upload a data asset to.",
"operationId": "RegistryDataVersions_CreateOrGetPendingUpload",
"operationId": "RegistryDataVersions_CreateOrGetStartPendingUpload",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -1917,8 +1917,8 @@
}
},
"x-ms-examples": {
"CreateOrGetPendingUpload Registry Data Version Base.": {
"$ref": "./examples/Registry/DataVersionBase/createOrGetPendingUpload.json"
"CreateOrGetStartPendingUpload Registry Data Version Base.": {
"$ref": "./examples/Registry/DataVersionBase/createOrGetStartPendingUpload.json"
}
}
}
Expand Down Expand Up @@ -3199,7 +3199,7 @@
"ModelVersion"
],
"summary": "Generate a storage location and credential for the client to upload a model asset to.",
"operationId": "RegistryModelVersions_CreateOrGetPendingUpload",
"operationId": "RegistryModelVersions_CreateOrGetStartPendingUpload",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -3259,8 +3259,8 @@
}
},
"x-ms-examples": {
"CreateOrGetPendingUpload Registry Model Version.": {
"$ref": "./examples/Registry/ModelVersion/createOrGetPendingUpload.json"
"CreateOrGetStartPendingUpload Registry Model Version.": {
"$ref": "./examples/Registry/ModelVersion/createOrGetStartPendingUpload.json"
}
}
}
Expand Down Expand Up @@ -4571,7 +4571,7 @@
"CodeVersion"
],
"summary": "Generate a storage location and credential for the client to upload a code asset to.",
"operationId": "CodeVersions_CreateOrGetPendingUpload",
"operationId": "CodeVersions_CreateOrGetStartPendingUpload",
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -4630,8 +4630,8 @@
}
},
"x-ms-examples": {
"CreateOrGetPendingUpload Workspace Code Version.": {
"$ref": "./examples/Workspace/CodeVersion/createOrGetPendingUpload.json"
"CreateOrGetStartPendingUpload Workspace Code Version.": {
"$ref": "./examples/Workspace/CodeVersion/createOrGetStartPendingUpload.json"
}
}
}
Expand Down

0 comments on commit afbc110

Please sign in to comment.