You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Communication Services Phone Numbers SDK With Browsing Capabilities (#29962)
* Update CODEOWNERS for Communication Phone Numbers
* New model objects and methods for browse APIs.
* .
* Update API version
* .
* Generate autorest client with 2022-12-01 api version
* Replace AreaCodeResult with AreaCodeItem
* Replace CountryCode with twoLetterIsoCountryName
* Add default to optional params
* Rename area codes function to rearrange alphabetically
* Add locality and administrative division to the search options
* Remove accept language from constructor
* Add live tests
* Replace swagger file and update areaCodes tests
* Update Azure.Communication.PhoneNumbers.Tests.csproj
Revert unwanted changes
* Update recordings
* Update recordings after merge
* Run generate code
* Update recordings with new generated code
* Solving building errors
* Update recordings test agent
* Update Purcharse and Release records
* Fix generate code issue
* Update Location in recordings
* Fix purchase and release test
* Update snipets
* Update snipets readme
* Update Azure.ResourceManager.MachineLearning.netstandard2.0.cs
Remove unwanted changes
* Delete Azure.Storage.Blobs.Batch.net6.0.cs
* Delete Azure.Storage.Blobs.ChangeFeed.net6.0.cs
* Delete Azure.Storage.Blobs.net6.0.cs
* Delete Azure.Storage.Common.net6.0.cs
* Delete Azure.Storage.Files.DataLake.net6.0.cs
* Delete Azure.Storage.Files.Shares.net6.0.cs
* Delete Azure.Storage.Queues.net6.0.cs
* Remove test code from sample snippets
* Remove whitespace
Co-authored-by: Adrian Tang <adtang@microsoft.com>
Co-authored-by: Sofia Robles Sandoval <sofiar@microsoft.com>
Co-authored-by: Daniel Ortega <danielortega@microsoft.com>
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.PhoneNumbers/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ var client = new PhoneNumbersClient(connectionString);
125
125
Phone numbers need to be searched before they can be purchased. Search is a long running operation that can be started by `StartSearchAvailablePhoneNumbers` function that returns an `SearchAvailablePhoneNumbersOperation` object. `SearchAvailablePhoneNumbersOperation` can be used to update status of the operation and to check for completeness.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.PhoneNumbers/samples/Sample_PhoneNumbersClient.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,14 @@ var client = new PhoneNumbersClient(connectionString);
20
20
Phone numbers need to be searched before they can be purchased. Search is a long running operation that can be started by `StartSearchAvailablePhoneNumbers` function that returns an `SearchAvailablePhoneNumbersOperation` object. `SearchAvailablePhoneNumbersOperation` can be used to update status of the operation and to check for completeness.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.PhoneNumbers/samples/Sample_PhoneNumbersClientAsync.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ var client = new PhoneNumbersClient(connectionString);
20
20
Phone numbers need to be searched before they can be purchased. Search is a long running operation that can be started by `StartSearchAvailablePhoneNumbers` function that returns an `SearchAvailablePhoneNumbersOperation` object. `SearchAvailablePhoneNumbersOperation` can be used to update status of the operation and to check for completeness.
0 commit comments