Skip to content

Commit e37208c

Browse files
azure-sdkraych1
andauthored
Fix Language value for JS (#33912)
Co-authored-by: raychen <[email protected]>
1 parent f5bfc12 commit e37208c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Verify-RestApiSpecLocation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ try{
257257
}
258258
}
259259
}
260-
elseif ($Language -eq "java" -or $Language -eq "js" -or $Language -eq "python" -or $Language -eq "go") {
260+
elseif ($Language -eq "java" -or $Language -eq "javascript" -or $Language -eq "python" -or $Language -eq "go") {
261261
# for these languages we ignore the validation because they always use the latest spec from main branch to release SDK
262262
# mgmt plane packages: azure-core-management|azure-resourcemanager|azure-resourcemanager-advisor (java), azure-mgmt-devcenter (python), arm-advisor (js), armaad (go)
263263
if($PackageName -match "^(arm|azure-mgmt|azure-resourcemanager|azure-core-management)[-a-z]*$") {

0 commit comments

Comments
 (0)