We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bca33 commit 2a6b34aCopy full SHA for 2a6b34a
sdk/ml/azure-ai-ml/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release History
2
3
+## 1.27.1 (2025-05-13)
4
+
5
+### Bugs Fixed
6
+ - Handled key error for missing props in PAT url case.
7
8
## 1.27.0 (2025-05-06)
9
10
### Features Added
sdk/ml/azure-ai-ml/azure/ai/ml/_version.py
@@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------
-VERSION = "1.27.0"
+VERSION = "1.27.1"
0 commit comments