Skip to content

Latest commit

 

History

History
99 lines (70 loc) · 4.94 KB

CHANGELOG.md

File metadata and controls

99 lines (70 loc) · 4.94 KB

Change Log

v1.1.0 (2020-09-03)

FEATURE ENHANCEMENT

  • azure_rm_storageaccount: allow blob public access parameter (#219)
  • azure_rm_virtualmachine: update boot diganostics config (#208)
  • azure_rm_aks: add load_balancer_sku option (#199)
  • azure_rm: improve OS detection when VM has no osProfile (#197)
  • azure_rm_subnet: support IPv6 address (#240)
  • azure_rm_networkinterface: add new module parameter address_prefixes (#239)
  • azure_rm_common: support azure-cli credentials with multiple subscriptions (#195)
  • azure_rm_mariadbserver: support version 10.3 (#244)

BUG FIXING

  • azure_rm_manageddisk: fix increments LUN on disks already attached error (#237)
  • azure_rm_appgateway: fix rule type reference error (#99)

v1.0.0 (2020-08-12)

FEATURE ENHANCEMENT

  • azure_rm_appgateway: support version 2 SKUS (#198)
  • azure_rm_storageaccount: support minimum tls version (#207)

BUG FIXING

  • azure_rm_roledefinition: fails when description is set (#214)
  • azure_rm_virtualmachine: boot diagnostics related error (#200)

v0.3.0 (2020-07-24)

FEATURE ENHANCEMENT

  • azure_rm_storageblob: add batch upload feature (#203)

BUG FIXING

  • azure_rm_deployment_info: getting the template_link when it does not exist (#180)
  • azure_rm_virtualmachine: protect against no diskSizeGB (#185)
  • azure_rm_deployment: misleading status code in module failure message (#204)
  • azure_rm_adserviceprincipal: invalid update check logic (#205)

v0.2.0 (2020-07-03)

NEW MODULES

  • azure_rm_privatezone module (#122)
  • azure_rm_adserviceprincipal module (#179)
  • azure_rm_adserviceprincipal_info module (#179)
  • azure_rm_adpassword module (#179)
  • azure_rm_adpassword_info module (#179)

FEATURE ENHANCEMENT

  • add ability to remove all subnet service endpoints (#148)
  • update network client api version (#157)
  • add ephemeral os disk support for azure_rm_virualmachinescaleset (#128)
  • add ephemeral os disk support for azure_rm_virtualmachine (#124)
  • add FileEndpoint to azure_rm_storageaccount_info (#102)
  • add support for managing the 'Firewall and virtual networks' settings in azure_rm_storageaccount (#108)

BUG FIXING

  • bug fixing in azure_rm_aks (#170)
  • migrate missing doc_fragments that went missing (#115)

v0.1.3 (2020-05-13)

  • add new parameter in azure_rm_aks
  • fix retrun value docs in azure_rm_finctionapp and auzre_rm_functionapp_info
  • change README.md and update CHANGELOG.md
  • fix example in azure_rm_roledefinition_info
  • add Icmp rule support in azure_rm_securitygroup
  • add public_ip_per_vm parameter in azure_rm_virutalmachinescaleset
  • add tags in azure_rm_galleryimageversion
  • add sku type in azure_rm_virtualnetworkgateway
  • add tags in azure_rm_containerregistry_info
  • format azure_rm_managementgroup
  • add new parameter in azure_rm_storageaccount
  • fixes accesss policy update in azure_rm_keyvault

v0.1.2 (2020-03-19)

  • migrate exisiting azure modules from ansible core

v0.1.1 (2020-03-03)

  • add module azure_rm_managementgroup

v0.1.0 (2019-12-18)

  • Add inventory plugin

v0.0.2 (2019-11-15)

  • Remove deprecated content
  • Fix galaxy.yml

v0.0.1 (2019-11-05)

  • Init release