Skip to content

Commit 519abb2

Browse files
Remove preview versions
2 parents 5253e32 + b7a83e6 commit 519abb2

File tree

1 file changed

+0
-2
lines changed
  • sdk/communication/azure-communication-callautomation/azure/communication/callautomation

1 file changed

+0
-2
lines changed

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_api_versions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
class ApiVersion(str, Enum, metaclass=CaseInsensitiveEnumMeta):
1010
V2023_03_06 = "2023-03-06"
11-
V2023_06_15_PREVIEW = "2023-06-15-preview"
1211
V2023_10_15 = "2023-10-15"
13-
V2023_10_03_PREVIEW = "2023-10-03-preview"
1412
V2024_04_15 = "2024-04-15"
1513

1614
DEFAULT_VERSION = ApiVersion.V2024_04_15.value

0 commit comments

Comments
 (0)