Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions src/aosm/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Release History
===============
2.0.0b5
++++++++
* Remove `__import__('pkg_resources').declare_namespace(__name__)` from `vendored_sdks/azure_storagev2/__init__.py`` to fix the namespace package issue.
Comment thread
yanzhudd marked this conversation as resolved.
Outdated

2.0.0b4
++++++++
* Fixing the unauthorized error when publishing to ACR
Expand Down
2 changes: 0 additions & 2 deletions src/aosm/azext_aosm/vendored_sdks/azure_storagev2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

__import__('pkg_resources').declare_namespace(__name__)
2 changes: 1 addition & 1 deletion src/aosm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.
VERSION = "2.0.0b4"
VERSION = "2.0.0b5"


# The full list of classifiers is available at
Expand Down
Loading