Skip to content

Commit 2a6b34a

Browse files
update changelog and version (#41052)
1 parent 32bca33 commit 2a6b34a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

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

3+
## 1.27.1 (2025-05-13)
4+
5+
### Bugs Fixed
6+
- Handled key error for missing props in PAT url case.
7+
38
## 1.27.0 (2025-05-06)
49

510
### Features Added

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.27.0"
5+
VERSION = "1.27.1"

0 commit comments

Comments
 (0)