You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Nginx/Nginx.Autorest/README.md
+66-1Lines changed: 66 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,72 @@ directive:
237
237
- NginxConfigurationFile
238
238
- NginxPrivateIPAddress
239
239
- NginxPublicIPAddress
240
-
- NginxNetworkProfile
240
+
#- NginxNetworkProfile
241
241
- no-inline:
242
242
- 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.
[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'.")]
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.
Copy file name to clipboardExpand all lines: src/Nginx/Nginx/ChangeLog.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,20 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## 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.
0 commit comments