We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4dc9f commit 0f245acCopy full SHA for 0f245ac
sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_api_versions.py
@@ -7,8 +7,12 @@
7
from azure.core import CaseInsensitiveEnumMeta
8
9
class ApiVersion(str, Enum, metaclass=CaseInsensitiveEnumMeta):
10
+
11
+ V2023_03_06 = "2023-03-06"
12
V2023_06_15_PREVIEW = "2023-06-15-preview"
13
+ V2023_10_15 = "2023-10-15"
14
V2023_10_03_PREVIEW = "2023-10-03-preview"
15
+ V2024_04_15 = "2024-04-15"
16
V2024_06_15_PREVIEW = "2024-06-15-preview"
17
18
DEFAULT_VERSION = ApiVersion.V2024_06_15_PREVIEW.value
0 commit comments