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: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
raych1 and Copilot authored Nov 5, 2025
commit 64944519b93cf3cfd1650ad8d4b29123a8af0bbc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public async Task<PackageOperationResponse> UpdateMetadataAsync(
return await languagePackageUpdateService.UpdateMetadataAsync(packagePath, ct);
}

_logger.LogError("Fail to resolve language package update service for package path: {packagePath}", packagePath);
_logger.LogError("Failed to resolve language package update service for package path: {packagePath}", packagePath);
return _responseFactory.CreateFailureResponse("Failed to resolve language package update service.");
}
catch (Exception ex)
Expand Down
Loading