File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22 "AssetsRepo" : " Azure/azure-sdk-assets" ,
33 "AssetsRepoPrefixPath" : " python" ,
44 "TagPrefix" : " python/ai/azure-ai-projects" ,
5- "Tag" : " python/ai/azure-ai-projects_4160165ae8 "
5+ "Tag" : " python/ai/azure-ai-projects_dc87aa5115 "
66}
Original file line number Diff line number Diff line change 1+ # Force LF line endings for test files to ensure consistent binary representation
2+ # across Windows and Linux platforms.
3+ #
4+ # These files are read and sent as binary REST API request payloads in tests.
5+ # Without consistent line endings, the binary content differs between platforms,
6+ # causing recorded test traffic to be inconsistent and test playback to fail.
7+ #
8+ # By enforcing LF endings, the binary representation remains identical regardless
9+ # of the platform where tests are executed.
10+
11+ * .md text eol =lf
12+ * .csv text eol =lf
13+ * .jsonl text eol =lf
You can’t perform that action at this time.
0 commit comments