Skip to content

Commit 95d00ae

Browse files
authored
development entry for 1.31.0 (#43644)
* testing * api review comment for kwargs in job entity * remove unuse entry in change log * development entry
1 parent 05f007e commit 95d00ae

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

sdk/ml/azure-ai-ml/CHANGELOG.md

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

3-
## 1.29.0 (unreleased)
3+
## 1.31.0 (unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
9+
10+
## 1.30.0 (2025-10-29)
11+
12+
### Features Added
13+
14+
- Removed the dependencies - msrest and six
15+
- Added support for `Deployment Templates` along with the following operations:
16+
- `ml_client.deployment_templates.create_or_update()`
17+
- `ml_client.deployment_templates.list()`
18+
- `ml_client.deployment_templates.get()`
19+
- `ml_client.deployment_templates.archive()`
20+
- `ml_client.deployment_templates.restore()`
21+
22+
## 1.29.0 (2025-09-01)
423

524
### Features Added
625

@@ -740,4 +759,4 @@
740759

741760
### Features Added
742761

743-
- First preview.
762+
- First preview.

sdk/ml/azure-ai-ml/azure/ai/ml/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.29.0"
5+
VERSION = "1.31.0"

0 commit comments

Comments
 (0)