Skip to content

Commit 5ab6968

Browse files
committed
Update docs metadata
1 parent 8d81152 commit 5ab6968

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

api/overview/azure/preview/communication.phonenumbers-readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Communication Phone Numbers client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.Communication.PhoneNumbers, communication
4-
ms.date: 05/21/2025
4+
ms.date: 07/22/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: communication
88
---
9-
# Azure Communication Phone Numbers client library for .NET - version 1.4.0-beta.1
9+
# Azure Communication Phone Numbers client library for .NET - version 1.5.0-beta.1
1010

1111

1212
Azure Communication Phone Numbers is managing phone numbers for Azure Communication Services.
@@ -41,7 +41,7 @@ Here's an example using the Azure CLI:
4141

4242
This SDK provides functionality to easily manage `direct offer` and `direct routing` numbers.
4343

44-
The `direct offer` numbers come in two types: Geographic and Toll-Free. Geographic phone plans are phone plans associated with a location, whose phone numbers' area codes are associated with the area code of a geographic location. Toll-Free phone plans are phone plans not associated location. For example, in the US, toll-free numbers can come with area codes such as 800 or 888.
44+
The `direct offer` numbers come in three types: Geographic, Toll-Free and Mobile. Geographic and Mobile phone plans are phone plans associated with a location, whose phone numbers' area codes are associated with the area code of a geographic location. Toll-Free phone plans are phone plans not associated location. For example, in the US, toll-free numbers can come with area codes such as 800 or 888.
4545
They are managed using the `PhoneNumbersClient`
4646

4747
The `direct routing` feature enables connecting your existing telephony infrastructure to ACS.
@@ -82,9 +82,9 @@ client = new SipRoutingClient(endpoint, tokenCredential);
8282
### Phone numbers client
8383

8484
#### Phone number types overview
85-
Phone numbers come in two types: Geographic and Toll-Free. Geographic phone plans are phone plans associated with a location, whose phone numbers' area codes are associated with the area code of a geographic location. Toll-Free phone plans are phone plans not associated location. For example, in the US, toll-free numbers can come with area codes such as 800 or 888.
86-
87-
All geographic phone plans within the same country are grouped into a phone plan group with a Geographic phone number type. All Toll-Free phone plans within the same country are grouped into a phone plan group.
85+
Phone numbers come in three types; Geographic, Toll-Free and Mobile. Toll-Free numbers are not associated with a location. For example, in the US, toll-free numbers can come with area codes such as 800 or 888. Geographic and Mobile phone numbers are phone numbers associated with a location.
86+
87+
Phone number types with the same country are grouped into a phone plan group with that phone number type. For example all Toll-Free phone numbers within the same country are grouped into a phone plan group.
8888

8989
#### Searching, purchasing and releasing phone numbers
9090

@@ -98,7 +98,7 @@ The Browse and Reservations APIs provide an alternate way to acquire phone numbe
9898

9999
The browse operation retrieves a random sample of phone numbers that are available for purchase for a given country, with optional filtering criteria to narrow down results. The returned phone numbers are not reserved for any customer.
100100

101-
Reservations represent a collection of phone numbers that are locked by a specific customer and are awaiting purchase. They have an expiration time of 15 minutes after the last modification or 2 hours from creation time. A reservation can include numbers from different countries, in contrast with the Search operation. Customers can Create, Retrieve, Modify (add/remove numbers), Delete, and Purchase reservations. Purchasing a reservation is an LRO.
101+
Reservations represent a collection of phone numbers that are locked by a specific customer and are awaiting purchase. They have an expiration time of 15 minutes after the last modification or 2 hours from creation time. A reservation can include numbers from different countries, in contrast with the Search operation. Customers can create, retrieve, modify (add/remove numbers), delete, and purchase reservations. Purchasing a reservation is an LRO.
102102

103103
### SIP routing client
104104

@@ -112,11 +112,11 @@ We guarantee that all client instance methods are thread-safe and independent of
112112

113113
### Additional concepts
114114
<!-- CLIENT COMMON BAR -->
115-
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.4.0-beta.1/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
116-
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.4.0-beta.1/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
117-
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.4.0-beta.1/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
118-
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.4.0-beta.1/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
119-
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.4.0-beta.1/sdk/core/Azure.Core/samples/Diagnostics.md) |
115+
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.5.0-beta.1/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
116+
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.5.0-beta.1/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
117+
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.5.0-beta.1/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
118+
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.5.0-beta.1/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
119+
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.5.0-beta.1/sdk/core/Azure.Core/samples/Diagnostics.md) |
120120
[Mocking](https://learn.microsoft.com/dotnet/azure/sdk/unit-testing-mocking) |
121121
[Client lifetime](https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/)
122122
<!-- CLIENT COMMON BAR -->
@@ -299,8 +299,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
299299
[azure_sub]: https://azure.microsoft.com/free/dotnet/
300300
[azure_portal]: https://portal.azure.com
301301
[azure_identity]: https://learn.microsoft.com/dotnet/api/azure.identity?view=azure-dotnet
302-
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.PhoneNumbers_1.4.0-beta.1/sdk/communication/Azure.Communication.PhoneNumbers/src
303-
[source_samples]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.4.0-beta.1/sdk/communication/Azure.Communication.PhoneNumbers/samples
302+
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.PhoneNumbers_1.5.0-beta.1/sdk/communication/Azure.Communication.PhoneNumbers/src
303+
[source_samples]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Communication.PhoneNumbers_1.5.0-beta.1/sdk/communication/Azure.Communication.PhoneNumbers/samples
304304
[cla]: https://cla.microsoft.com
305305
[coc]: https://opensource.microsoft.com/codeofconduct/
306306
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

metadata/preview/Azure.Communication.PhoneNumbers.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.Communication.PhoneNumbers",
3-
"Version": "1.4.0-beta.1",
3+
"Version": "1.5.0-beta.1",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/communication/Azure.Communication.PhoneNumbers",
66
"ServiceDirectory": "communication",
@@ -10,21 +10,21 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.Communication.PhoneNumbers",
13-
"ReleaseStatus": "2025-05-21",
13+
"ReleaseStatus": "2025-07-22",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17-
"safeName": "AzureCommunicationPhoneNumbers",
1817
"triggeringPaths": [
1918
"/sdk/communication/ci.yml"
2019
],
20+
"safeName": "AzureCommunicationPhoneNumbers",
2121
"name": "Azure.Communication.PhoneNumbers"
2222
},
2323
"CIParameters": {
2424
"BuildSnippets": false,
25-
"CheckAOTCompat": false,
2625
"CIMatrixConfigs": [],
27-
"AOTTestInputs": []
26+
"AOTTestInputs": [],
27+
"CheckAOTCompat": false
2828
},
2929
"Namespaces": [
3030
"Azure.Communication.PhoneNumbers",

0 commit comments

Comments
 (0)