[release/v7.6.0-preview.2]PMC parse state correctly from update command's response#24851
Merged
TravisEz13 merged 1 commit intorelease/v7.6.0-preview.2from Jan 23, 2025
Merged
Conversation
* Parse Json before accessing state property for PMC * fix typo
Member
Author
|
/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PSResourceGet ACR, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
anamnavi
approved these changes
Jan 23, 2025
jshigetomi
approved these changes
Jan 23, 2025
Contributor
|
📣 Hey @TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #24850
This pull request includes important changes to the
Publish-PackageToPMCfunction in the.pipelines/EV2Specs/ServiceGroupRoot/Shell/Run/Run.ps1file. The changes enhance error handling and improve logging for package publishing processes.Improvements to error handling and logging:
$stateto convert JSON response and added verbose logging for the update response state. This helps in better tracking of the state during the publishing process.$rawPublishResponsevariable to capture the response from thepmccommand and added verbose logging for the publish response state. This ensures that any issues during the final publish are logged and can be debugged more effectively.