Skip to content

Commit ca4927f

Browse files
author
SDKAuto
committed
CodeGen from PR 32969 in Azure/azure-rest-api-specs
Merge d789aa644401bf94576b928424f798a0bdaade86 into 5edf0e869b189cadbf815ff0ce60f75b86a08c33
1 parent 6d22700 commit ca4927f

File tree

384 files changed

+71849
-3076
lines changed

Some content is hidden

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

384 files changed

+71849
-3076
lines changed

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

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

3+
## 13.0.0 (2025-04-16)
4+
5+
### Features Added
6+
7+
- Added operation RunsOperations.cancel
8+
- Added operation RunsOperations.update
9+
- Added operation TaskRunsOperations.delete
10+
- Added operation TasksOperations.create
11+
- Added operation TasksOperations.delete
12+
- Added operation TasksOperations.update
13+
- Model SourceRegistryCredentials has a new parameter identity
14+
15+
### Breaking Changes
16+
17+
- Model Policies no longer has parameter soft_delete_policy
18+
- Model Registry no longer has parameter auto_generated_domain_name_label_scope
19+
- Model Registry no longer has parameter metadata_search
20+
- Model RegistryNameCheckRequest no longer has parameter auto_generated_domain_name_label_scope
21+
- Model RegistryNameCheckRequest no longer has parameter resource_group_name
22+
- Model RegistryNameStatus no longer has parameter available_login_server_name
23+
- Model RegistryUpdateParameters no longer has parameter metadata_search
24+
- Removed operation RunsOperations.begin_cancel
25+
- Removed operation RunsOperations.begin_update
26+
- Removed operation TaskRunsOperations.begin_delete
27+
- Removed operation TasksOperations.begin_create
28+
- Removed operation TasksOperations.begin_delete
29+
- Removed operation TasksOperations.begin_update
30+
331
## 12.0.0 (2025-02-24)
432

533
### Breaking Changes

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

Lines changed: 3 additions & 3 deletions
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
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "cca6912f2ae4c5b93f34702a5d2b7d412ca1e02c",
2+
"commit": "a9f452c1900830ece6eb8f40f44cee10e4c78ad2",
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.32.3",
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/s/azure-sdk-for-python/sdk --use=@autorest/python@6.32.3 --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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 107 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)