Skip to content

Commit 3de173f

Browse files
authored
Workaround the GA issue (#28022)
1 parent 5bf484e commit 3de173f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/RunVersionController.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ function Bump-AzVersion
252252
return
253253
}
254254

255-
$newVersion = Get-BumpedVersion -Version $localAz.ModuleVersion -VersionBump $versionBump
255+
# $newVersion = Get-BumpedVersion -Version $localAz.ModuleVersion -VersionBump $versionBump
256+
# workaround a GA issue
257+
$newVersion = "14.2.0"
256258

257259
Write-Host "New version of Az: $newVersion" -ForegroundColor Green
258260

0 commit comments

Comments
 (0)