6 lines
128 B
Python
6 lines
128 B
Python
# Copyright (c) Microsoft. All rights reserved.
|
|
|
|
from typing import Final
|
|
|
|
DEFAULT_AZURE_API_VERSION: Final[str] = "2025-08-28"
|