NEW MODULES
- azure_rm_automationrunbook: Add new module azure_rm_automationrunbook (#797)
- azure_rm_automationrunbook_info: Add new module azure_rm_automationrunbook (#797)
- azure_rm_openshiftmanagedcluster_info: Add new module azure_rm_openshiftmanagedcluster_info (#755)
- azure_keyvault_secret: KeyVault Lookup Plugin (#109)
- azure_rm_datafactory: Add new module azure_rm_datafacotry (#840)
- azure_rm_datafactory_info: Add new module azure_rm_datafacotry (#840)
FEATURE ENHANCEMENT
- azure_rm_common.py: Upgrade azure-mgmt-automation to v1.0.0 (#791)
- azure_rm_automationaccount: Upgrade azure-mgmt-automation to v1.0.0 (#791)
- azure_rm_automationaccount_info: Upgrade azure-mgmt-automation to v1.0.0 (#791)
- azure_rm_loadbalancer: Add support for
zones
(#801) - azure_rm_loadbalancer_info: Add support for
zones
(#801) - azure_rm.py: Update azure_rm examples (#810)
- azure_rm_virtualmachinescaleset: Add support for
platform_fault_domain_count
,orchestration_mode
(#779) - azure_rm_virtualmachinescaleset_info: Add support for
platform_fault_domain_count
,orchestration_mode
(#779) - azure_rm_rediscache: Add support for
minimum_tls_version
,public_network_access
,redis_version
(#680) - azure_rm_rediscache_info: Add support for
minimum_tls_version
,public_network_access
,redis_version
(#680) - azure_rm_rediscachefirewallrule: Upgrade to truck2 SDK (#680)
- azure_rm_appgateway: Add rewrite rule capability to appgateway module (#747)
- azure_rm_appgateway_info: Add rewrite rule capability to appgateway module (#747)
- azure_rm_sqlserver: SQL Database enhancement (#681)
- azure_rm_common.py: Bump SQL SDK to v3 (#681)
- azure_rm_cosmosdbaccount: Add support for
enable_free_tier
,mongo_version
,public_network_access
,ip_range_filter
parameter is being deprecated in favor ofip_rules
(#675) - azure_rm_cosmosdbaccount_info: Add support for
enable_free_tier
,mongo_version
,public_network_access
,ip_range_filter
parameter is being deprecated in favor ofip_rules
(#675) - azure_rm_publicipaddress: Add support for
zones
(#829) - azure_rm_publicipaddress_info: Add support for
zones
(#829) - azure_rm_image: Add support
hyper_v_generation
(#832) - azure_rm_image_info: Add support
hyper_v_generation
(#832)
BUG FIXING
- pr-pipelines.yml: Add python3.9 for CI (#783)
- config.yml: Update test configure (#790)
- azure_rm_manageddisk: Fixed the inconsistent return value of
attach_caching
caused by the azure-mgmt-compute upgrade (#799) - azure_rm_loadbalancer: Fix forced update bug caused by azure_rm_loadbalancer obtaining subnet predefined value (#800)
- azure_rm_virtualmachine: Add license type for RHEL/SLES Azure Hybrid Benefit (#804)
- azure_rm_*: Update the document to meet the change requirements of Ansible 2.14 (#814)
- azure_rm_appgateway_info: Update azure_rm_appgateway_info to use track2 dependencies (#817)
- azure_rm_virtualmachine: Fix virtual machine top issue (#767)
- azure_rm_subscription_info: Update azure_rm_subscription_info tags element type (#819)
- azure_rm_manageddisk: Fix
os_type
comparison in azure_rm_manageddisk with existing disk (#621) - azure_rm_appgateway: Persist SSL configuration for appgateway (#746)
- azure_rm_appgateway_info: Persist SSL configuration for appgateway (#746)
- azure_rm_publicipaddress: Fix azure_rm_publicipaddress documentation page throws error (#822)
- azure_keyvault_secret: Fix Ansible dev version Sanity error in plugin file (#825)
- azure_rm_rediscache: Fix Ansible dev version Sanity error in plugin file (#825)
- azure_rm_keyvaultkey: Improved keyvault interaction auth_source=cli logic (#823)
- azure_rm_keyvaultkey_info: Improved keyvault interaction auth_source=cli logic (#823)
- azure_rm_keyvaultsecret: Improved keyvault interaction auth_source=cli logic (#823)
- azure_rm_keyvaultsecret_info: Improved keyvault interaction auth_source=cli logic (#823)
- azure_keyvault_secret: Add
hyper_v_generation
feature to azure_rm_image module (#832) - azure_rm_webapp: Correct documentation of return attribute for azure_rm_webapp (#846)
- azure_rm_virtualmachine: When zones is null, there is no need to compare (#853)
- All info modules: Change the tags type of the Info module to list and the element type to string (#821)
- azcollection: Install collection to local directory during development (#763)
BREAKING CHANGES:
- azure_rm_virtualmachinescaleset: Change default value of
single_placement_group
fromTrue
toFlase
(#851)