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

[Batch] Switch contentLength from int64 to string #29656

Merged
merged 1 commit into from
Jul 17, 2024

[Batch] Switch contentLength from int64 to string

e28854b
Select commit
Loading
Failed to load commit list.
Merged

[Batch] Switch contentLength from int64 to string #29656

[Batch] Switch contentLength from int64 to string
e28854b
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / Swagger BreakingChange completed Jul 17, 2024 in 3m 38s

Check `Swagger BreakingChange` detected problems

Detected: 10 Errors, 0 Warnings
The check status is neutral due to the check being suppressed by a label matching pattern Versioning-Approved-*.
View Azure DevOps build log for more details.

Important

To see the full list of breaking changes messages, with all the details available:
In the relevant ADO build (see the link above), find the job BreakingChange, then the task within, also called BreakingChange.
In the task's build log, search for Full list of messages.

Details

Compared specs (v0.10.12) new version base version
BatchService.json 2024-02-01.19.0(e28854b) 2024-02-01.19.0(main)

1023 - TypeFormatChanged

Displaying 5 out of 5 occurrences.

Index Description
1 The new version has a different format '' than the previous one 'int64'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L14500:9
definitions.FileProperties.properties.contentLength
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L14504:9
2 The new version has a different format '' than the previous one 'int64'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L2572:15
paths./jobs/{jobId}/tasks/{taskId}/files/{filePath}.get.responses.200.headers.Content-Length
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L2572:15
3 The new version has a different format '' than the previous one 'int64'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L2816:15
paths./jobs/{jobId}/tasks/{taskId}/files/{filePath}.head.responses.200.headers.Content-Length
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L2817:15
4 The new version has a different format '' than the previous one 'int64'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L7031:15
paths./pools/{poolId}/nodes/{nodeId}/files/{filePath}.get.responses.200.headers.Content-Length
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L7033:15
5 The new version has a different format '' than the previous one 'int64'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L7275:15
paths./pools/{poolId}/nodes/{nodeId}/files/{filePath}.head.responses.200.headers.Content-Length
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L7278:15

1026 - TypeChanged

Displaying 5 out of 5 occurrences.

Index Description
1 The new version has a different type 'string' than the previous one 'integer'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L14500:9
definitions.FileProperties.properties.contentLength
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L14504:9
2 The new version has a different type 'string' than the previous one 'integer'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L2572:15
paths./jobs/{jobId}/tasks/{taskId}/files/{filePath}.get.responses.200.headers.Content-Length
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L2572:15
3 The new version has a different type 'string' than the previous one 'integer'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L2816:15
paths./jobs/{jobId}/tasks/{taskId}/files/{filePath}.head.responses.200.headers.Content-Length
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L2817:15
4 The new version has a different type 'string' than the previous one 'integer'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L7031:15
paths./pools/{poolId}/nodes/{nodeId}/files/{filePath}.get.responses.200.headers.Content-Length
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L7033:15
5 The new version has a different type 'string' than the previous one 'integer'.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L7275:15
paths./pools/{poolId}/nodes/{nodeId}/files/{filePath}.head.responses.200.headers.Content-Length
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L7278:15

💬 1001 - NoVersionChange

Displaying 1 out of 1 occurrences.

Index Description
1 The versions have not changed.
New: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L1:1
Old: Azure.Batch/preview/2024-02-01.19.0/BatchService.json#L1:1