Skip to content

Commit 4ba935c

Browse files
Mark network traversal package as inactive (#35062)
* Mark network traversal package as inactive * add required headers * fix format * add date in changelog file * Update changelog * reuse the unreleased version * address comments * address comments * Fix changelog * Update sdk/communication/azure-communication-networktraversal/CHANGELOG.md Co-authored-by: Anna Tisch <[email protected]> --------- Co-authored-by: Anna Tisch <[email protected]>
1 parent 3635d91 commit 4ba935c

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

sdk/communication/azure-communication-networktraversal/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Release History
22

3-
## 1.1.0b2 (Unreleased)
3+
## 1.1.0b2 (2024-04-10)
44

55
### Features Added
66
- Added the ability specify the API version by an optional `api_version` keyword parameter.
77

88
### Breaking Changes
9-
10-
### Bugs Fixed
9+
- Please note, this package is no longer being maintained after 03/31/2024.
1110

1211
### Other Changes
1312
Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).

sdk/communication/azure-communication-networktraversal/README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Azure Communication Network Traversal Package client library for Python
22

3+
**Please note, this package has been deprecated and will no longer be maintained after 03/31/2024.**
4+
35
Azure Communication Network Traversal is managing TURN credentials for Azure Communication Services.
46

57
It will provide TURN credentials to a user.
@@ -11,22 +13,7 @@ It will provide TURN credentials to a user.
1113
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
1214

1315
# Getting started
14-
15-
### Prerequisites
16-
17-
- Python 3.7 or later is required to use this package.
18-
- You must have an [Azure subscription](https://azure.microsoft.com/free/)
19-
- A deployed Communication Services resource. You can use the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource?tabs=windows&pivots=platform-azp) or the [Azure PowerShell](https://docs.microsoft.com/powershell/module/az.communication/new-azcommunicationservice) to set it up.
20-
21-
### Install the package
22-
23-
Install the Azure Communication Identity client library for Python with [pip](https://pypi.org/project/pip/):
24-
Install the Azure Communication Relay Client library for Python with [pip](https://pypi.org/project/pip/):
25-
26-
```bash
27-
pip install azure-communication-identity
28-
pip install azure-communication-networktraversal
29-
```
16+
Please note, this package has been deprecated and will no longer be maintained after 03/31/2024.
3017

3118
# Key concepts
3219

@@ -141,4 +128,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
141128
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
142129

143130
<!-- LINKS -->
144-
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/README.md
131+
[azure_core]: https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/README.md

sdk/communication/azure-communication-networktraversal/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
license='MIT License',
4646
# ensure that the development status reflects the status of your package
4747
classifiers=[
48-
"Development Status :: 4 - Beta",
48+
"Development Status :: 7 - Inactive",
4949

5050
'Programming Language :: Python',
5151
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)