Fix spelling of Regenerate in yaml (#6121)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-10-22 13:25:25 -07:00 committed by GitHub
parent 0e699e4c7a
commit 43caa48f29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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