You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extensions/eda/plugins/event_source/azure*.py: Add UUID validation to Azure EDA source plugins. (#2299)
sanity-requirements.txt: Bump cryptography from 48.0.1 to 50.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)
Add support for use_aad_auth option of the monitoring add-on, enable_secret_rotation and rotation_poll_interval for azure_keyvault_secrets_provider add-on. (#2314)
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_publicipaddresses return docs and dead code. (#2324)
plugins/modules/azure_rm_manageddisk.py: Fix update attach_caching on managed disk when managed_by is not resupplied. (#2331)
extensions/audit/event_query.yml: Normalize telemetry taxonomy device_type and infra_bucket values. (#2312)
plugins/modules/azure_rm_monitordatacollectionrules.py: Fix extension_name and extension_settings type. (#2315)
plugins/modules/azure_rm_postgresqlflexible{administrator,configuration,server}*: Migrated postgresqlflexibleservers related modules from deprecated azure.mgmt.rdbms.postgresql_flexibleservers to azure-mgmt-postgresqlflexibleservers==2.0.0. (#2336)
plugins/*: Replace ansible.module_utils.six with Python stdlib equivalents across all remaining call sites. (#2305)
plugins/*: Replace deprecated ansible.module_utils._text import by ansible.module_utils.common.text.converters across all remaining call sites. (#2352)
BREAKING CHANGE
azure_rm_virtualmachinescaleset: Changed default values for capacity, single_placement_group, orchestration_mode, platform_fault_domain_count and os_disk_caching. (#2300)
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_membership and added include_transitive_members, as now both modules query the Microsoft Graph beta endpoint. (#2337)