Skip to content

Commit 1221518

Browse files
Ptnan7Jingnannotyashhh
authored
Cdn breaking change messages for autorest v4 (Azure#27365)
Co-authored-by: Jingnan <[email protected]> Co-authored-by: Yash <[email protected]>
1 parent 17a89e7 commit 1221518

File tree

167 files changed

+3653
-253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+3653
-253
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Cdn")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.3.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("3.3.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

src/Cdn/Cdn.Autorest/README.md

+936-2
Large diffs are not rendered by default.

src/Cdn/Cdn.Autorest/custom/autogen-model-cmdlets/New-AzCdnManagedHttpsParametersObject.ps1 src/Cdn/Cdn.Autorest/custom/New-AzCdnManagedHttpsParametersObject.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +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")]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

src/Cdn/Cdn.Autorest/custom/autogen-model-cmdlets/New-AzCdnUserManagedHttpsParametersObject.ps1 src/Cdn/Cdn.Autorest/custom/New-AzCdnUserManagedHttpsParametersObject.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +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")]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

src/Cdn/Cdn.Autorest/docs/Az.Cdn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Cdn
3-
Module Guid: f9fae843-9c26-4513-9442-17f4379802bf
3+
Module Guid: c69de80f-ca23-42a2-8f80-6da175b11071
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.cdn
55
Help Version: 1.0.0.0
66
Locale: en-US
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "677331c6-5d06-4b9e-88b8-c98fcbb0acfd"
2+
"generate_Id": "2e39f745-6a8f-4f9e-b6af-f62eb1f9fcef"
33
}
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Resources
2+
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3+
4+
## Info
5+
- Modifiable: yes
6+
- Generated: no
7+
- Committed: yes
8+
- Packaged: no
9+
10+
## Purpose
11+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.

src/Cdn/Cdn.sln

