NEW MODULES
- azure_rm_diskaccess: (#1831)
- azure_rm_diskaccess_info: (#1831)
- azure_rm_resourcehealthstates_info: (#1838)
FEATURE ENHANCEMENT
- README.md:
- azure_rm_storageaccount: Add support for
immutable_storage_with_versioning
(#1802) - azure_rm_storageaccount_info: Support return
immutable_storage_with_versioning
(#1802) - azure_rm_trafficmanagerprofile: Add support for
custom_header
,expected_status_code_ranges
,max_return
andallowed_endpoint_record_types
(#1800) - azure_rm_trafficmanagerprofile_info: Support return
custom_header
,expected_status_code_ranges
,max_return
andallowed_endpoint_record_types
(#1800) - azure_rm_virtualmachine:
- azure_rm_virtualmachine_info:
- azure_rm_manageddisk:
- azure_rm_manageddisk_info: Support return
performance_plus
,upload_size_bytes
,gallery_image_reference
,image_reference
,logical_sector_size
,source_resource_id
,security_profile
(#1833) - azure_rm.py: Add cache support to inventory plugin cache (#1828)
- azure_keyvault_secret: Add support for
use_cli
, use CLI credential (#1836)
BUG FIXING
- tests/integration/targets/azure_rm_dnsrecordset/tasks/main.yml: Update the random value (#1803)
- azure_rm_roleassignment: Delete scope tail
/
when comparing scopes (#1807) - azure_rm_subnet_info: Fix incorrect API call (#1826)
- azure_rm_virtualmachine_info: Fix the bug that
capacity_reservation_group
not being handled (#1827) - azure_rm_aks: Fixed the bug that
agent_pool.security_profile
returningNone
(#1835) - azure_rm_servicebus: Do not compare the
zone_redundant
return value during idempotency testing (#1840) - azure_rm_subnet: Fixed the bug caused by the user defining
subscription_id
inroute_table
(#1837)