Skip to content

Commit

Permalink
fix: Fixed sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Apr 23, 2024
1 parent db8e9fc commit adf559f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins/modules/zia_authentication_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
required: true
"""

EXAMPLES = r"""
EXAMPLES = """
- name: Create/Update/Delete URLs
zscaler.ziacloud.zia_authentication_settings:
provider: '{{ provider }}'
zscaler.ziacloud.zia_authentication_settings:
urls:
- '.okta.com'
- '.oktacdn.com'
- '.mtls.oktapreview.com'
- '.mtls.okta.com'
- .okta.com
- .oktacdn.com
- .mtls.oktapreview.com
- .mtls.okta.com
"""

RETURN = r"""
Expand Down

0 comments on commit adf559f

Please sign in to comment.