Skip to content

Commit c26bb53

Browse files
authored
Bump version to v3.16.0 (#2199)
1 parent 30792f7 commit c26bb53

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
# Change Log
2+
## v3.16.0 (2026-03-25)
3+
4+
### NEW MODULES
5+
- azure_rm_ml_data.py:([#2190](https://github.com/ansible-collections/azure/pull/2190))
6+
- azure_rm_ml_data_info.py:([#2190](https://github.com/ansible-collections/azure/pull/2190))
7+
- azure_rm_ml_datastore.py:([#2190](https://github.com/ansible-collections/azure/pull/2190))
8+
- azure_rm_ml_datastore_info.py:([#2190](https://github.com/ansible-collections/azure/pull/2190))
9+
- azure_rm_ml_component.py:([#2196](https://github.com/ansible-collections/azure/pull/2196))
10+
- azure_rm_ml_component_info.py:([#2196](https://github.com/ansible-collections/azure/pull/2196))
11+
- azure_rm_ml_environment.py:([#2198](https://github.com/ansible-collections/azure/pull/2198))
12+
- azure_rm_ml_environment_info.py:([#2198](https://github.com/ansible-collections/azure/pull/2198))
13+
14+
### FEATURE ENHANCEMENT
15+
- plugins/module_utils/azure_rm_common.py:
16+
- Clean up dependency handling and import logic ([#2183](https://github.com/ansible-collections/azure/pull/2183))
17+
- Add helper function to extract missing lib from traceback log ([#2188](https://github.com/ansible-collections/azure/pull/2188))
18+
- plugins/modules/azure_rm_dnsrecordset.py: Clean up import logic ([#2183](https://github.com/ansible-collections/azure/pull/2183))
19+
- plugins/modules/azure_rm_iotdevice.py: Clean up import logic and provide clear error message ([#2183](https://github.com/ansible-collections/azure/pull/2183))
20+
- plugins/modules/azure_rm_iotdevice_info.py: Clean up import logic and provide clear error message ([#2183](https://github.com/ansible-collections/azure/pull/2183))
21+
- plugins/modules/azure_rm_iotdevicemodule.py: Clean up import logic and provide clear error message ([#2183](https://github.com/ansible-collections/azure/pull/2183))
22+
- plugins/modules/azure_rm_privatednsrecordset.py: Clean up import logic ([#2183](https://github.com/ansible-collections/azure/pull/2183))
23+
- plugins/modules/azure_rm_virtualmachinescaleset.py: Support changing VM size in azure_rm_virtualmachinescaleset ([#2187](https://github.com/ansible-collections/azure/pull/2187))
24+
25+
### BUG FIXING
26+
- plugins/modules/azure_rm_mysqlflexibleserver.py: Point-in-Time Restore for MySQL Flexible Server ([#2178](https://github.com/ansible-collections/azure/pull/2178))
27+
- plugins/modules/azure_rm_backuppolicy.py: Enable azure_rm_backuppolicy idempotency in check mode ([#2185](https://github.com/ansible-collections/azure/pull/2185))
28+
- plugins/modules/azure_rm_aks.py: Fix ScaleSetPriority is immutable when performing upgrade on an existing cluster ([#2186](https://github.com/ansible-collections/azure/pull/2186))
29+
- requirements.txt: Skip azure-iot-hub on Python 3.14+ uamqp build failure ([#2193](https://github.com/ansible-collections/azure/pull/2193))
30+
- plugins/modules/azure_rm_adpassword.py: Fix secret text not return upon creating password ([#2197](https://github.com/ansible-collections/azure/pull/2197))
31+
32+
233
## v3.15.0 (2026-02-27)
334

435
### NEW MODULES

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: azure
99
name: azcollection
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 3.15.0
12+
version: 3.16.0
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md

0 commit comments

Comments
 (0)