Fix aks-preview index checksum#10064
Closed
Ptnan7 wants to merge 1 commit into
Closed
Conversation
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Hi @Ptnan7, |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the aks_preview-21.0.0b8 entry in the extension index to correct the recorded SHA256 checksum so it matches the currently published wheel, preventing checksum mismatch issues during extension install/validation.
Changes:
- Update
sha256Digestforaks-previewversion21.0.0b8insrc/index.json.
| "version": "21.0.0b8" | ||
| }, | ||
| "sha256Digest": "a57ebbc8241821e86168dca4066065bcb9fa13085d32eacc1aa26c4cc1aa4972" | ||
| "sha256Digest": "aa39868b5441c659afc11d069ef42bd48dbbd86d257058a76dfb552dc2748763" |
Collaborator
|
aks-preview |
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.
Summary:
aks_preview-21.0.0b8entry insrc/index.jsonto match the current published wheel SHA256.Validation:
https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-21.0.0b8-py2.py3-none-any.whl.aa39868b5441c659afc11d069ef42bd48dbbd86d257058a76dfb552dc2748763.This is split out from #10062 because CI does not allow source-code changes and
src/index.jsonchanges in the same PR.