@@ -22,7 +22,7 @@ parameters:
22
22
type : stepList
23
23
default : []
24
24
25
- # Indicates the build matrix to use for post-build autorest validation
25
+ # Indicates the build matrix to use for post-build TypeSpec validation
26
26
- name : TestMatrix
27
27
type : object
28
28
default : {}
@@ -86,7 +86,7 @@ extends:
86
86
parameters :
87
87
stages :
88
88
# Build stage
89
- # Responsible for building the autorest generator and typespec emitter packages
89
+ # Responsible for building the TypeSpec generator and emitter packages
90
90
# Produces the artifact `build_artifacts` which contains the following:
91
91
# package-versions.json: Contains a map of package name to version for the packages that were built
92
92
# overrides.json: Contains npm package version overrides for the emitter and generator
@@ -275,7 +275,7 @@ extends:
275
275
BaseRepoOwner : azure-sdk
276
276
TargetRepoName : $(Build.Repository.Name)
277
277
BaseRepoBranch : $(branchName)
278
- CommitMsg : Initialize repository for autorest build $(Build.BuildNumber)
278
+ CommitMsg : Regenerate repository SDK with TypeSpec build $(Build.BuildNumber)
279
279
WorkingDirectory : $(Build.SourcesDirectory)
280
280
ScriptDirectory : $(Build.SourcesDirectory)/eng/common/scripts
281
281
# To accomodate scheduled runs and retries, we want to overwrite any existing changes on the branch
@@ -377,9 +377,9 @@ extends:
377
377
$prTitle = "Scheduled code regeneration test"
378
378
} else {
379
379
if ($preRelease) {
380
- $prTitle = "Update typespec emitter version to prerelease $emitterVersion"
380
+ $prTitle = "Update TypeSpec emitter version to prerelease $emitterVersion"
381
381
} else {
382
- $prTitle = "Update typespec emitter version to $emitterVersion"
382
+ $prTitle = "Update TypeSpec emitter version to $emitterVersion"
383
383
}
384
384
385
385
if ($generateJobResult -ne 'Succeeded') {
0 commit comments