Skip to content

Commit

Permalink
Run export API
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqing2023 committed Dec 26, 2024
1 parent 36a1782 commit 5df4134
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,15 @@ public PhoneNumbersClient(System.Uri endpoint, Azure.Core.TokenCredential tokenC
}
public partial class PhoneNumbersClientOptions : Azure.Core.ClientOptions
{
public PhoneNumbersClientOptions(Azure.Communication.PhoneNumbers.PhoneNumbersClientOptions.ServiceVersion version = Azure.Communication.PhoneNumbers.PhoneNumbersClientOptions.ServiceVersion.V2024_03_01_Preview) { }
public PhoneNumbersClientOptions(Azure.Communication.PhoneNumbers.PhoneNumbersClientOptions.ServiceVersion version = Azure.Communication.PhoneNumbers.PhoneNumbersClientOptions.ServiceVersion.V2025_02_11) { }
public string? AcceptedLanguage { get { throw null; } set { } }
public enum ServiceVersion
{
V2021_03_07 = 1,
V2022_01_11_Preview_2 = 2,
V2022_12_01 = 3,
V2024_03_01_Preview = 4,
V2025_02_11 = 5,
}
}
public partial class PhoneNumberSearchOptions
Expand Down

0 comments on commit 5df4134

Please sign in to comment.