Az.Cdn 6.1.0-preview: preserve current CDN snapshot - #30120
Draft
Ptnan7 wants to merge 1 commit into
Draft
Conversation
Contributor
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Automated sensitive-information remediation ran on this pull request.
X Engineering Agent does not modify source files. The PR creator must remove or replace each suspected value at the linked line:
If a credential was exposed, rotate or revoke it immediately. Detected values are never copied into this comment. ✅ Confirm the finding · ❌ Dispute the finding GitHub only supports a fixed reaction set, so 👍 represents ✅ and 👎 represents ❌. The bot-created reactions are only poll choices. |
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.
Description
Prepare the current Az.Cdn snapshot as 6.1.0-preview, targeting the independent
Az.Cdn-previewrelease branch.src/Cdnsnapshot from8e41aba41fc(add-migration-cutover-warning), including generated code, custom wrappers, examples, help, tests, recordings, and existing migration endpoint cutover warnings.ModuleVersionat6.1.0and setPrivateData.PSData.Prerelease = 'preview'.6.1.0changelog heading to6.1.0-preview; leave the release-note content unchanged.src/Cdn. Do not merge unrelated main-branch changes into the preview release line.The snapshot consumes CDN API
2026-04-01-previewand the existing EdgeAction API configuration. This PR does not regenerate or redesign the module and does not publish a package.Release Coordination
Public preview releases must not target
mainorgeneration, per CONTRIBUTING.md.Az.Cdn-previewis the existing CDN public-preview line used by PR #25759. Main has independently advanced to Az.Cdn6.2.0; this PR deliberately retains the requested local6.1.0snapshot and does not downgrade main.This PR is draft pending release-owner confirmation of the preview line and packaging validation. The large diff against the older preview branch is the existing CDN snapshot, not newly authored implementation changes. Shared build infrastructure and release-aggregation files are intentionally not changed.
Validation
Import-PowerShellDataFileparses the shipping manifest; its numeric version is a validSystem.Version; the composed release version is exactly6.1.0-previewand matches the changelog.8e41aba41fc, except the two explicitly validated release-metadata changes. The manifest differs only in the prerelease field; the changelog differs only in the version heading.src/Cdn.git diff --checkfor the release-metadata delta. Full snapshot whitespace diagnostics against the older preview branch are identical before and after the metadata changes; existing whitespace and changelog Markdown-format diagnostics are preserved rather than reformatted.Mandatory Checklist
Please choose the target release of Azure PowerShell. Target release is a different concept from API readiness.
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.The numeric module version is preserved from the requested snapshot; the only new version setting is the explicit preview prerelease marker.