Open
Description
- Package Name: azure-batch
- Package Version: 14.2.0
- Operating System: windows
- Python Version: 3.12
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
.
Node. (AZ_BATCH_NODE_ROOT_DIR\shared), or starting a local service on the
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)