|
1 | 1 | # 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 | + |
2 | 33 | ## v3.15.0 (2026-02-27) |
3 | 34 |
|
4 | 35 | ### NEW MODULES |
|
0 commit comments