From 209aff9b160a76a30e67c89ff0d76d2962d97f60 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:31 -0700 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools for PR 9234 (#31495) Sync eng/common directory with azure-sdk-tools for PR https://github.com/Azure/azure-sdk-tools/pull/9234 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) 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 71d16c908fcf..5192ea22900d 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