Skip to content

Commit 8e17ebf

Browse files
authored
code and test (Azure#40494)
Co-authored-by: azure-sdk <PythonSdkPipelines>
1 parent 8ee563e commit 8e17ebf

File tree

108 files changed

+43794
-410
lines changed

Some content is hidden

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

108 files changed

+43794
-410
lines changed

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

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

3+
## 13.0.0 (2025-04-21)
4+
5+
### Features Added
6+
7+
- Added operation RegistriesOperations.get_build_source_upload_url
8+
- Added operation RegistriesOperations.schedule_run
9+
- Added operation RunsOperations.cancel
10+
- Added operation RunsOperations.update
11+
- Added operation TaskRunsOperations.delete
12+
- Added operation TasksOperations.create
13+
- Added operation TasksOperations.delete
14+
- Added operation TasksOperations.update
15+
- Model Registry has a new parameter role_assignment_mode
16+
- Model RegistryUpdateParameters has a new parameter role_assignment_mode
17+
- Model SourceRegistryCredentials has a new parameter identity
18+
19+
### Breaking Changes
20+
21+
- Removed operation RunsOperations.begin_cancel
22+
- Removed operation RunsOperations.begin_update
23+
- Removed operation TaskRunsOperations.begin_delete
24+
- Removed operation TasksOperations.begin_create
25+
- Removed operation TasksOperations.begin_delete
26+
- Removed operation TasksOperations.begin_update
27+
328
## 12.0.0 (2025-02-24)
429

530
### Breaking Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "cca6912f2ae4c5b93f34702a5d2b7d412ca1e02c",
2+
"commit": "d18ba009da04dd6afc04402c39f87e032051fe9b",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [

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

Lines changed: 61 additions & 0 deletions
Large diffs are not rendered by default.

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 = "12.0.0"
12+
VERSION = "13.0.0"

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

Lines changed: 61 additions & 0 deletions
Large diffs are not rendered by default.

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 = "12.0.0"
9+
VERSION = "13.0.0"

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 = "12.0.0"
9+
VERSION = "13.0.0"

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 = "12.0.0"
9+
VERSION = "13.0.0"

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 = "12.0.0"
9+
VERSION = "13.0.0"

0 commit comments

Comments
 (0)