Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools/Package/MetadataUpda…
…teTool.cs

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
  • Loading branch information
raych1 and weshaggard authored Nov 6, 2025
commit e790b25be544775087ef4c29ce0c0f5e64407f11
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public async Task<PackageOperationResponse> UpdateMetadataAsync(
}

_logger.LogInformation("No language-specific package update implementation found for package path: {packagePath}.", packagePath);
return PackageOperationResponse.CreateSuccess("No package metadata updates performed.", null);
return PackageOperationResponse.CreateSuccess("No package metadata updates need to be performed.", null);
}
catch (Exception ex)
{
Expand Down
Loading