Skip to content

Commit fee7a7e

Browse files
Ptnan7Jingnan Xu
andauthored
{AFD}re gen with breaking change message (#28332)
Co-authored-by: Jingnan Xu <[email protected]>
1 parent 08fc7ef commit fee7a7e

File tree

5 files changed

+52
-17
lines changed

5 files changed

+52
-17
lines changed

src/Cdn/Cdn.Autorest/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,4 +493,38 @@ directive:
493493
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}"].delete
494494
transform: >-
495495
$["x-ms-long-running-operation-options"] = {"final-state-via": "azure-async-operation"}
496+
497+
- where:
498+
subjectPrefix: Cdn
499+
subject: Profile
500+
set:
501+
breaking-change:
502+
deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUserAssignedIdentities
503+
replacement-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedServiceIdentityUserAssignedIdentities
504+
change-description: The type of property 'IdentityUserAssignedIdentity' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUserAssignedIdentities' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedServiceIdentityUserAssignedIdentities'.
505+
deprecated-by-version: 5.3.0
506+
deprecated-by-azversion: 14.4.0
507+
change-effective-date: 2025/11/01
508+
- where:
509+
subjectPrefix: FrontDoorCdn
510+
subject: Profile
511+
set:
512+
breaking-change:
513+
deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUserAssignedIdentities
514+
replacement-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedServiceIdentityUserAssignedIdentities
515+
change-description: The type of property 'IdentityUserAssignedIdentity' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUserAssignedIdentities' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedServiceIdentityUserAssignedIdentities'.
516+
deprecated-by-version: 5.3.0
517+
deprecated-by-azversion: 14.4.0
518+
change-effective-date: 2025/11/01
519+
- where:
520+
subjectPrefix: FrontDoorCdn
521+
subject: ProfileSku
522+
set:
523+
breaking-change:
524+
deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUserAssignedIdentities
525+
replacement-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedServiceIdentityUserAssignedIdentities
526+
change-description: The type of property 'IdentityUserAssignedIdentity' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IUserAssignedIdentities' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedServiceIdentityUserAssignedIdentities'.
527+
deprecated-by-version: 5.3.0
528+
deprecated-by-azversion: 14.4.0
529+
change-effective-date: 2025/11/01
496530
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "6f80fcd9-da94-4863-b8a9-85b8be261c80"
2+
"generate_Id": "cc2560f4-f6d9-4813-b0c2-7c75fdf236ec"
33
}

src/Cdn/Cdn.sln

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cdn", "Cdn\Cdn.csproj", "{E
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cdn.Autorest", "Cdn.Autorest", "{C371EC25-5E4E-93C1-5161-3B7B810CF1FB}"
2323
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Cdn", "..\..\generated\Cdn\Cdn.Autorest\Az.Cdn.csproj", "{037CD4DB-9A65-41E8-AA3B-C33D419C9106}"
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Cdn", "..\..\generated\Cdn\Cdn.Autorest\Az.Cdn.csproj", "{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}"
2525
EndProject
2626
Global
2727
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -117,18 +117,18 @@ Global
117117
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|x64.Build.0 = Release|Any CPU
118118
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|x86.ActiveCfg = Release|Any CPU
119119
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|x86.Build.0 = Release|Any CPU
120-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Debug|Any CPU.Build.0 = Debug|Any CPU
122-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Debug|x64.ActiveCfg = Debug|Any CPU
123-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Debug|x64.Build.0 = Debug|Any CPU
124-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Debug|x86.ActiveCfg = Debug|Any CPU
125-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Debug|x86.Build.0 = Debug|Any CPU
126-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Release|Any CPU.ActiveCfg = Release|Any CPU
127-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Release|Any CPU.Build.0 = Release|Any CPU
128-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Release|x64.ActiveCfg = Release|Any CPU
129-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Release|x64.Build.0 = Release|Any CPU
130-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Release|x86.ActiveCfg = Release|Any CPU
131-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106}.Release|x86.Build.0 = Release|Any CPU
120+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Debug|x64.Build.0 = Debug|Any CPU
124+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Debug|x86.Build.0 = Debug|Any CPU
126+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Release|x64.ActiveCfg = Release|Any CPU
129+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Release|x64.Build.0 = Release|Any CPU
130+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Release|x86.ActiveCfg = Release|Any CPU
131+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD}.Release|x86.Build.0 = Release|Any CPU
132132
EndGlobalSection
133133
GlobalSection(SolutionProperties) = preSolution
134134
HideSolutionNode = FALSE
@@ -140,6 +140,6 @@ Global
140140
{2DFD09CD-2205-40B8-ABE7-AF69A8059123} = {75AB456C-8530-402C-8785-8395E57D9F98}
141141
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F} = {75AB456C-8530-402C-8785-8395E57D9F98}
142142
{A8650B93-78BE-44F5-9A90-3B76F0311A16} = {75AB456C-8530-402C-8785-8395E57D9F98}
143-
{037CD4DB-9A65-41E8-AA3B-C33D419C9106} = {C371EC25-5E4E-93C1-5161-3B7B810CF1FB}
143+
{101B028E-5224-4F3A-B8A0-EF0FC636F6BD} = {C371EC25-5E4E-93C1-5161-3B7B810CF1FB}
144144
EndGlobalSection
145145
EndGlobal

src/Cdn/Cdn/Az.Cdn.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2025/8/13
6+
# Generated on: 2025/8/20
77
#
88

99
@{
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.2.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'Cdn.Autorest/bin/Az.Cdn.private.dll'

src/Cdn/Cdn/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
## Upcoming Release
2222
* Fixed content types comtent bug with null content
23+
* Added breaking change message for 2025-06-01
2324

2425
## Version 5.0.0
2526
* Upgraded Api version to 2025-04-15

0 commit comments

Comments
 (0)