Skip to content

Commit 24e4a70

Browse files
msyycCopilot
andauthored
[containerregistry] beta release for internal package structure (#41109)
* update for _util * udpate setup.py * Update sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md Co-authored-by: Copilot <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Copilot <[email protected]>
1 parent 98712fd commit 24e4a70

File tree

19 files changed

+22
-26
lines changed

19 files changed

+22
-26
lines changed

sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 14.1.0b1 (2025-05-15)
4+
5+
### Other Changes
6+
7+
- Internal package structure change
8+
39
## 14.0.0 (2025-04-27)
410

511
### Breaking Changes

sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/_container_registry_management_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from azure.profiles.multiapiclient import MultiApiClientMixin
2222

2323
from ._configuration import ContainerRegistryManagementClientConfiguration
24-
from ._utils.serialization import Deserializer, Serializer
24+
from ._serialization import Deserializer, Serializer
2525

2626
if TYPE_CHECKING:
2727
# pylint: disable=unused-import,ungrouped-imports
File renamed without changes.

sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/_utils/__init__.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "14.0.0"
12+
VERSION = "14.1.0b1"

sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/aio/_container_registry_management_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from azure.profiles import KnownProfiles, ProfileDefinition
2121
from azure.profiles.multiapiclient import MultiApiClientMixin
2222

23-
from .._utils.serialization import Deserializer, Serializer
23+
from .._serialization import Deserializer, Serializer
2424
from ._configuration import ContainerRegistryManagementClientConfiguration
2525

2626
if TYPE_CHECKING:

sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "14.0.0"
9+
VERSION = "14.1.0b1"

sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01_preview/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "14.0.0"
9+
VERSION = "14.1.0b1"

sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_06_01_preview/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "14.0.0"
9+
VERSION = "14.1.0b1"

sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2020_11_01_preview/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "14.0.0"
9+
VERSION = "14.1.0b1"

0 commit comments

Comments
 (0)