+80-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
@@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cdn", "Cdn\Cdn.csproj", "{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Cdn", "..\..\generated\Cdn\Cdn.Autorest\Az.Cdn.csproj", "{2745D61C-E2E5-47B9-9A7E-DADC37D7B3EC}"
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cdn.Autorest", "Cdn.Autorest", "{C371EC25-5E4E-93C1-5161-3B7B810CF1FB}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Cdn", "..\..\generated\Cdn\Cdn.Autorest\Az.Cdn.csproj", "{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}"
2325
EndProject
2426
Global
2527
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2628
Debug|Any CPU = Debug|Any CPU
29+
Debug|x64 = Debug|x64
30+
Debug|x86 = Debug|x86
2731
Release|Any CPU = Release|Any CPU
28-
EndGlobalSection
29-
GlobalSection(SolutionProperties) = preSolution
30-
HideSolutionNode = FALSE
32+
Release|x64 = Release|x64
33+
Release|x86 = Release|x86
3134
EndGlobalSection
3235
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3336
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3437
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Debug|x64.ActiveCfg = Debug|Any CPU
39+
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Debug|x64.Build.0 = Debug|Any CPU
40+
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Debug|x86.ActiveCfg = Debug|Any CPU
41+
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Debug|x86.Build.0 = Debug|Any CPU
3542
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
3643
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Release|x64.ActiveCfg = Release|Any CPU
45+
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Release|x64.Build.0 = Release|Any CPU
46+
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Release|x86.ActiveCfg = Release|Any CPU
47+
{66B9462D-E840-4D0D-B318-A5AA599BB5B9}.Release|x86.Build.0 = Release|Any CPU
3748
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3849
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Debug|x64.ActiveCfg = Debug|Any CPU
51+
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Debug|x64.Build.0 = Debug|Any CPU
52+
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Debug|x86.ActiveCfg = Debug|Any CPU
53+
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Debug|x86.Build.0 = Debug|Any CPU
3954
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
4055
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Release|x64.ActiveCfg = Release|Any CPU
57+
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Release|x64.Build.0 = Release|Any CPU
58+
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Release|x86.ActiveCfg = Release|Any CPU
59+
{3A780BB0-2EE0-4B73-9886-1C48B079EF0D}.Release|x86.Build.0 = Release|Any CPU
4160
{71448927-2595-4FAC-84DD-DE778293D833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4261
{71448927-2595-4FAC-84DD-DE778293D833}.Debug|Any CPU.Build.0 = Debug|Any CPU
62+
{71448927-2595-4FAC-84DD-DE778293D833}.Debug|x64.ActiveCfg = Debug|Any CPU
63+
{71448927-2595-4FAC-84DD-DE778293D833}.Debug|x64.Build.0 = Debug|Any CPU
64+
{71448927-2595-4FAC-84DD-DE778293D833}.Debug|x86.ActiveCfg = Debug|Any CPU
65+
{71448927-2595-4FAC-84DD-DE778293D833}.Debug|x86.Build.0 = Debug|Any CPU
4366
{71448927-2595-4FAC-84DD-DE778293D833}.Release|Any CPU.ActiveCfg = Release|Any CPU
4467
{71448927-2595-4FAC-84DD-DE778293D833}.Release|Any CPU.Build.0 = Release|Any CPU
68+
{71448927-2595-4FAC-84DD-DE778293D833}.Release|x64.ActiveCfg = Release|Any CPU
69+
{71448927-2595-4FAC-84DD-DE778293D833}.Release|x64.Build.0 = Release|Any CPU
70+
{71448927-2595-4FAC-84DD-DE778293D833}.Release|x86.ActiveCfg = Release|Any CPU
71+
{71448927-2595-4FAC-84DD-DE778293D833}.Release|x86.Build.0 = Release|Any CPU
4572
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4673
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Debug|Any CPU.Build.0 = Debug|Any CPU
74+
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Debug|x64.ActiveCfg = Debug|Any CPU
75+
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Debug|x64.Build.0 = Debug|Any CPU
76+
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Debug|x86.ActiveCfg = Debug|Any CPU
77+
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Debug|x86.Build.0 = Debug|Any CPU
4778
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Release|Any CPU.ActiveCfg = Release|Any CPU
4879
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Release|Any CPU.Build.0 = Release|Any CPU
80+
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Release|x64.ActiveCfg = Release|Any CPU
81+
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Release|x64.Build.0 = Release|Any CPU
82+
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Release|x86.ActiveCfg = Release|Any CPU
83+
{2DFD09CD-2205-40B8-ABE7-AF69A8059123}.Release|x86.Build.0 = Release|Any CPU
4984
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5085
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Debug|Any CPU.Build.0 = Debug|Any CPU
86+
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Debug|x64.ActiveCfg = Debug|Any CPU
87+
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Debug|x64.Build.0 = Debug|Any CPU
88+
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Debug|x86.ActiveCfg = Debug|Any CPU
89+
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Debug|x86.Build.0 = Debug|Any CPU
5190
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Release|Any CPU.ActiveCfg = Release|Any CPU
5291
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Release|Any CPU.Build.0 = Release|Any CPU
92+
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Release|x64.ActiveCfg = Release|Any CPU
93+
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Release|x64.Build.0 = Release|Any CPU
94+
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Release|x86.ActiveCfg = Release|Any CPU
95+
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F}.Release|x86.Build.0 = Release|Any CPU
5396
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5497
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Debug|Any CPU.Build.0 = Debug|Any CPU
98+
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Debug|x64.ActiveCfg = Debug|Any CPU
99+
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Debug|x64.Build.0 = Debug|Any CPU
100+
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Debug|x86.ActiveCfg = Debug|Any CPU
101+
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Debug|x86.Build.0 = Debug|Any CPU
55102
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Release|Any CPU.ActiveCfg = Release|Any CPU
56103
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Release|Any CPU.Build.0 = Release|Any CPU
104+
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Release|x64.ActiveCfg = Release|Any CPU
105+
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Release|x64.Build.0 = Release|Any CPU
106+
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Release|x86.ActiveCfg = Release|Any CPU
107+
{A8650B93-78BE-44F5-9A90-3B76F0311A16}.Release|x86.Build.0 = Release|Any CPU
57108
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58109
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
110+
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Debug|x64.ActiveCfg = Debug|Any CPU
111+
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Debug|x64.Build.0 = Debug|Any CPU
112+
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Debug|x86.ActiveCfg = Debug|Any CPU
113+
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Debug|x86.Build.0 = Debug|Any CPU
59114
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
60115
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|Any CPU.Build.0 = Release|Any CPU
61-
{2745D61C-E2E5-47B9-9A7E-DADC37D7B3EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62-
{2745D61C-E2E5-47B9-9A7E-DADC37D7B3EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
63-
{2745D61C-E2E5-47B9-9A7E-DADC37D7B3EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
64-
{2745D61C-E2E5-47B9-9A7E-DADC37D7B3EC}.Release|Any CPU.Build.0 = Release|Any CPU
116+
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|x64.ActiveCfg = Release|Any CPU
117+
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|x64.Build.0 = Release|Any CPU
118+
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|x86.ActiveCfg = Release|Any CPU
119+
{E79F8C9F-CFFD-41D6-AD19-641B9B95BB3C}.Release|x86.Build.0 = Release|Any CPU
120+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Debug|x64.Build.0 = Debug|Any CPU
124+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Debug|x86.Build.0 = Debug|Any CPU
126+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Release|x64.ActiveCfg = Release|Any CPU
129+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Release|x64.Build.0 = Release|Any CPU
130+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Release|x86.ActiveCfg = Release|Any CPU
131+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04}.Release|x86.Build.0 = Release|Any CPU
132+
EndGlobalSection
133+
GlobalSection(SolutionProperties) = preSolution
134+
HideSolutionNode = FALSE
65135
EndGlobalSection
66136
GlobalSection(NestedProjects) = preSolution
67137
{66B9462D-E840-4D0D-B318-A5AA599BB5B9} = {75AB456C-8530-402C-8785-8395E57D9F98}
@@ -70,5 +140,6 @@ Global
70140
{2DFD09CD-2205-40B8-ABE7-AF69A8059123} = {75AB456C-8530-402C-8785-8395E57D9F98}
71141
{ECC581D5-5B1D-40BB-A2FA-9708C6BAB72F} = {75AB456C-8530-402C-8785-8395E57D9F98}
72142
{A8650B93-78BE-44F5-9A90-3B76F0311A16} = {75AB456C-8530-402C-8785-8395E57D9F98}
143+
{A1D7DD9C-EDC6-4554-A901-4E06E0407C04} = {C371EC25-5E4E-93C1-5161-3B7B810CF1FB}
73144
EndGlobalSection
74145
EndGlobal

src/Cdn/Cdn/Az.Cdn.psd1

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/9/2025
6+
# Generated on: 2025/3/18
77
#
88

99
@{
@@ -51,16 +51,16 @@ 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 = '4.0.1'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; })
5555

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

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
# ScriptsToProcess = @()
60+
ScriptsToProcess = @()
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
63-
# TypesToProcess = @()
63+
TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
6666
FormatsToProcess = 'Cdn.Autorest/Az.Cdn.format.ps1xml'
@@ -216,7 +216,7 @@ PrivateData = @{
216216
PSData = @{
217217

218218
# Tags applied to this module. These help with module discovery in online galleries.
219-
Tags = 'Azure','ResourceManager','ARM','PSModule','Cdn'
219+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Cdn'
220220

221221
# A URL to the license for this module.
222222
LicenseUri = 'https://aka.ms/azps-license'
@@ -241,7 +241,7 @@ PrivateData = @{
241241

242242
} # End of PSData hashtable
243243

244-
} # End of PrivateData hashtable
244+
} # End of PrivateData hashtable
245245

246246
# HelpInfo URI of this module
247247
# HelpInfoURI = ''

src/Cdn/Cdn/ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* This upgrade contains no changes in cdn powershell commandline tool, it only notifies user that we are going to upgrade the version of autorest, and will bring some breaking changes.
2223

2324
## Version 3.3.0
2425
* Upgraded nuget package to signed package.

src/Cdn/Cdn/help/Clear-AzCdnEndpointContent.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ Removes a content from CDN.
1616
```
1717
Clear-AzCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
1818
[-SubscriptionId <String>] -ContentPath <String[]> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
19-
[-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### Purge1
2323
```
2424
Clear-AzCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
2525
[-SubscriptionId <String>] -ContentFilePath <IPurgeParameters> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
26-
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### PurgeViaIdentityExpanded1
3030
```
3131
Clear-AzCdnEndpointContent -InputObject <ICdnIdentity> -ContentPath <String[]> [-DefaultProfile <PSObject>]
32-
[-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
[-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

3535
### PurgeViaIdentity1
3636
```
3737
Clear-AzCdnEndpointContent -InputObject <ICdnIdentity> -ContentFilePath <IPurgeParameters>
38-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
38+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
3939
[-Confirm] [<CommonParameters>]
4040
```
4141

@@ -201,6 +201,21 @@ Accept pipeline input: False
201201
Accept wildcard characters: False
202202
```
203203
204+
### -ProgressAction
205+
{{ Fill ProgressAction Description }}
206+
207+
```yaml
208+
Type: System.Management.Automation.ActionPreference
209+
Parameter Sets: (All)
210+
Aliases: proga
211+
212+
Required: False
213+
Position: Named
214+
Default value: None
215+
Accept pipeline input: False
216+
Accept wildcard characters: False
217+
```
218+
204219
### -ResourceGroupName
205220
Name of the Resource group within the Azure subscription.
206221

src/Cdn/Cdn/help/Clear-AzFrontDoorCdnEndpointContent.md

+19-4
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Removes a content from AzureFrontDoor.
1616
```
1717
Clear-AzFrontDoorCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
1818
[-SubscriptionId <String>] -ContentPath <String[]> [-Domain <String[]>] [-DefaultProfile <PSObject>] [-AsJob]
19-
[-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### Purge
2323
```
2424
Clear-AzFrontDoorCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
2525
[-SubscriptionId <String>] -Content <IAfdPurgeParameters> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
26-
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### PurgeViaIdentityExpanded
3030
```
3131
Clear-AzFrontDoorCdnEndpointContent -InputObject <ICdnIdentity> -ContentPath <String[]> [-Domain <String[]>]
32-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
32+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
3333
[-Confirm] [<CommonParameters>]
3434
```
3535

3636
### PurgeViaIdentity
3737
```
3838
Clear-AzFrontDoorCdnEndpointContent -InputObject <ICdnIdentity> -Content <IAfdPurgeParameters>
39-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
39+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
4040
[-Confirm] [<CommonParameters>]
4141
```
4242

@@ -217,6 +217,21 @@ Accept pipeline input: False
217217
Accept wildcard characters: False
218218
```
219219
220+
### -ProgressAction
221+
{{ Fill ProgressAction Description }}
222+
223+
```yaml
224+
Type: System.Management.Automation.ActionPreference
225+
Parameter Sets: (All)
226+
Aliases: proga
227+
228+
Required: False
229+
Position: Named
230+
Default value: None
231+
Accept pipeline input: False
232+
Accept wildcard characters: False
233+
```
234+
220235
### -ResourceGroupName
221236
Name of the Resource group within the Azure subscription.
222237

0 commit comments

Comments
 (0)