Skip to content

Commit 74c5b0a

Browse files
authored
Cdn Corrected Breaking Version (#27418)
1 parent a82ac42 commit 74c5b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cdn/Cdn.Autorest/custom/New-AzCdnManagedHttpsParametersObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ https://learn.microsoft.com/powershell/module/Az.Cdn/new-AzCdnManagedHttpsParame
2727
#>
2828
function New-AzCdnManagedHttpsParametersObject {
2929
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CdnManagedHttpsParameters')]
30-
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.GenericBreakingChange("Add new mandatory parameter CertificateSourceParameterTypeName.", "14.0.0", "4.0.0", "2025-05-19")]
30+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.GenericBreakingChange("Add new mandatory parameter CertificateSourceParameterTypeName.", "14.0.0", "5.0.0", "2025-05-19")]
3131
[CmdletBinding(PositionalBinding=$false)]
3232
Param(
3333

src/Cdn/Cdn.Autorest/custom/New-AzCdnUserManagedHttpsParametersObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ https://learn.microsoft.com/powershell/module/Az.Cdn/new-AzCdnUserManagedHttpsPa
2727
#>
2828
function New-AzCdnUserManagedHttpsParametersObject {
2929
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.UserManagedHttpsParameters')]
30-
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.GenericBreakingChange("Add new mandatory parameter CertificateSourceParameterTypeName.", "14.0.0", "4.0.0", "2025-05-19")]
30+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.GenericBreakingChange("Add new mandatory parameter CertificateSourceParameterTypeName.", "14.0.0", "5.0.0", "2025-05-19")]
3131
[CmdletBinding(PositionalBinding=$false)]
3232
Param(
3333

0 commit comments

Comments
 (0)