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 4853146 commit aa3df06Copy full SHA for aa3df06
src/machinelearningservices/CHANGELOG.rst
@@ -1,3 +1,11 @@
1
+## 2025-11-11
2
+
3
+### Azure Machine Learning CLI (v2) v 2.40.1
4
+- `az ml deployment-template show` instead of `az ml deployment-template get`
5
+ - Show details of a specific deployment template by name and version.
6
+- Make deployment templates as preview feature
7
8
9
## 2025-11-04
10
11
### Azure Machine Learning CLI (v2) v 2.40.0
src/machinelearningservices/setup.py
@@ -10,7 +10,7 @@
from setuptools import setup, find_packages
12
# HISTORY.rst entry.
13
-VERSION = '2.40.0'
+VERSION = '2.40.1'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments