Skip to content

Commit fe50edf

Browse files
committed
add gitattributes and rebase
1 parent fe64dd3 commit fe50edf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

sdk/ai/azure-ai-projects/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
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
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

0 commit comments

Comments
 (0)