From 48a31c18852d78bb368961369b662483a2a1deaf Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Wed, 12 Apr 2023 11:47:32 +0800 Subject: [PATCH 1/2] Update onboarding_guide.md --- doc/onboarding_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/onboarding_guide.md b/doc/onboarding_guide.md index b162b2bee70..b414c455722 100644 --- a/doc/onboarding_guide.md +++ b/doc/onboarding_guide.md @@ -28,7 +28,7 @@ One of the key decisions you will need to make is whether to create your command - Common uses for extensions include experimental commands, commands in private or public preview, or to separate between frequently used and rarely used functionality (where infrequently used commands are acquired via extension). - Note that if you are trying to get commands into the CLI out of step with the normal release cycle, extensions are your **only** option. - Because non-standard, experimental authoring patterns are permitted for extensions, simply trying to "move an extension into the CLI" is often **not** a trivial process and will necessitate a full review with higher scrutiny from the CLI team. Expect to need to make changes. -- If you want to use CLI code generator to generate CLI code automatically, extension is your **only** option. Please reference [AZ CLI Codegen On boarding](https://github.com/Azure/autorest.az/blob/master/doc/00-onboarding-guide.md) and start from **Step 2** now. +- If you want to use CLI code generator to generate CLI code automatically. Please reference [aaz-dev-tools](https://github.com/Azure/aaz-dev-tools/blob/dev/README.md) and start from **Step 2** now. ## Initial Timeline and Milestones From b7db4720c3f5282e09f80f1cc2a9b4d12fc9752a Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Wed, 12 Apr 2023 12:28:31 +0800 Subject: [PATCH 2/2] Update doc/onboarding_guide.md --- doc/onboarding_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/onboarding_guide.md b/doc/onboarding_guide.md index b414c455722..9c32f87edca 100644 --- a/doc/onboarding_guide.md +++ b/doc/onboarding_guide.md @@ -28,7 +28,7 @@ One of the key decisions you will need to make is whether to create your command - Common uses for extensions include experimental commands, commands in private or public preview, or to separate between frequently used and rarely used functionality (where infrequently used commands are acquired via extension). - Note that if you are trying to get commands into the CLI out of step with the normal release cycle, extensions are your **only** option. - Because non-standard, experimental authoring patterns are permitted for extensions, simply trying to "move an extension into the CLI" is often **not** a trivial process and will necessitate a full review with higher scrutiny from the CLI team. Expect to need to make changes. -- If you want to use CLI code generator to generate CLI code automatically. Please reference [aaz-dev-tools](https://github.com/Azure/aaz-dev-tools/blob/dev/README.md) and start from **Step 2** now. +- If you want to use CLI code generator to generate CLI code automatically. Please reference [aaz-dev-tools](https://github.com/Azure/aaz-dev-tools/blob/dev/README.md). ## Initial Timeline and Milestones