@@ -223,11 +223,15 @@ public PhoneNumbersClient(System.Uri endpoint, Azure.Core.TokenCredential tokenC
223223 public virtual System . Threading . Tasks . Task < Azure . Response > DeleteReservationAsync ( System . Guid reservationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
224224 public virtual Azure . Pageable < Azure . Communication . PhoneNumbers . PhoneNumberAreaCode > GetAvailableAreaCodesGeographic ( string twoLetterIsoCountryName , Azure . Communication . PhoneNumbers . PhoneNumberAssignmentType phoneNumberAssignmentType , string locality , string administrativeDivision = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
225225 public virtual Azure . AsyncPageable < Azure . Communication . PhoneNumbers . PhoneNumberAreaCode > GetAvailableAreaCodesGeographicAsync ( string twoLetterIsoCountryName , Azure . Communication . PhoneNumbers . PhoneNumberAssignmentType phoneNumberAssignmentType , string locality , string administrativeDivision = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
226+ public virtual Azure . Pageable < Azure . Communication . PhoneNumbers . PhoneNumberAreaCode > GetAvailableAreaCodesMobile ( string twoLetterIsoCountryName , Azure . Communication . PhoneNumbers . PhoneNumberAssignmentType phoneNumberAssignmentType , string locality , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
227+ public virtual Azure . AsyncPageable < Azure . Communication . PhoneNumbers . PhoneNumberAreaCode > GetAvailableAreaCodesMobileAsync ( string twoLetterIsoCountryName , Azure . Communication . PhoneNumbers . PhoneNumberAssignmentType phoneNumberAssignmentType , string locality , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
226228 public virtual Azure . Pageable < Azure . Communication . PhoneNumbers . PhoneNumberAreaCode > GetAvailableAreaCodesTollFree ( string twoLetterIsoCountryName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
227229 public virtual Azure . AsyncPageable < Azure . Communication . PhoneNumbers . PhoneNumberAreaCode > GetAvailableAreaCodesTollFreeAsync ( string twoLetterIsoCountryName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
228230 public virtual Azure . Pageable < Azure . Communication . PhoneNumbers . PhoneNumberCountry > GetAvailableCountries ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
229231 public virtual Azure . AsyncPageable < Azure . Communication . PhoneNumbers . PhoneNumberCountry > GetAvailableCountriesAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
232+ public virtual Azure . Pageable < Azure . Communication . PhoneNumbers . PhoneNumberLocality > GetAvailableLocalities ( string twoLetterIsoCountryName , Azure . Communication . PhoneNumbers . PhoneNumberType phoneNumberType , string administrativeDivision = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
230233 public virtual Azure . Pageable < Azure . Communication . PhoneNumbers . PhoneNumberLocality > GetAvailableLocalities ( string twoLetterIsoCountryName , string administrativeDivision = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
234+ public virtual Azure . AsyncPageable < Azure . Communication . PhoneNumbers . PhoneNumberLocality > GetAvailableLocalitiesAsync ( string twoLetterIsoCountryName , Azure . Communication . PhoneNumbers . PhoneNumberType phoneNumberType , string administrativeDivision = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
231235 public virtual Azure . AsyncPageable < Azure . Communication . PhoneNumbers . PhoneNumberLocality > GetAvailableLocalitiesAsync ( string twoLetterIsoCountryName , string administrativeDivision = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
232236 public virtual Azure . Pageable < Azure . Communication . PhoneNumbers . PhoneNumberOffering > GetAvailableOfferings ( string twoLetterIsoCountryName , Azure . Communication . PhoneNumbers . PhoneNumberType ? phoneNumberType = default ( Azure . Communication . PhoneNumbers . PhoneNumberType ? ) , Azure . Communication . PhoneNumbers . PhoneNumberAssignmentType ? phoneNumberAssignmentType = default ( Azure . Communication . PhoneNumbers . PhoneNumberAssignmentType ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
233237 public virtual Azure . AsyncPageable < Azure . Communication . PhoneNumbers . PhoneNumberOffering > GetAvailableOfferingsAsync ( string twoLetterIsoCountryName , Azure . Communication . PhoneNumbers . PhoneNumberType ? phoneNumberType = default ( Azure . Communication . PhoneNumbers . PhoneNumberType ? ) , Azure . Communication . PhoneNumbers . PhoneNumberAssignmentType ? phoneNumberAssignmentType = default ( Azure . Communication . PhoneNumbers . PhoneNumberAssignmentType ? ) , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -258,7 +262,7 @@ public PhoneNumbersClient(System.Uri endpoint, Azure.Core.TokenCredential tokenC
258262 }
259263 public partial class PhoneNumbersClientOptions : Azure . Core . ClientOptions
260264 {
261- public PhoneNumbersClientOptions ( Azure . Communication . PhoneNumbers . PhoneNumbersClientOptions . ServiceVersion version = Azure . Communication . PhoneNumbers . PhoneNumbersClientOptions . ServiceVersion . V2025_04_01 ) { }
265+ public PhoneNumbersClientOptions ( Azure . Communication . PhoneNumbers . PhoneNumbersClientOptions . ServiceVersion version = Azure . Communication . PhoneNumbers . PhoneNumbersClientOptions . ServiceVersion . V2025_06_01 ) { }
262266 public string ? AcceptedLanguage { get { throw null ; } set { } }
263267 public enum ServiceVersion
264268 {
@@ -268,6 +272,7 @@ public enum ServiceVersion
268272 V2022_12_01 = 3 ,
269273 V2025_02_11 = 4 ,
270274 V2025_04_01 = 5 ,
275+ V2025_06_01 = 6 ,
271276 }
272277 }
273278 public partial class PhoneNumberSearchOptions
@@ -361,6 +366,7 @@ internal PhoneNumbersReservation() { }
361366 private readonly int _dummyPrimitive ;
362367 public PhoneNumberType ( string value ) { throw null ; }
363368 public static Azure . Communication . PhoneNumbers . PhoneNumberType Geographic { get { throw null ; } }
369+ public static Azure . Communication . PhoneNumbers . PhoneNumberType Mobile { get { throw null ; } }
364370 public static Azure . Communication . PhoneNumbers . PhoneNumberType TollFree { get { throw null ; } }
365371 public bool Equals ( Azure . Communication . PhoneNumbers . PhoneNumberType other ) { throw null ; }
366372 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
0 commit comments