Skip to content

Commit 66906f6

Browse files
authored
[PS][Nginx] Add breaking change message for autorest v4 migration (#28248)
1 parent db3daca commit 66906f6

File tree

10 files changed

+208
-19
lines changed

10 files changed

+208
-19
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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 - Nginx")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.2.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]
27+

src/Nginx/Nginx.Autorest/README.md

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,72 @@ directive:
237237
- NginxConfigurationFile
238238
- NginxPrivateIPAddress
239239
- NginxPublicIPAddress
240-
- NginxNetworkProfile
240+
# - NginxNetworkProfile
241241
- no-inline:
242242
- NginxNetworkProfile
243+
- where:
244+
verb: Get|Update|New
245+
subject: Configuration
246+
set:
247+
breaking-change:
248+
deprecated-output-properties:
249+
- File
250+
- ProtectedFile
251+
- PackageProtectedFile
252+
new-output-properties:
253+
- File
254+
- ProtectedFile
255+
- PackageProtectedFile
256+
change-description: The types of the properties File, ProtectedFile and PackageProtectedFile will be changed from fixed array to 'List'.
257+
deprecated-by-version: 2.0.0
258+
deprecated-by-azversion: 15.0.0
259+
change-effective-date: 2025/11/03
260+
- where:
261+
verb: Get|Update|New
262+
subject: Deployment
263+
set:
264+
breaking-change:
265+
deprecated-output-properties:
266+
- PrivateIPAddress
267+
- PublicIPAddress
268+
- AutoScaleSettingProfile
269+
new-output-properties:
270+
- PrivateIPAddress
271+
- PublicIPAddress
272+
- AutoScaleSettingProfile
273+
change-description: The types of the properties PrivateIPAddress, ProtectedFile and AutoScaleSettingProfile will be changed from fixed array to 'List'.
274+
deprecated-by-version: 2.0.0
275+
deprecated-by-azversion: 15.0.0
276+
change-effective-date: 2025/11/03
277+
- where:
278+
verb: Invoke
279+
subject: AnalysisConfiguration
280+
set:
281+
breaking-change:
282+
deprecated-output-properties:
283+
- DataError
284+
new-output-properties:
285+
- DataError
286+
change-description: The type of the property DataError will be changed from fixed array to 'List'.
287+
deprecated-by-version: 7.0.0
288+
deprecated-by-azversion: 15.0.0
289+
change-effective-date: 2025/11/03
290+
- where:
291+
verb: Invoke
292+
subject: AnalysisConfiguration
293+
variant: ^Analysis$|^AnalysisViaIdentity$
294+
set:
295+
breaking-change:
296+
change-description: The parameter set 'Analysis' and 'AnalysisViaIdentity' will be removed.
297+
deprecated-by-version: 7.0.0
298+
deprecated-by-azversion: 15.0.0
299+
change-effective-date: 2025/11/03
300+
- where:
301+
parameter-name: IdentityType|IdentityUserAssignedIdentity
302+
set:
303+
breaking-change:
304+
change-description: The cmdlet 'New-AzNginxDeployment' no longer supports the parameter 'IdentityType' and IdentityUserAssignedIdentity.
305+
deprecated-by-version: 2.0.0
306+
deprecated-by-azversion: 15.0.0
307+
change-effective-date: 2025/11/03
243308
```
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ https://learn.microsoft.com/powershell/module/Az.Nginx/new-AzNginxNetworkProfile
2727
#>
2828
function New-AzNginxNetworkProfileObject {
2929
[OutputType('Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxNetworkProfile')]
30+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxNetworkProfile", "15.0.0", "2.0.0", "2025/11/03", ChangeDescription = "The types of the properties PrivateIPAddress and PublicIPAddress of Property FrontendIPConfiguration will be changed from fixed array to 'List'.")]
3031
[CmdletBinding(PositionalBinding=$false)]
3132
Param(
3233

src/Nginx/Nginx.Autorest/docs/Az.Nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: Az.Nginx
3-
Module Guid: a6006217-b983-465f-9b21-5017989fa14f
3+
Module Guid: 603854d7-6bb1-4cbc-a06b-3507e9a1c08a
44
Download Help Link: https://learn.microsoft.com/powershell/module/az.nginx
55
Help Version: 1.0.0.0
66
Locale: en-US

src/Nginx/Nginx.Autorest/docs/Update-AzNginxDeployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Update the NGINX deployment
3838

3939
## EXAMPLES
4040

41-
### Example 1: Enable the diagnosticss support for a NGINX deployment
41+
### Example 1: Enable the diagnostics support for a NGINX deployment
4242
```powershell
4343
Update-AzNginxDeployment -Name nginx-test -ResourceGroupName nginx-test-rg -EnableDiagnosticsSupport
4444
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "dc86614f-f9d2-437f-9eca-995cd2e6d9fa"
2+
"generate_Id": "694104b6-7711-4bb8-86c7-ccfffb3b2bc9"
33
}
Lines changed: 11 additions & 0 deletions
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/Nginx/Nginx.sln

