diff options
Diffstat (limited to 'ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml')
-rw-r--r-- | ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml new file mode 100644 index 00000000..87c49d05 --- /dev/null +++ b/ansible_collections/netapp/azure/changelogs/fragments/DEVOPS-3505.yaml @@ -0,0 +1,4 @@ +minor_changes: + - azure_rm_netapp_volume - new option ``subnet_name`` as subnet_id is ambiguous. subnet_id is now aliased to subnet_name. +bugfixes: + - azure_rm_netapp_volume - fix 'Nonetype' object is not subscriptable exception when mount target is not created. |