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 fda6012 commit c760c88Copy full SHA for c760c88
sdk/communication/Azure.Communication.PhoneNumbers/src/PhoneNumbersClientOptions.cs
@@ -5,6 +5,7 @@
5
6
using System;
7
using Azure.Core;
8
+using System.ComponentModel;
9
10
[assembly: CodeGenSuppressType("PhoneNumbersClientOptions")]
11
namespace Azure.Communication.PhoneNumbers
@@ -21,6 +22,7 @@ public enum ServiceVersion
21
22
/// <summary> Service version "2021-03-07". </summary>
23
V2021_03_07 = 1,
24
/// <summary> Service version "2022-01-11-preview". </summary>
25
+ [EditorBrowsable(EditorBrowsableState.Never)]
26
V2022_01_11_Preview_2 = 2,
27
/// <summary> Service version "2022-12-01. </summary>
28
V2022_12_01 = 3,
0 commit comments