Inquiry on Updating Azure SDK for Python - Azure Storage

Huu Nguyen 40 Reputation points
2023-11-13T08:59:40.56+00:00

Dear Microsoft Support,

I hope this message finds you well. I am currently using the "azure-mgmt-storage" package in Python with API version 2019-06-10, and I have developed a significant number of features based on this version. I am considering updating the package to the latest version, which comes with API version 2023-01-01.

I would like to seek clarification on the potential impact of this update on the existing functionalities developed with API version 2019-06-10. Specifically, I am concerned about any changes in response properties items, such as the possibility of removal or renaming.

Could you provide insights into whether updating to the latest version might affect the response properties items from API version 2019-06-10? Are there any documented changes or considerations I should be aware of in this regard?

I'm considering updating to a higher version for many other packages, not just 'azure-mgmt-storage'.

I appreciate your time and assistance in addressing this matter. Thank you.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,944 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 45,416 Reputation points Microsoft Employee
    2023-11-14T06:02:05.7433333+00:00

    @Huu Nguyen Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    The latest release for azure-mgmt-storage 21.1.0. This was released in Aug 21, 2023.

    Microsoft always recommends using the latest and up to date SDKs in the application, since the newer version of SDKs have the new features and bug fixes.

    Regarding your question about the impact to response properties items from API version 2019-06-10, It is always recommended to check the [release history section](https://pypi.org/project/azure-mgmt-storage/21.1.0/#:~:text=of%20the%20project.-,Release%20History,-21.1.0%20(2023%2D08"https://pypi.org/project/azure-mgmt-storage/21.1.0/#:~:text=of%20the%20project.-,release%20history,-21.1.0%20(2023%2d08") for each of new releases / bug fixes. 

    If you encounter any bugs or have suggestions, please file an issue in the **Issues **section of the GitHub SDK repo.

    This repo contains code samples that demonstrate the usage of management client libraries of Azure Python SDK.

    Please let us know if you have any further queries. I’m happy to assist you further.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful