@@ -19,20 +19,6 @@ Update-AzFrontDoorCdnSecurityPolicy -Name <String> -ProfileName <String> -Resour
19
19
[-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
20
20
```
21
21
22
- ### Patch
23
- ```
24
- Update-AzFrontDoorCdnSecurityPolicy -Name <String> -ProfileName <String> -ResourceGroupName <String>
25
- -SecurityPolicyUpdateProperty <ISecurityPolicyUpdateParameters> [-SubscriptionId <String>]
26
- [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
27
- ```
28
-
29
- ### PatchViaIdentity
30
- ```
31
- Update-AzFrontDoorCdnSecurityPolicy -InputObject <ICdnIdentity>
32
- -SecurityPolicyUpdateProperty <ISecurityPolicyUpdateParameters> [-DefaultProfile <PSObject>] [-AsJob]
33
- [-NoWait] [-Confirm] [-WhatIf] [<CommonParameters>]
34
- ```
35
-
36
22
### PatchViaIdentityExpanded
37
23
```
38
24
Update-AzFrontDoorCdnSecurityPolicy -InputObject <ICdnIdentity>
@@ -101,7 +87,7 @@ To construct, see NOTES section for INPUTOBJECT properties and create a hash tab
101
87
102
88
` ` ` yaml
103
89
Type : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity
104
- Parameter Sets : PatchViaIdentity, PatchViaIdentityExpanded
90
+ Parameter Sets : PatchViaIdentityExpanded
105
91
Aliases :
106
92
107
93
Required : True
@@ -116,7 +102,7 @@ Name of the security policy under the profile.
116
102
117
103
` ` ` yaml
118
104
Type : System.String
119
- Parameter Sets : Patch, PatchExpanded
105
+ Parameter Sets : PatchExpanded
120
106
Aliases : SecurityPolicyName
121
107
122
108
Required : True
@@ -146,7 +132,7 @@ object which contains security policy parameters
146
132
147
133
` ` ` yaml
148
134
Type : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.ISecurityPolicyPropertiesParameters
149
- Parameter Sets : PatchExpanded, PatchViaIdentityExpanded
135
+ Parameter Sets : (All)
150
136
Aliases :
151
137
152
138
Required : False
@@ -161,7 +147,7 @@ Name of the Azure Front Door Standard or Azure Front Door Premium profile which
161
147
162
148
` ` ` yaml
163
149
Type : System.String
164
- Parameter Sets : Patch, PatchExpanded
150
+ Parameter Sets : PatchExpanded
165
151
Aliases :
166
152
167
153
Required : True
@@ -176,7 +162,7 @@ Name of the Resource group within the Azure subscription.
176
162
177
163
` ` ` yaml
178
164
Type : System.String
179
- Parameter Sets : Patch, PatchExpanded
165
+ Parameter Sets : PatchExpanded
180
166
Aliases :
181
167
182
168
Required : True
@@ -186,28 +172,12 @@ Accept pipeline input: False
186
172
Accept wildcard characters : False
187
173
` ` `
188
174
189
- ### -SecurityPolicyUpdateProperty
190
- The JSON object containing security policy update parameters.
191
- To construct, see NOTES section for SECURITYPOLICYUPDATEPROPERTY properties and create a hash table.
192
-
193
- ` ` ` yaml
194
- Type : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.ISecurityPolicyUpdateParameters
195
- Parameter Sets : Patch, PatchViaIdentity
196
- Aliases :
197
-
198
- Required : True
199
- Position : Named
200
- Default value : None
201
- Accept pipeline input : True (ByValue)
202
- Accept wildcard characters : False
203
- ` ` `
204
-
205
175
### -SubscriptionId
206
176
Azure Subscription ID.
207
177
208
178
` ` ` yaml
209
179
Type : System.String
210
- Parameter Sets : Patch, PatchExpanded
180
+ Parameter Sets : PatchExpanded
211
181
Aliases :
212
182
213
183
Required : False
@@ -253,8 +223,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
253
223
254
224
## INPUTS
255
225
256
- ### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20210601.ISecurityPolicyUpdateParameters
257
-
258
226
### Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ICdnIdentity
259
227
260
228
## OUTPUTS
@@ -286,8 +254,5 @@ INPUTOBJECT <ICdnIdentity>: Identity Parameter
286
254
- `[SecurityPolicyName <String>]` : Name of the security policy under the profile.
287
255
- `[SubscriptionId <String>]` : Azure Subscription ID.
288
256
289
- SECURITYPOLICYUPDATEPROPERTY <ISecurityPolicyUpdateParameters> : The JSON object containing security policy update parameters.
290
- - `[Parameter <ISecurityPolicyPropertiesParameters>]` : object which contains security policy parameters
291
-
292
257
# # RELATED LINKS
293
258
0 commit comments