Skip to content

Commit d111bed

Browse files
committed
2 parents 4b8070c + cf2a2ae commit d111bed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/connectedmachine/azext_connectedmachine/aaz/latest/connectedmachine/extension/image

src/connectedmachine/azext_connectedmachine/aaz/latest/connectedmachine/extension/image/_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"connectedmachine extension image list",
1616
)
1717
class List(AAZCommand):
18-
"""List all Extension versions based on location, publisher, extensionType
18+
"""List all Extension versions based on location, publisher, extensionType.
1919
2020
:example: GET a list of extension metadata
2121
az connectedmachine extension image list --location EastUS --publisher microsoft.azure.monitor --extension-type azuremonitorlinuxagent

src/connectedmachine/azext_connectedmachine/aaz/latest/connectedmachine/extension/image/_show.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"connectedmachine extension image show",
1616
)
1717
class Show(AAZCommand):
18-
"""Get an Extension Metadata based on location, publisher, extensionType and version
18+
"""Get an Extension Metadata based on location, publisher, extensionType and version.
1919
2020
:example: GET an extension metadata
2121
az connectedmachine extension image show --location EastUS --publisher microsoft.azure.monitor --extension-type azuremonitorlinuxagent --version 1.33.0

0 commit comments

Comments
 (0)