We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f588900 commit 266166aCopy full SHA for 266166a
src/connectedmachine/HISTORY.rst
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+1.1.0b2
6
++++++
7
+* Fix connectedmachine list command and set resource group as optional.
8
+
9
1.1.0
10
+++++
11
* Add Pay-as-you-go features. 2024/07/31-preview is used for aaz generation. Migrated to aaz.
src/connectedmachine/setup.py
@@ -10,7 +10,7 @@
from setuptools import setup, find_packages
12
# HISTORY.rst entry.
13
-VERSION = '1.1.0'
+VERSION = '1.1.0b2'
14
try:
15
from azext_connectedmachine.manual.version import VERSION
16
except ImportError:
0 commit comments