-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add deprecation note for Astronomer.Astro deprecation #49041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ChenxiJiang333
merged 1 commit into
Azure:main
from
sweetymhaiske:deprecate-astronomer-astro-sdk
Sep 17, 2026
+10
−61
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # Release History | ||
|
|
||
| ## 1.0.0b2 (2026-09-16) | ||
|
|
||
| ### Other Changes | ||
|
|
||
| - This package has been deprecated and will no longer be maintained after 10-02-2026. The Astronomer.Astro service is being retired and there is no replacement package. This package will only receive security fixes until 10-02-2026. | ||
|
|
||
| ## 1.0.0b1 (2024-02-22) | ||
|
|
||
| * Initial Release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,61 +1,3 @@ | ||
| # Microsoft Azure SDK for Python | ||
|
|
||
| This is the Microsoft Azure Astro Management Client Library. | ||
| This package has been tested with Python 3.8+. | ||
| For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). | ||
|
|
||
| ## _Disclaimer_ | ||
|
|
||
| _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_ | ||
|
|
||
| ## Getting started | ||
|
|
||
| ### Prerequisites | ||
|
|
||
| - Python 3.8+ is required to use this package. | ||
| - [Azure subscription](https://azure.microsoft.com/free/) | ||
|
|
||
| ### Install the package | ||
|
|
||
| ```bash | ||
| pip install azure-mgmt-astro | ||
| pip install azure-identity | ||
| ``` | ||
|
|
||
| ### Authentication | ||
|
|
||
| By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables. | ||
|
|
||
| - `AZURE_CLIENT_ID` for Azure client ID. | ||
| - `AZURE_TENANT_ID` for Azure tenant ID. | ||
| - `AZURE_CLIENT_SECRET` for Azure client secret. | ||
|
|
||
| In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`. | ||
|
|
||
| With above configuration, client can be authenticated by following code: | ||
|
|
||
| ```python | ||
| from azure.identity import DefaultAzureCredential | ||
| from azure.mgmt.astro import AstroMgmtClient | ||
| import os | ||
|
|
||
| sub_id = os.getenv("AZURE_SUBSCRIPTION_ID") | ||
| client = AstroMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id) | ||
| ``` | ||
|
|
||
| ## Examples | ||
|
|
||
| Code samples for this package can be found at: | ||
| - [Search Astro Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com | ||
| - [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples) | ||
|
|
||
|
|
||
| ## Troubleshooting | ||
|
|
||
| ## Next steps | ||
|
|
||
| ## 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-02-2026. The Astronomer.Astro service is being retired and there is no replacement package. This package will only receive security fixes until 10-02-2026. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,3 +10,4 @@ need_azuremgmtcore = true | |
| sample_link = "" | ||
| exclude_folders = "" | ||
| title = "AstroMgmtClient" | ||
| auto_update = false | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.