File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/azure-cli/azure/cli/command_modules/dls Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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
7477helps ['dls account firewall delete' ] = """
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
143149helps ['dls account trusted-provider update' ] = """
You can’t perform that action at this time.
0 commit comments