Skip to content
Merged
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: 6 additions & 0 deletions src/azure-cli/azure/cli/command_modules/dls/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
- name: --firewall-rule-name
type: string
short-summary: 'The name of the firewall rule.'
examples:
- name: Creates a firewall rule in a Data Lake Store account.
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
"""

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

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