From 43caa48f294767b82e60141441cef82912bc74db Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:25:25 -0700 Subject: [PATCH] Fix spelling of Regenerate in yaml (#6121) Co-authored-by: Patrick Hallisey --- eng/common/pipelines/templates/archetype-typespec-emitter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/pipelines/templates/archetype-typespec-emitter.yml b/eng/common/pipelines/templates/archetype-typespec-emitter.yml index 71d16c908..5192ea229 100644 --- a/eng/common/pipelines/templates/archetype-typespec-emitter.yml +++ b/eng/common/pipelines/templates/archetype-typespec-emitter.yml @@ -43,7 +43,7 @@ parameters: default: false # Whether to regenerate sdk clients using the new emitter. -- name: ShouldRegenrate +- name: ShouldRegenerate type: boolean default: false @@ -210,7 +210,7 @@ extends: # Regenerate stage # Responsible for regenerating the SDK code using the emitter package and the generation matrix. - - ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenrate) }}: + - ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenerate) }}: - stage: Regenerate dependsOn: - Build