Lines changed: 80 additions & 9 deletions
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}") = "Nginx", "Nginx\Nginx.csproj", "{E2BD204E-629F-4FAD-8683-B6DD885287E3}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Nginx", "..\..\generated\Nginx\Nginx.Autorest\Az.Nginx.csproj", "{CC6E1DF8-FBE9-4630-9D1A-9545F85BB695}"
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nginx.Autorest", "Nginx.Autorest", "{4E5D3B5D-60DA-5B43-E1B9-736BAC85E525}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Nginx", "..\..\generated\Nginx\Nginx.Autorest\Az.Nginx.csproj", "{A91E7CD9-C572-4A58-B871-32671A8C4092}"
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
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3437
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Debug|x64.ActiveCfg = Debug|Any CPU
39+
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Debug|x64.Build.0 = Debug|Any CPU
40+
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Debug|x86.ActiveCfg = Debug|Any CPU
41+
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Debug|x86.Build.0 = Debug|Any CPU
3542
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
3643
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Release|x64.ActiveCfg = Release|Any CPU
45+
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Release|x64.Build.0 = Release|Any CPU
46+
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Release|x86.ActiveCfg = Release|Any CPU
47+
{12A4E834-6826-4758-AFE5-0C1496BF2C11}.Release|x86.Build.0 = Release|Any CPU
3748
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3849
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Debug|x64.ActiveCfg = Debug|Any CPU
51+
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Debug|x64.Build.0 = Debug|Any CPU
52+
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Debug|x86.ActiveCfg = Debug|Any CPU
53+
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Debug|x86.Build.0 = Debug|Any CPU
3954
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Release|Any CPU.ActiveCfg = Release|Any CPU
4055
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Release|x64.ActiveCfg = Release|Any CPU
57+
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Release|x64.Build.0 = Release|Any CPU
58+
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Release|x86.ActiveCfg = Release|Any CPU
59+
{FF591780-E65C-4FEF-B23B-8D2087BE0A18}.Release|x86.Build.0 = Release|Any CPU
4160
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4261
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
62+
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Debug|x64.ActiveCfg = Debug|Any CPU
63+
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Debug|x64.Build.0 = Debug|Any CPU
64+
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Debug|x86.ActiveCfg = Debug|Any CPU
65+
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Debug|x86.Build.0 = Debug|Any CPU
4366
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
4467
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Release|Any CPU.Build.0 = Release|Any CPU
68+
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Release|x64.ActiveCfg = Release|Any CPU
69+
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Release|x64.Build.0 = Release|Any CPU
70+
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Release|x86.ActiveCfg = Release|Any CPU
71+
{6067F8C4-1850-46B6-8EE9-CD9B32E97EDD}.Release|x86.Build.0 = Release|Any CPU
4572
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4673
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Debug|Any CPU.Build.0 = Debug|Any CPU
74+
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Debug|x64.ActiveCfg = Debug|Any CPU
75+
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Debug|x64.Build.0 = Debug|Any CPU
76+
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Debug|x86.ActiveCfg = Debug|Any CPU
77+
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Debug|x86.Build.0 = Debug|Any CPU
4778
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Release|Any CPU.ActiveCfg = Release|Any CPU
4879
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Release|Any CPU.Build.0 = Release|Any CPU
80+
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Release|x64.ActiveCfg = Release|Any CPU
81+
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Release|x64.Build.0 = Release|Any CPU
82+
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Release|x86.ActiveCfg = Release|Any CPU
83+
{918B6397-10BC-4BA7-9B09-337E3C51290A}.Release|x86.Build.0 = Release|Any CPU
4984
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5085
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Debug|Any CPU.Build.0 = Debug|Any CPU
86+
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Debug|x64.ActiveCfg = Debug|Any CPU
87+
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Debug|x64.Build.0 = Debug|Any CPU
88+
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Debug|x86.ActiveCfg = Debug|Any CPU
89+
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Debug|x86.Build.0 = Debug|Any CPU
5190
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Release|Any CPU.ActiveCfg = Release|Any CPU
5291
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Release|Any CPU.Build.0 = Release|Any CPU
92+
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Release|x64.ActiveCfg = Release|Any CPU
93+
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Release|x64.Build.0 = Release|Any CPU
94+
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Release|x86.ActiveCfg = Release|Any CPU
95+
{2CEACC86-48B4-4086-BE6B-30DF1488E002}.Release|x86.Build.0 = Release|Any CPU
5396
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5497
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Debug|Any CPU.Build.0 = Debug|Any CPU
98+
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Debug|x64.ActiveCfg = Debug|Any CPU
99+
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Debug|x64.Build.0 = Debug|Any CPU
100+
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Debug|x86.ActiveCfg = Debug|Any CPU
101+
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Debug|x86.Build.0 = Debug|Any CPU
55102
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Release|Any CPU.ActiveCfg = Release|Any CPU
56103
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Release|Any CPU.Build.0 = Release|Any CPU
104+
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Release|x64.ActiveCfg = Release|Any CPU
105+
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Release|x64.Build.0 = Release|Any CPU
106+
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Release|x86.ActiveCfg = Release|Any CPU
107+
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781}.Release|x86.Build.0 = Release|Any CPU
57108
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58109
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
110+
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Debug|x64.ActiveCfg = Debug|Any CPU
111+
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Debug|x64.Build.0 = Debug|Any CPU
112+
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Debug|x86.ActiveCfg = Debug|Any CPU
113+
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Debug|x86.Build.0 = Debug|Any CPU
59114
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
60115
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Release|Any CPU.Build.0 = Release|Any CPU
61-
{CC6E1DF8-FBE9-4630-9D1A-9545F85BB695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62-
{CC6E1DF8-FBE9-4630-9D1A-9545F85BB695}.Debug|Any CPU.Build.0 = Debug|Any CPU
63-
{CC6E1DF8-FBE9-4630-9D1A-9545F85BB695}.Release|Any CPU.ActiveCfg = Release|Any CPU
64-
{CC6E1DF8-FBE9-4630-9D1A-9545F85BB695}.Release|Any CPU.Build.0 = Release|Any CPU
116+
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Release|x64.ActiveCfg = Release|Any CPU
117+
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Release|x64.Build.0 = Release|Any CPU
118+
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Release|x86.ActiveCfg = Release|Any CPU
119+
{E2BD204E-629F-4FAD-8683-B6DD885287E3}.Release|x86.Build.0 = Release|Any CPU
120+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
121+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Debug|Any CPU.Build.0 = Debug|Any CPU
122+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Debug|x64.ActiveCfg = Debug|Any CPU
123+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Debug|x64.Build.0 = Debug|Any CPU
124+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Debug|x86.ActiveCfg = Debug|Any CPU
125+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Debug|x86.Build.0 = Debug|Any CPU
126+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Release|Any CPU.ActiveCfg = Release|Any CPU
127+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Release|Any CPU.Build.0 = Release|Any CPU
128+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Release|x64.ActiveCfg = Release|Any CPU
129+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Release|x64.Build.0 = Release|Any CPU
130+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Release|x86.ActiveCfg = Release|Any CPU
131+
{A91E7CD9-C572-4A58-B871-32671A8C4092}.Release|x86.Build.0 = Release|Any CPU
132+
EndGlobalSection
133+
GlobalSection(SolutionProperties) = preSolution
134+
HideSolutionNode = FALSE
65135
EndGlobalSection
66136
GlobalSection(NestedProjects) = preSolution
67137
{12A4E834-6826-4758-AFE5-0C1496BF2C11} = {2AC97FFE-301E-43FA-93E1-72922F8B9C41}
@@ -70,5 +140,6 @@ Global
70140
{918B6397-10BC-4BA7-9B09-337E3C51290A} = {2AC97FFE-301E-43FA-93E1-72922F8B9C41}
71141
{2CEACC86-48B4-4086-BE6B-30DF1488E002} = {2AC97FFE-301E-43FA-93E1-72922F8B9C41}
72142
{222CF0EF-B14E-42C4-9DD0-E03ECE68C781} = {2AC97FFE-301E-43FA-93E1-72922F8B9C41}
143+
{A91E7CD9-C572-4A58-B871-32671A8C4092} = {4E5D3B5D-60DA-5B43-E1B9-736BAC85E525}
73144
EndGlobalSection
74145
EndGlobal

src/Nginx/Nginx/Az.Nginx.psd1

Lines changed: 6 additions & 6 deletions
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: 7/22/2025
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 = '5.1.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'Nginx.Autorest/bin/Az.Nginx.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 = 'Nginx.Autorest/Az.Nginx.format.ps1xml'
@@ -103,7 +103,7 @@ PrivateData = @{
103103
PSData = @{
104104

105105
# Tags applied to this module. These help with module discovery in online galleries.
106-
Tags = 'Azure','ResourceManager','ARM','PSModule','Nginx'
106+
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Nginx'
107107

108108
# A URL to the license for this module.
109109
LicenseUri = 'https://aka.ms/azps-license'
@@ -128,7 +128,7 @@ PrivateData = @{
128128

129129
} # End of PSData hashtable
130130

131-
} # End of PrivateData hashtable
131+
} # End of PrivateData hashtable
132132

133133
# HelpInfo URI of this module
134134
# HelpInfoURI = ''

src/Nginx/Nginx/ChangeLog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Added breaking change announcement for below cmdlets from fixed array to list.
22+
- `Get-AzNginxConfiguration`
23+
- `New-AzNginxConfiguration`
24+
- `Get-AzNginxDeployment`
25+
- `New-AzNginxDeployment`
26+
- `Update-AzNginxDeployment`
27+
- `Invoke-AzNginxAnalysisConfiguration`
28+
- `New-AzNginxNetworkProfileObject`
29+
* Added breaking change announcement for `New-AzNginxDeployment` and `Update-AzNginxDeployment` cmdlets.
30+
- Removed `-IdentityType` parameter to support new Managed Identity settings.
31+
- Removed `-IdentityUserAssignedIdentity`.
32+
* The parameters of the `New-AzNginxDeployment` and `Update-AzNginxDeployment` cmdlets will be changed by new Managed Identity settings.
33+
- Added `-UserAssignedIdentity` parameter. The type of `UserAssignedIdentity` is simplified to a list of strings that is used to specify the user's assigned identity.
34+
- Added `EnableSystemAssignedIdentity` to enable/disable system-assigned identities.
2135

2236
## Version 1.2.0
2337
* Upgraded nuget package to signed package.

0 commit comments

Comments
 (0)