Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LocalNetworkGateway Documentation mistakes #1563

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/modules/azure_rm_localnetworkgateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

version_added: "2.4.0"

short_description: Gets or list the specified local network gateway in a resource group
short_description: Manage Azure Local Network Gateway in a resource group

description:
- Gets or list the specified local network gateway in a resource group.
- Create, update or delete Azure Local Network Gateway in a resource group

options:
resource_group:
Expand Down Expand Up @@ -114,7 +114,7 @@
RETURN = '''
state:
description:
- Gets the specified local network gateway in a resource group.
- Current state of the Azure Local Network Gateway resource.
returned: always
type: complex
contains:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/azure_rm_localnetworkgateway_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
RETURN = '''
state:
description:
- Gets the specified local network gateway in a resource group.
- Current state of the Azure Local Network Gateway resource.
returned: always
type: complex
contains:
Expand Down