From b2189841f48abbcb89398a1f96ba4a3cc439af6e Mon Sep 17 00:00:00 2001 From: Tanmay Satam Date: Wed, 12 Jul 2023 16:50:02 -0400 Subject: [PATCH] Use more common use case for end user azext_aro override --- docs/az-aro-python-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/az-aro-python-development.md b/docs/az-aro-python-development.md index 32879f0acd1..1056838066d 100644 --- a/docs/az-aro-python-development.md +++ b/docs/az-aro-python-development.md @@ -16,7 +16,7 @@ CLI module. You can read more about how command modules are authored and maintained [here](https://github.com/Azure/azure-cli/tree/dev/doc/authoring_command_modules). The downstream extension can be installed by an end user to override the module -(e.g. to fix an issue rapidly). We also use the extension directly from this +(e.g. to use preview features). We also use the extension directly from this codebase for development and testing of new API versions. Customers are advised to use the upstream CLI. You can read more about how extensions are authored [here](https://github.com/Azure/azure-cli/blob/dev/doc/extensions/authoring.md),