Skip to content

Commit 1fa7eb0

Browse files
Merge pull request #250125 from henikaraa/patch-3
Update number-lookup-sdk.md
2 parents ea33fe6 + c7f34fa commit 1fa7eb0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/communication-services/concepts/numbers/number-lookup-sdk.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: azure-communication-services
1414

1515
# Number Lookup SDK overview
1616

17-
[!INCLUDE [Private Preview Notice](../../includes/private-preview-include.md)]
17+
[!INCLUDE [Private Preview Notice](../../includes/public-preview-include.md)]
1818

1919
Azure Communication Services Number Lookup is part of the Phone Numbers SDK. It can be used for your applications to add additional checks before sending an SMS or placing a call.
2020

@@ -24,12 +24,12 @@ The following list presents the set of features which are currently available in
2424

2525
| Group of features | Capability | .NET | JS | Java | Python |
2626
| ----------------- | ------------------------------------------------------------------------------------- | --- | ---- | ---- | ------ |
27-
| Core Capabilities | Get Number Type | ✔️ | | | |
28-
| | Get Carrier registered name | ✔️ | | | |
29-
| | Get associated Mobile Network Code, if available(two or three decimal digits used to identify network operator within a country) | ✔️ | | | |
30-
| | Get associated Mobile Country Code, if available(three decimal digits used to identify the country of a mobile operator) | ✔️ | | | |
31-
| | Get associated ISO Country Code | ✔️ | | | |
32-
| Phone Number | All number types in E164 format | ✔️ | | | |
27+
| Core Capabilities | Get Number Type | ✔️ | ✔️ | ✔️ | ✔️ |
28+
| | Get Carrier registered name | ✔️ | ✔️ | ✔️ | ✔️ |
29+
| | Get associated Mobile Network Code, if available(two or three decimal digits used to identify network operator within a country) | ✔️ | ✔️ | ✔️ | ✔️ |
30+
| | Get associated Mobile Country Code, if available(three decimal digits used to identify the country of a mobile operator) | ✔️ | ✔️ | ✔️ | ✔️ |
31+
| | Get associated ISO Country Code | ✔️ | ✔️ | ✔️ | ✔️ |
32+
| Phone Number | All number types in E164 format | ✔️ | ✔️ | ✔️ | ✔️ |
3333

3434

3535
## Next steps

0 commit comments

Comments
 (0)