Skip to content

Commit

Permalink
Merge branch 'Azure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTn authored Aug 16, 2024
2 parents 7287b05 + c9b146c commit 2ad400f
Show file tree
Hide file tree
Showing 708 changed files with 64,979 additions and 42,415 deletions.
4 changes: 3 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,9 @@
"opcua",
"websockets",
"opentelemetry",
"parquet"
"parquet",
"mqttbroker",
"schemaregistry"
]
}
],
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@azure-tools/typespec-client-generator-core": "0.45.0",
"@azure-tools/typespec-liftr-base": "0.4.0",
"@azure/avocado": "^0.8.4",
"@typespec/compiler": "0.59.0",
"@typespec/http": "0.59.0",
"@typespec/compiler": "0.59.1",
"@typespec/http": "0.59.1",
"@typespec/openapi": "0.59.0",
"@typespec/openapi3": "0.59.0",
"@typespec/rest": "0.59.0",
"@typespec/openapi3": "0.59.1",
"@typespec/rest": "0.59.1",
"@typespec/versioning": "0.59.0",
"azure-rest-api-specs-eng-tools": "file:eng/tools",
"oav": "^3.3.7",
Expand Down
3 changes: 2 additions & 1 deletion specification/ai/DocumentIntelligence/tspconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ options:
package-dir: "azure-ai-documentintelligence"
namespace: "com.azure.ai.documentintelligence"
enable-sync-stack: true
generate-test: true
custom-types-subpackage: "implementation.models"
generate-tests: false
customization-class: customization/src/main/java/DocumentIntelligenceCustomizations.java
polling:
buildDocumentModel:
final-type: com.azure.ai.documentintelligence.models.DocumentModelDetails
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,29 @@ paths:
type: integer
format: int32
default: 20
explode: false
- name: order
in: query
required: false
description: Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.
schema:
$ref: '#/components/schemas/ListSortOrder'
default: desc
explode: false
- name: after
in: query
required: false
description: A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.
schema:
type: string
explode: false
- name: before
in: query
required: false
description: A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list.
schema:
type: string
explode: false
responses:
'200':
description: The requested list of assistants.
Expand Down Expand Up @@ -159,6 +163,7 @@ paths:
description: A value that, when provided, limits list results to files matching the corresponding purpose.
schema:
$ref: '#/components/schemas/FilePurpose'
explode: false
responses:
'200':
description: The requested list of files.
Expand Down Expand Up @@ -391,25 +396,29 @@ paths:
type: integer
format: int32
default: 20
explode: false
- name: order
in: query
required: false
description: Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.
schema:
$ref: '#/components/schemas/ListSortOrder'
default: desc
explode: false
- name: after
in: query
required: false
description: A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.
schema:
type: string
explode: false
- name: before
in: query
required: false
description: A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list.
schema:
type: string
explode: false
responses:
'200':
description: The requested list of messages.
Expand Down Expand Up @@ -547,25 +556,29 @@ paths:
type: integer
format: int32
default: 20
explode: false
- name: order
in: query
required: false
description: Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.
schema:
$ref: '#/components/schemas/ListSortOrder'
default: desc
explode: false
- name: after
in: query
required: false
description: A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.
schema:
type: string
explode: false
- name: before
in: query
required: false
description: A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list.
schema:
type: string
explode: false
responses:
'200':
description: The requested list of thread runs.
Expand Down Expand Up @@ -709,25 +722,29 @@ paths:
type: integer
format: int32
default: 20
explode: false
- name: order
in: query
required: false
description: Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.
schema:
$ref: '#/components/schemas/ListSortOrder'
default: desc
explode: false
- name: after
in: query
required: false
description: A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.
schema:
type: string
explode: false
- name: before
in: query
required: false
description: A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list.
schema:
type: string
explode: false
responses:
'200':
description: The requested list of run steps.
Expand Down
Loading

0 comments on commit 2ad400f

Please sign in to comment.