Skip to content

Commit c760c88

Browse files
committed
hide preview version
1 parent fda6012 commit c760c88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/communication/Azure.Communication.PhoneNumbers/src/PhoneNumbersClientOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
using System;
77
using Azure.Core;
8+
using System.ComponentModel;
89

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

0 commit comments

Comments
 (0)