Skip to content

Commit 9b9d313

Browse files
authored
{dls} Add command examples (#31557)
1 parent a531595 commit 9b9d313

File tree

1 file changed

+6
-0
lines changed
  • src/azure-cli/azure/cli/command_modules/dls

1 file changed

+6
-0
lines changed

src/azure-cli/azure/cli/command_modules/dls/_help.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
- name: --firewall-rule-name
7070
type: string
7171
short-summary: 'The name of the firewall rule.'
72+
examples:
73+
- name: Creates a firewall rule in a Data Lake Store account.
74+
text: az dls account firewall create -g rg -n myaccount --firewall-rule-name rule --start-ip-address 127.0.0.1 --end-ip-address 127.0.0.2
7275
"""
7376

7477
helps['dls account firewall delete'] = """
@@ -138,6 +141,9 @@
138141
- name: --trusted-id-provider-name
139142
type: string
140143
short-summary: 'The name of the trusted identity provider. This is used for differentiation of providers in the account.'
144+
examples:
145+
- name: Creates or updates the specified trusted identity provider.
146+
text: az dls account trusted-provider create -g rg -n myaccount --trusted-id-provider-name myprovider --id-provider providerURL
141147
"""
142148

143149
helps['dls account trusted-provider update'] = """

0 commit comments

Comments
 (0)