|
1 | 1 | # Change Log |
| 2 | +## v3.15.0 (2026-02-27) |
| 3 | + |
| 4 | +### NEW MODULES |
| 5 | + - azure_rm_appconfiguration.py:([#2156](https://github.com/ansible-collections/azure/pull/2156)) |
| 6 | + - azure_rm_appconfiguration_info.py:([#2156](https://github.com/ansible-collections/azure/pull/2156)) |
| 7 | + - azure_rm_appconfigurationkey.py:([#2160](https://github.com/ansible-collections/azure/pull/2160)) |
| 8 | + - azure_rm_appconfigurationkey_info.py:([#2160](https://github.com/ansible-collections/azure/pull/2160)) |
| 9 | + - azure_rm_ml_workspace.py:([#2159](https://github.com/ansible-collections/azure/pull/2159)) |
| 10 | + - azure_rm_ml_workspace_info.py:([#2159](https://github.com/ansible-collections/azure/pull/2159)) |
| 11 | + - azure_rm_ml_compute.py:([#2172](https://github.com/ansible-collections/azure/pull/2172)) |
| 12 | + - azure_rm_ml_compute_info.py:([#2172](https://github.com/ansible-collections/azure/pull/2172)) |
| 13 | + |
| 14 | +### FEATURE ENHANCEMENT |
| 15 | + - roles/azure_arc: Add role for Azure ARC Onboarding ([#2067](https://github.com/ansible-collections/azure/pull/2067)) |
| 16 | + - plugins/modules/azure_rm_keyvaultinfo.py: Migrate to support API 2026-02-01 (Note that there is a breaking change on the default value of enable_rbac_authorization) ([#2163](https://github.com/ansible-collections/azure/pull/2163)) |
| 17 | + - sanity-requirements.txt: Bump cryptography from 45.0.3 to 46.0.5 ([#2165](https://github.com/ansible-collections/azure/pull/2165)) |
| 18 | + - requirements.txt: Bump azure-identity from 1.19.0 to 1.25.2 ([#2174](https://github.com/ansible-collections/azure/pull/2174)) |
| 19 | + - plugins/modules/azure_rm_loganalyticsworkspace.py: Add LROPoller when deleting log analytics workspace ([#2176](https://github.com/ansible-collections/azure/pull/2176)) |
| 20 | + |
| 21 | +### BUG FIXING |
| 22 | + - plugins/modules/azure_rm_common.py: |
| 23 | + - Fix support for Azure Stack and other clouds when using Metadata Endpoint ([#2158](https://github.com/ansible-collections/azure/pull/2158)) |
| 24 | + - Remove azure-cli mentions ([#2175](https://github.com/ansible-collections/azure/pull/2175)) |
| 25 | + - plugins/inventory/azure_rm.py: |
| 26 | + - Fix missing networking infos for Azure Local (Azure StackHCI) VMs ([#2162](https://github.com/ansible-collections/azure/pull/2162)) |
| 27 | + - Fix crashes when processing VMs in failed or creating states ([#2164](https://github.com/ansible-collections/azure/pull/2164)) |
| 28 | + - plugins/modules/azure_rm_keyvaultsecuritydomain.py: Remove azure-cli mentions ([#2175](https://github.com/ansible-collections/azure/pull/2175)) |
| 29 | + - plugins/lookup/azure_keyvault_secret.py: Support client_id for MSI ([#2179](https://github.com/ansible-collections/azure/pull/2179)) |
| 30 | + |
| 31 | + |
2 | 32 | ## v3.14.0 (2026-01-27) |
3 | 33 |
|
4 | 34 | ### FEATURE ENHANCEMENT |
|
10 | 40 | - plugins/module_utils/azure_rm_common.py: |
11 | 41 | - Update latest PostgreSQL API version ([#2135](https://github.com/ansible-collections/azure/pull/2135)) |
12 | 42 | - Update KeyVaultManagementClient to use API version 2026-02-01 ([#2154](https://github.com/ansible-collections/azure/pull/2154)) |
13 | | - - plugins/modules/azure_rm_keyvault.py: Update KeyVaultManagementClient to use API version 2026-02-01 ([#2154](https://github.com/ansible-collections/azure/pull/2154)) |
| 43 | + - plugins/modules/azure_rm_keyvault.py: Migrate to support API 2026-02-01 (Note that there is a breaking change on the default value of enable_rbac_authorization) ([#2154](https://github.com/ansible-collections/azure/pull/2154)) |
14 | 44 |
|
15 | 45 | ### BUG FIXING |
16 | 46 | - plugins/modules/azure_rm_aks.py: Make azure_rm_aks correctly detect and apply changes in aad_profile for Managed Entra ID (AAD) integration ([#2131](https://github.com/ansible-collections/azure/pull/2131)) |
|
0 commit comments