{dls} Add command examples#31557
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @cxznmhdcxz, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
️✔️AzureCLI-BreakingChangeTest
|
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds command examples for Data Lake Store (dls) account firewall and trusted identity provider commands to enhance user guidance.
- Added an example block for the firewall create command.
- Added an example block for the trusted identity provider command.
Comments suppressed due to low confidence (1)
src/azure-cli/azure/cli/command_modules/dls/_help.py:146
- The example command on line 146 uses 'create' while the help topic appears to be intended for the update command. Please verify that the command example aligns with the intended operation.
text: az dls account trusted-provider create -g rg -n myaccount --trusted-id-provider-name myprovider --id-provider providerURL
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.