Skip to content

Commit 0d53331

Browse files
committed
Code gen for update network application-gateway settings and probe properties
1 parent 1918202 commit 0d53331

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/probe/_delete.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
)
1717
class Delete(AAZCommand):
1818
"""Delete a probe.
19-
20-
:example: Delete a probe.
21-
az network application-gateway probe delete -g MyResourceGroup --gateway-name MyAppGateway -n MyProbe
2219
"""
2320

2421
_aaz_info = {

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/probe/_list.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
)
1717
class List(AAZCommand):
1818
"""List probes.
19-
20-
:example: List probes.
21-
az network application-gateway probe list -g MyResourceGroup --gateway-name MyAppGateway
2219
"""
2320

2421
_aaz_info = {

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/probe/_show.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
)
1717
class Show(AAZCommand):
1818
"""Get the details of a probe.
19-
20-
:example: Get the details of a probe.
21-
az network application-gateway probe show -g MyResourceGroup --gateway-name MyAppGateway -n MyProbe
2219
"""
2320

2421
_aaz_info = {

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/settings/_delete.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
)
1717
class Delete(AAZCommand):
1818
"""Delete settings.
19-
20-
:example: Delete settings.
21-
az network application-gateway settings delete -g MyResourceGroup --gateway-name MyAppGateway -n MyHttpSettings
2219
"""
2320

2421
_aaz_info = {

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/settings/_list.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
)
1717
class List(AAZCommand):
1818
"""List settings.
19-
20-
:example: List settings.
21-
az network application-gateway settings list -g MyResourceGroup --gateway-name MyAppGateway
2219
"""
2320

2421
_aaz_info = {

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/settings/_show.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
)
1717
class Show(AAZCommand):
1818
"""Get the details of settings.
19-
20-
:example: Get the details of settings.
21-
az network application-gateway settings show -g MyResourceGroup --gateway-name MyAppGateway -n MySettings
2219
"""
2320

2421
_aaz_info = {

0 commit comments

Comments
 (0)