Skip to content

Commit 66499e1

Browse files
[AutoRelease] t2-containerregistry-2025-04-23-30815(can only be merged by SDK owner) (#40668)
* code and test * update changelog --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent fe0ab0f commit 66499e1

File tree

397 files changed

+29508
-3987
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

397 files changed

+29508
-3987
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release History
22

3+
## 14.0.0 (2025-04-27)
4+
5+
### Breaking Changes
6+
7+
- Model Policies no longer has parameter soft_delete_policy
8+
- Model Registry no longer has parameter auto_generated_domain_name_label_scope
9+
- Model Registry no longer has parameter metadata_search
10+
- Model Registry no longer has parameter role_assignment_mode
11+
- Model RegistryNameCheckRequest no longer has parameter auto_generated_domain_name_label_scope
12+
- Model RegistryNameCheckRequest no longer has parameter resource_group_name
13+
- Model RegistryNameStatus no longer has parameter available_login_server_name
14+
- Model RegistryUpdateParameters no longer has parameter metadata_search
15+
- Model RegistryUpdateParameters no longer has parameter role_assignment_mode
16+
- Removed operation RegistriesOperations.get_build_source_upload_url
17+
- Removed operation RegistriesOperations.schedule_run
18+
319
## 13.0.0 (2025-04-21)
420

521
### Features Added

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Container Registry Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package

sdk/containerregistry/azure-mgmt-containerregistry/_meta.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "d18ba009da04dd6afc04402c39f87e032051fe9b",
2+
"commit": "8ab23bfef36dbedfe554f215d0771a4ef7d56d11",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.27.4",
6+
"@autorest/python@6.33.0",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/containerregistry/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.27.4 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/containerregistry/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.33.0 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/containerregistry/resource-manager/readme.md",
1111
"package-2023-08-preview-only": "2023-08-29 18:41:57 -0700 3e3098d6b9302e166b611ce72b3392786d3ea0f7 Microsoft.ContainerRegistry/preview/2023-08-01-preview/containerregistry.json",
1212
"package-2023-07-only": "2023-08-16 14:55:49 -0700 d5631d7fbffb672434457b5f2f16cdc6691356f9 Microsoft.ContainerRegistry/stable/2023-07-01/containerregistry.json",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ContainerRegistryManagementClientConfiguration:
2727
2828
:param credential: Credential needed for the client to connect to Azure. Required.
2929
:type credential: ~azure.core.credentials.TokenCredential
30-
:param subscription_id: The Microsoft Azure subscription ID. Required.
30+
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
3131
:type subscription_id: str
3232
"""
3333

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

+57-7
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)