Skip to content

Commit 5bdc797

Browse files
azure-sdkmsyyc
andauthored
[AutoRelease] t2-containerregistry-2025-12-04-41116(can only be merged by SDK owner) (#44257)
* code and test * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 34e1fd2 commit 5bdc797

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
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.0b4 (2025-12-05)
4+
5+
### Other Changes
6+
7+
- Regular update
8+
39
## 14.1.0b3 (2025-11-05)
410

511
### Features Added
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "aaea49a20b10e8ab526495309e14fdfdcd23bb7e",
2+
"commit": "57c07d09696b4cffb1d23a6c9b6f4ff9212113f1",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.42.0",
6+
"@autorest/python@6.43.0",
77
"@autorest/modelerfour@4.27.0"
88
],
9-
"autorest_command": "autorest specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/Registry/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --tag=package-2025-11-python --use=@autorest/python@6.42.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/Registry/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --tag=package-2025-11-python --use=@autorest/python@6.43.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/Registry/readme.md"
1111
}

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.1.0b3"
12+
VERSION = "14.1.0b4"

sdk/containerregistry/azure-mgmt-containerregistry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ keywords = [
2929
"azure sdk",
3030
]
3131
dependencies = [
32-
"msrest>=0.7.1",
32+
"isodate>=0.6.1",
3333
"azure-mgmt-core>=1.6.0",
3434
"typing-extensions>=4.6.0",
3535
]

0 commit comments

Comments
 (0)