Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fields description for VectorQuery #28483

Merged
merged 2 commits into from
Jul 9, 2024

Merge branch 'main' into update-fields

659aab5
Select commit
Loading
Failed to load commit list.
Merged

Update fields description for VectorQuery #28483

Merge branch 'main' into update-fields
659aab5
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / Swagger LintDiff succeeded May 6, 2024 in 3m 58s

Swagger LintDiff succeeded

Details

Compared specs (v2.2.2) new version base version
package-2024-03-01-preview package-2024-03-01-preview(659aab5) package-2024-03-01-preview(main)

The following errors/warnings exist before current PR submission:
Only 50 items are listed, please refer to log for more details.

Rule Message
HostParametersValidation The host parameter must be typed 'type 'string', format 'url''.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L16
MissingTypeObject The schema 'SuggestDocumentsResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1165
MissingTypeObject The schema 'SuggestResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1189
MissingTypeObject The schema 'FacetResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1204
MissingTypeObject The schema 'AnswerResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1216
MissingTypeObject The schema 'CaptionResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1245
MissingTypeObject The schema 'SearchDocumentsResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1426
MissingTypeObject The schema 'SearchResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1503
MissingTypeObject The schema 'IndexBatch' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1565
MissingTypeObject The schema 'IndexAction' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1581
MissingTypeObject The schema 'IndexingResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1625
MissingTypeObject The schema 'IndexDocumentsResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L1659
MissingTypeObject The schema 'SearchRequest' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L2471
MissingTypeObject The schema 'SuggestRequest' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L2625
MissingTypeObject The schema 'AutocompleteRequest' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L2686
MissingTypeObject The schema 'AutocompleteResult' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L2742
MissingTypeObject The schema 'AutocompleteItem' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L2766
XmsParameterLocation The parameter 'ApiVersionParameter' is defined in global parameters section without 'x-ms-parameter-location' extension. This would add the parameter as the client property. Please ensure that this is exactly you want. If so, apply the extension 'x-ms-parameter-location': 'client'. Else, apply the extension 'x-ms-parameter-location': 'method'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L2787
⚠️ VersionConvention API version should be a date in YYYY-MM-DD format, optionally suffixed with '-preview'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L6
⚠️ DeprecatedXmsCodeGenerationSetting The x-ms-code-generation-setting extension is being deprecated. Please remove it and move settings to readme file for code generation.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L7
⚠️ PathCharacters Path contains non-recommended characters.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L31
⚠️ GetInOperationName 'GET' operation 'Documents_Count' should use method name 'Get' or Method name start with 'List'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L36
⚠️ OperationId OperationId for get method should contain 'Get' or 'list'
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L36
⚠️ ErrorResponse Error response should contain a x-ms-error-code header.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L63
⚠️ ErrorResponse Error schema should define code and message properties as required.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L65
⚠️ ErrorResponse The error property in the error response schema should be required.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L65
⚠️ GetInOperationName 'GET' operation 'Documents_SearchGet' should use method name 'Get' or Method name start with 'List'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L77
⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L95
⚠️ ParameterNamesConvention Parameter name '$count' should not begin with '$' or '@'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L96
⚠️ Nullable Avoid the use of x-nullable.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L100
⚠️ ParameterNamesConvention Parameter name '$filter' should not begin with '$' or '@'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L121
⚠️ ParameterNamesConvention Parameter name '$orderby' should not begin with '$' or '@'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L171
⚠️ Nullable Avoid the use of x-nullable.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L213
⚠️ Nullable Avoid the use of x-nullable.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L452
⚠️ Nullable Avoid the use of x-nullable.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L482
⚠️ ParameterNamesConvention Parameter name '$select' should not begin with '$' or '@'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L498
⚠️ ParameterNamesConvention Parameter name '$skip' should not begin with '$' or '@'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L510
⚠️ ParameterNamesConvention Parameter name '$top' should not begin with '$' or '@'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L520
⚠️ ErrorResponse Error response should contain a x-ms-error-code header.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L585
⚠️ ErrorResponse Error schema should define code and message properties as required.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L587
⚠️ ErrorResponse The error property in the error response schema should be required.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L587
⚠️ ErrorResponse Error response should contain a x-ms-error-code header.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L635
⚠️ ErrorResponse Error schema should define code and message properties as required.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L637
⚠️ ErrorResponse The error property in the error response schema should be required.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L637
⚠️ PathCharacters Path contains non-recommended characters.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L644
⚠️ PathParameterSchema Path parameter should specify a maximum length (maxLength) and characters allowed (pattern).
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L660
⚠️ ParameterNamesConvention Parameter name '$select' should not begin with '$' or '@'.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L668
⚠️ ErrorResponse Error response should contain a x-ms-error-code header.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L691
⚠️ ErrorResponse Error schema should define code and message properties as required.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L693
⚠️ ErrorResponse The error property in the error response schema should be required.
Location: Azure.Search/preview/2024-03-01-Preview/searchindex.json#L693