Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/deprecation_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If applicable, consider adding a post to the Azure Blog stating that:
- the old package is scheduled to be deprecated on a specific date
- guidance on adjusting code to use the new package.

Reach out to the Python Azure SDK PM, Rohit Ganguly (rohitganguly), if you have any questions about creating a blog post.
Reach out to the PM team if you have any questions about creating a blog post.

# Step 1: Updates to the package files

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Release History

## 0.1.1 (2026-04-27)

### Other Changes

- This package has been deprecated and will no longer be maintained after 10-01-2026. This package will only receive security fixes until 10-01-2026.

## 0.1.0 (2019-05-29)

### Features Added

* Initial Release
* Initial Release
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Personalizer Client Library.
This package has been tested with Python 2.7, 3.6+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).


# Usage




For code examples, see [Personalizer](https://docs.microsoft.com/python/api/overview/azure/) on docs.microsoft.com.


# Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.



This package has been deprecated and will no longer be maintained after 10-01-2026. This package will only receive security fixes until 10-01-2026.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.0"
VERSION = "0.1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ package_doc_id = ""
is_stable = false
is_arm = false
need_msrestazure = false
auto_update = false
Loading