NEW MODULES
- azure_rm_containerapp: (#2353)
- azure_rm_containerapp_info: (#2353)
- azure_rm_containerappenvironment: (#2353)
- azure_rm_containerappenvironment_info: (#2353)
- azure_rm_loadbalancerbackendaddresspool: (#2354)
- azure_rm_loadbalancerbackendaddresspool_info: (#2354)
FEATURE ENHANCEMENT
- extensions/eda/plugins/event_source/azure*.py: Add UUID validation to Azure EDA source plugins. (#2299)
- sanity-requirements.txt: Bump cryptography from
48.0.1to50.0.0. (#2330) - requirements.txt: Remove
azure-mgmt-rdbms==10.2.0b17(no remaining consumer after MariaDB / MySQL Single / PostgreSQL Single Server module removal). (#2339) - plugins/modules/azure_rm_virtualmachinesize_info.py: Migrate to Resource SKUs API and add Write Accelerator disk limit. (#2316)
- plugins/modules/azure_rm_arcmachineextensions.py: Emit signals from arc extensions module. (#2311)
- plugins/inventory/azure_rm.py: Templates
cloud_environmentoption. (#2341) - plugins/modules/azure_rm_aks.py:
BUG FIXING
- plugins/modules/azure_rm_virtualmachinescaleset.py: Fix pre-existing bugs and clean up. (#2300)
- plugins/modules/azure_rm_publicipaddress_info.py: Remove long-stale
azure_publicipaddressesreturn docs and dead code. (#2324) - plugins/modules/azure_rm_manageddisk.py: Fix update
attach_cachingon managed disk whenmanaged_byis not resupplied. (#2331) - extensions/audit/event_query.yml: Normalize telemetry taxonomy
device_typeandinfra_bucketvalues. (#2312) - plugins/modules/azure_rm_monitordatacollectionrules.py: Fix
extension_nameandextension_settingstype. (#2315) - plugins/modules/azure_rm_postgresqlflexible{administrator,configuration,server}*: Migrated
postgresqlflexibleserversrelated modules from deprecatedazure.mgmt.rdbms.postgresql_flexibleserverstoazure-mgmt-postgresqlflexibleservers==2.0.0. (#2336) - plugins/*: Replace
ansible.module_utils.sixwith Python stdlib equivalents across all remaining call sites. (#2305) - plugins/*: Replace deprecated
ansible.module_utils._textimport byansible.module_utils.common.text.convertersacross all remaining call sites. (#2352)
BREAKING CHANGE
- azure_rm_virtualmachinescaleset: Changed default values for
capacity,single_placement_group,orchestration_mode,platform_fault_domain_countandos_disk_caching. (#2300) - azure_rm_containerinstance: Remove no-op top-level
portsoption. (#2328) - azure_rm_storageaccount: Remove legacy
StorageandBlobStoragevalues fromkindoption. (#2327) - azure_rm_adapplication: Remove deprecated
passwordargument. (#2326) - plugins/lookup/azure_keyvault_secret.py: Remove deprecated
use_clioption (useauth_source=cli). (#2325) - azure_rm_sqlserver: Remove deprecated string form of
identity. (#2323) - azure_rm_sqldatabase: Remove deprecated
editionoption (usesku). (#2321) - azure_rm_cosmosdbaccount*: Remove deprecated
ip_range_filteroption (useip_rules). (#2320) - azure_rm_virtualhubconnection*: Remove deprecated
allow_remote_vnet_to_use_hub_vnet_gatewaysandallow_hub_to_remote_vnet_transitoptions. (#2317) - azure_rm_appgateway: Remove
disabled_rule_groups,enabled,exclusions,file_upload_limit_in_mb,firewall_mode,max_request_body_size,max_request_body_size_in_kb,request_body_check,rule_set_type,rule_set_version, and promotefirewall_policyto top-level module option. (#2318) - azure_rm_virtualmachine, azure_rm_virtualmachine_info: Remove deprecated unmanaged-disk (VHD page blob) options,
storage_account_name,storage_container_name,storage_blob_name. (#2329) - azure_rm_cognitivesearch_info: Always return a list for results. (#2332)
- azure_rm_mariadb*: Modules removed as retired by Azure DB for MariaDB (2025-09-19); migrate to Flexible Server counterparts. (#2339)
- azure_rm_mysql{configuration,database,firewallrule,server}*: Modules removed as retired by Azure DB for MySQL Single Server (2024-09-16); migrate to
azure_rm_mysqlflexible*. (#2339) - azure_rm_postgresql{configuration,database,firewallrule,server}*: Modules removed as retired by Azure DB for PostgreSQL Single Server (2025-03-28); migrate to
azure_rm_postgresqlflexible*. (#2339) - azure_rm_adgroup*: Removed
raw_membershipand addedinclude_transitive_members, as now both modules query the Microsoft Graph beta endpoint. (#2337)