Skip to content
Merged
Prev Previous commit
Next Next commit
hide preview version
  • Loading branch information
guoqing2023 committed Feb 5, 2025
commit 1263907c69ab2dd994471efd18c27e715fe95f2d
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

using System;
using Azure.Core;
using System.ComponentModel;

[assembly: CodeGenSuppressType("PhoneNumbersClientOptions")]
namespace Azure.Communication.PhoneNumbers
Expand All @@ -21,6 +22,7 @@ public enum ServiceVersion
/// <summary> Service version "2021-03-07". </summary>
V2021_03_07 = 1,
/// <summary> Service version "2022-01-11-preview". </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
V2022_01_11_Preview_2 = 2,
/// <summary> Service version "2022-12-01. </summary>
V2022_12_01 = 3,
Expand Down