SyntaxWarning: invalid escape sequence '\s' in azure-batch #38618
Labels
Batch
Client
This issue points to a problem in the data-plane of the library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
In azure-batch-14.2.0.tar.gz,
azure/batch/models/_models_py3.py
line 4846 raises SyntaxWarning in Python 3.12.\s
should be\\s
.Expected behavior
No syntax warning.
I'm not sure if there are more syntax warnings in sdk package.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Related issue: Azure/azure-cli#28829 (comment)
The text was updated successfully, but these errors were encountered: