ansible-collections / netapp

Development area for Netapp collections
49 stars 36 forks source link

na_ontap_cifs - add support for "comment" property #112

Closed mamoep closed 3 years ago

mamoep commented 3 years ago
SUMMARY

The module na_ontap_cifs should support setting the property "comment". CLI equivalent cifs share create -comment The property is available in ZAPI and REST API.

ISSUE TYPE
COMPONENT NAME

na_ontap_cifs

ADDITIONAL INFORMATION

We use the comment field for additional documentation for our windows admins. Implementing this would help move our workflow to ansible.

lonico commented 3 years ago

targeted for 21.7.0

mamoep commented 3 years ago

Feature was added with 21.7.0. Thank you very much!