@@ -22,7 +22,7 @@ parameters:
2222 type : stepList
2323 default : []
2424
25- # Indicates the build matrix to use for post-build autorest validation
25+ # Indicates the build matrix to use for post-build TypeSpec validation
2626- name : TestMatrix
2727 type : object
2828 default : {}
@@ -86,7 +86,7 @@ extends:
8686 parameters :
8787 stages :
8888 # Build stage
89- # Responsible for building the autorest generator and typespec emitter packages
89+ # Responsible for building the TypeSpec generator and emitter packages
9090 # Produces the artifact `build_artifacts` which contains the following:
9191 # package-versions.json: Contains a map of package name to version for the packages that were built
9292 # overrides.json: Contains npm package version overrides for the emitter and generator
@@ -275,7 +275,7 @@ extends:
275275 BaseRepoOwner : azure-sdk
276276 TargetRepoName : $(Build.Repository.Name)
277277 BaseRepoBranch : $(branchName)
278- CommitMsg : Initialize repository for autorest build $(Build.BuildNumber)
278+ CommitMsg : Regenerate repository SDK with TypeSpec build $(Build.BuildNumber)
279279 WorkingDirectory : $(Build.SourcesDirectory)
280280 ScriptDirectory : $(Build.SourcesDirectory)/eng/common/scripts
281281 # To accomodate scheduled runs and retries, we want to overwrite any existing changes on the branch
@@ -377,9 +377,9 @@ extends:
377377 $prTitle = "Scheduled code regeneration test"
378378 } else {
379379 if ($preRelease) {
380- $prTitle = "Update typespec emitter version to prerelease $emitterVersion"
380+ $prTitle = "Update TypeSpec emitter version to prerelease $emitterVersion"
381381 } else {
382- $prTitle = "Update typespec emitter version to $emitterVersion"
382+ $prTitle = "Update TypeSpec emitter version to $emitterVersion"
383383 }
384384
385385 if ($generateJobResult -ne 'Succeeded') {
0 commit comments