From ddff4c3cd778fae69cef3487421f15489df905e6 Mon Sep 17 00:00:00 2001 From: "RuiJun Hu (MSFT)" Date: Tue, 27 May 2025 10:41:42 +0800 Subject: [PATCH] add examples --- src/azure-cli/azure/cli/command_modules/dls/_help.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/azure-cli/azure/cli/command_modules/dls/_help.py b/src/azure-cli/azure/cli/command_modules/dls/_help.py index cc1ec9f7591..ce37ecd845c 100644 --- a/src/azure-cli/azure/cli/command_modules/dls/_help.py +++ b/src/azure-cli/azure/cli/command_modules/dls/_help.py @@ -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'] = """ @@ -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'] = """