[Cdn] Announce breaking changes for EdgeAction cmdlets and SubjectAlt…#29439
Merged
Conversation
…ernativeName parameter - Add autorest breaking-change directive for all EdgeAction cmdlets (the 2024-07-22-preview edgeaction API is being retired); directive emits GenericBreakingChange attribute on 16 cmdlets (56 generated files). - Add ParameterBreakingChangeAttribute on the -SubjectAlternativeName parameter of custom cmdlet New-AzFrontDoorCdnSecretCustomerCertificateParametersObject, following the removal of 'subjectAlternativeNames' from the CustomerCertificateParameters schema (Microsoft.Cdn 2025-09-01-preview). - Effective 2026/05/15; deprecated-by-version 5.4.0; deprecated-by-azversion 14.5.0.
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Az.Cdn module to announce upcoming breaking changes related to retiring the EdgeAction preview API and deprecating the -SubjectAlternativeName parameter on the custom customer-certificate-parameters object cmdlet.
Changes:
- Adds an AutoRest
breaking-changedirective to mark all EdgeAction cmdlets as deprecated with an effective date. - Adds
ParameterBreakingChangeAttributeto-SubjectAlternativeNameonNew-AzFrontDoorCdnSecretCustomerCertificateParametersObject. - Updates generated metadata/artifacts (manifest formatting, solution GUID, generate-info id, docs front-matter GUID, assembly version).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Cdn/Cdn/Az.Cdn.psd1 | Regenerated/normalized module manifest content and formatting. |
| src/Cdn/Cdn.sln | Updates the solution project GUID mapping for the generated Az.Cdn project. |
| src/Cdn/Cdn.Autorest/generate-info.json | Regeneration marker update (new generate_Id). |
| src/Cdn/Cdn.Autorest/docs/Az.Cdn.md | Regenerated docs front-matter (Module Guid updated). |
| src/Cdn/Cdn.Autorest/custom/New-AzFrontDoorCdnSecretCustomerCertificateParametersObject.ps1 | Adds a parameter breaking-change attribute to announce -SubjectAlternativeName deprecation. |
| src/Cdn/Cdn.Autorest/README.md | Adds a breaking-change directive for all *EdgeAction* cmdlets with rationale comments. |
| src/Cdn/Cdn.Autorest/Properties/AssemblyInfo.cs | Bumps generated assembly version metadata. |
Collaborator
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
Collaborator
|
/azp run |
Contributor
|
Azure Pipelines successfully started running 3 pipeline(s). |
VeryEarly
approved these changes
Apr 28, 2026
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.
…ernativeName parameter
Add autorest breaking-change directive for all EdgeAction cmdlets (the 2024-07-22-preview edgeaction API is being retired); directive emits GenericBreakingChange attribute on 16 cmdlets (56 generated files).
Add ParameterBreakingChangeAttribute on the -SubjectAlternativeName parameter of custom cmdlet New-AzFrontDoorCdnSecretCustomerCertificateParametersObject, following the removal of 'subjectAlternativeNames' from the CustomerCertificateParameters schema (Microsoft.Cdn 2025-09-01-preview).
Effective 2026/05/15; deprecated-by-version 5.4.0; deprecated-by-azversion 14.5.0.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
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.