Skip to content

Commit ebc956c

Browse files
committed
update .net and java package versions, remove allow-list instructions
1 parent c103bed commit ebc956c

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

articles/communication-services/quickstarts/telephony/includes/number-lookup-java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Get started with the Phone Numbers client library for Java to look up operator i
66
## Prerequisites
77

88
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
9-
- To enable Number Lookup service on your Azure Communication Services subscription, complete this [form](https://forms.microsoft.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR058xZQ9HIBLikwspEUN6t5URUVDTTdWMEg5VElQTFpaMVMyM085ODkwVS4u) for us to allowlist your subscription.
109
- [Java Development Kit (JDK)](/java/azure/jdk/?preserve-view=true&view=azure-java-stable) version 8 or above.
1110
- [Apache Maven](https://maven.apache.org/download.cgi).
1211
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
@@ -73,7 +72,7 @@ Add the following dependency elements to the group of dependencies in the **pom.
7372
<dependency>
7473
<groupId>com.azure</groupId>
7574
<artifactId>azure-communication-phonenumbers</artifactId>
76-
<version>1.2.0-alpha.20230726.3</version>
75+
<version>1.2.0-beta.1</version>
7776
</dependency>
7877

7978
<dependency>

articles/communication-services/quickstarts/telephony/includes/number-lookup-js.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Get started with the Phone Numbers client library for JavaScript to look up oper
66
## Prerequisites
77

88
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
9-
- To enable Number Lookup service on your Azure Communication Services subscription, complete this [form](https://forms.microsoft.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR058xZQ9HIBLikwspEUN6t5URUVDTTdWMEg5VElQTFpaMVMyM085ODkwVS4u) for us to allowlist your subscription.
109
- [Node.js](https://nodejs.org/) Active LTS and Maintenance LTS versions (8.11.1 and 10.14.1 recommended).
1110
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
1211

articles/communication-services/quickstarts/telephony/includes/number-lookup-net.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Get started with the Phone Numbers client library for C# to look up operator inf
66
## Prerequisites
77

88
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
9-
- To enable Number Lookup service on your Azure Communication Services subscription, complete this [form](https://forms.microsoft.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR058xZQ9HIBLikwspEUN6t5URUVDTTdWMEg5VElQTFpaMVMyM085ODkwVS4u) for us to allowlist your subscription.
109
- The latest version of [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
1110
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
1211

@@ -47,7 +46,7 @@ More detailed information and other options for connecting to the dev feed can b
4746
While still in the application directory, install the Azure Communication Services PhoneNumbers client library for .NET package by using the following command.
4847

4948
```console
50-
dotnet add package Azure.Communication.PhoneNumbers --version 1.2.0-alpha.20230531.2
49+
dotnet add package Azure.Communication.PhoneNumbers --version 1.3.0-beta.2
5150
```
5251

5352
Add a `using` directive to the top of **Program.cs** to include the `Azure.Communication` namespace.

articles/communication-services/quickstarts/telephony/includes/number-lookup-python.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Get started with the Phone Numbers client library for Python to look up operator
66
## Prerequisites
77

88
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
9-
- To enable Number Lookup service on your Azure Communication Services subscription, complete this [form](https://forms.microsoft.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR058xZQ9HIBLikwspEUN6t5URUVDTTdWMEg5VElQTFpaMVMyM085ODkwVS4u) for us to allowlist your subscription.
109
- [Python](https://www.python.org/downloads/) 3.7+.
1110
- An active Communication Services resource and connection string. [Create a Communication Services resource](../../create-communication-resource.md).
1211

0 commit comments

Comments
 (0)