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/Compute/Compute/ChangeLog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
21
21
-->
22
22
## Upcoming Release
23
+
* Added `-EnableAutomaticUpgrade` and `-TreatFailureAsDeploymentFailure` parameters (Bool) to `New-AzVmGalleryApplication` and `New-AzVmssGalleryApplication` cmdlets.
23
24
* Added `-Redeploy` switch parameter for `Update-AzHost` cmdlet to enable dedicated host redeployment.
24
25
* ComputeRP related cmdlets will now use 2025-04-01 version of the ComputeRP API.
25
26
* Added `-AddProxyAgentExtension` parameter (Switch) to `New-AzVmss` and `New-AzVM`
Specifies whether the underlying VMSS should automatically update when a new version of the Gallery Application becomes available in the Public Image Repository (PIR) or Shared Image Gallery (SIG).
86
+
87
+
```yaml
88
+
Type: System.String
89
+
Parameter Sets: (All)
90
+
Aliases:
91
+
92
+
Required: False
93
+
Position: Named
94
+
Default value: None
95
+
Accept pipeline input: False
96
+
Accept wildcard characters: False
97
+
```
98
+
99
+
### -TreatFailureAsDeploymentFailure
100
+
Determines whether a failure encountered during the application process should be treated as a deployment failure.
101
+
102
+
```yaml
103
+
Type: System.String
104
+
Parameter Sets: (All)
105
+
Aliases:
106
+
107
+
Required: False
108
+
Position: Named
109
+
Default value: None
110
+
Accept pipeline input: False
111
+
Accept wildcard characters: False
112
+
```
113
+
82
114
### -Confirm
83
115
Prompts you for confirmation before running the cmdlet.
Specifies whether the underlying VMSS should automatically update when a new version of the Gallery Application becomes available in the Public Image Repository (PIR) or Shared Image Gallery (SIG).
86
+
87
+
```yaml
88
+
Type: System.String
89
+
Parameter Sets: (All)
90
+
Aliases:
91
+
92
+
Required: False
93
+
Position: Named
94
+
Default value: None
95
+
Accept pipeline input: False
96
+
Accept wildcard characters: False
97
+
```
98
+
99
+
### -TreatFailureAsDeploymentFailure
100
+
Determines whether a failure encountered during the application process should be treated as a deployment failure.
101
+
102
+
```yaml
103
+
Type: System.String
104
+
Parameter Sets: (All)
105
+
Aliases:
106
+
107
+
Required: False
108
+
Position: Named
109
+
Default value: None
110
+
Accept pipeline input: False
111
+
Accept wildcard characters: False
112
+
```
113
+
82
114
### -Confirm
83
115
Prompts you for confirmation before running the cmdlet.
0 commit comments