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.
2 parents 5253e32 + b7a83e6 commit 519abb2Copy full SHA for 519abb2
sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_api_versions.py
@@ -8,9 +8,7 @@
8
9
class ApiVersion(str, Enum, metaclass=CaseInsensitiveEnumMeta):
10
V2023_03_06 = "2023-03-06"
11
- V2023_06_15_PREVIEW = "2023-06-15-preview"
12
V2023_10_15 = "2023-10-15"
13
- V2023_10_03_PREVIEW = "2023-10-03-preview"
14
V2024_04_15 = "2024-04-15"
15
16
DEFAULT_VERSION = ApiVersion.V2024_04_15.value
0 commit comments