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
Next Next commit
First
  • Loading branch information
dargilco committed Apr 21, 2025
commit 696f723745c1fa79a9ac4e625058c0e7b28d8533
3 changes: 1 addition & 2 deletions specification/ai/Azure.AI.Projects/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ namespace Azure.AI {
}

#suppress "@azure-tools/typespec-autorest/unsupported-http-auth-scheme"
@useAuth(
BearerAuth | OAuth2Auth<[
@useAuth(OAuth2Auth<[
{
type: OAuth2FlowType.implicit,
authorizationUrl: "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
{
"name": "body",
"in": "body",
"description": "The definition of the DatasetVersion to create",
"description": "The definition of the DatasetVersion to create or update",
"required": true,
"schema": {
"$ref": "#/definitions/DatasetVersionUpdate"
Expand Down Expand Up @@ -1467,7 +1467,7 @@
{
"name": "body",
"in": "body",
"description": "The definition of the Index to create",
"description": "The definition of the Index to create or update",
"required": true,
"schema": {
"$ref": "#/definitions/IndexUpdate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
{
"name": "body",
"in": "body",
"description": "The definition of the DatasetVersion to create",
"description": "The definition of the DatasetVersion to create or update",
"required": true,
"schema": {
"$ref": "#/definitions/DatasetVersionUpdate"
Expand Down Expand Up @@ -1326,7 +1326,7 @@
{
"name": "body",
"in": "body",
"description": "The definition of the Index to create",
"description": "The definition of the Index to create or update",
"required": true,
"schema": {
"$ref": "#/definitions/IndexUpdate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
{
"name": "body",
"in": "body",
"description": "The definition of the DatasetVersion to create",
"description": "The definition of the DatasetVersion to create or update",
"required": true,
"schema": {
"$ref": "#/definitions/DatasetVersionUpdate"
Expand Down Expand Up @@ -1326,7 +1326,7 @@
{
"name": "body",
"in": "body",
"description": "The definition of the Index to create",
"description": "The definition of the Index to create or update",
"required": true,
"schema": {
"$ref": "#/definitions/IndexUpdate"
Expand Down