Skip to content

Commit

Permalink
Remove old Update-Change-Log.ps1 (Azure#508)
Browse files Browse the repository at this point in the history
Co-authored-by: Chidozie Ononiwu <[email protected]>
  • Loading branch information
azure-sdk and chidozieononiwu authored Jan 7, 2021
1 parent ad3770f commit 30064af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 156 deletions.
153 changes: 0 additions & 153 deletions eng/common/Update-Change-Log.ps1

This file was deleted.

6 changes: 3 additions & 3 deletions eng/common/scripts/Update-ChangeLog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ param (
[String]$ServiceDirectory,
[Parameter(Mandatory = $true)]
[String]$PackageName,
[String]$Unreleased=$True,
[String]$ReplaceLatestEntryTitle = $False,
[String]$Unreleased = "true", #Argument is string becasue of the different ways the script is called in the various repos.
[String]$ReplaceLatestEntryTitle = "false",
[String]$ReleaseDate
)

Expand All @@ -23,7 +23,7 @@ param (
. (Join-Path $PSScriptRoot common.ps1)

if ($ReleaseDate -and $Unreleased) {
LogError "Do not pass 'ReleaseDate' arguement when 'Unreleased' is true"
LogError "Do not pass 'ReleaseDate' argument when 'Unreleased' is true"
exit 1
}

Expand Down

0 comments on commit 30064af

Please sign in to comment.