@@ -75,7 +75,7 @@ Specifies the version of the resource provider API to use.
75
75
If you do not specify a version, this cmdlet uses the latest available version.
76
76
77
77
``` yaml
78
- Type : String
78
+ Type : System. String
79
79
Parameter Sets : (All)
80
80
Aliases :
81
81
@@ -90,7 +90,7 @@ Accept wildcard characters: False
90
90
The credentials, account, tenant, and subscription used for communication with azure
91
91
92
92
` ` ` yaml
93
- Type : IAzureContextContainer
93
+ Type : Microsoft.Azure.Commands.Common.Authentication.Abstractions. IAzureContextContainer
94
94
Parameter Sets : (All)
95
95
Aliases : AzureRmContext, AzureCredential
96
96
@@ -105,7 +105,7 @@ Accept wildcard characters: False
105
105
Specifies a new description for the policy definition.
106
106
107
107
` ` ` yaml
108
- Type : String
108
+ Type : System. String
109
109
Parameter Sets : (All)
110
110
Aliases :
111
111
@@ -120,7 +120,7 @@ Accept wildcard characters: False
120
120
Specifies a new display name for the policy definition.
121
121
122
122
` ` ` yaml
123
- Type : String
123
+ Type : System. String
124
124
Parameter Sets : (All)
125
125
Aliases :
126
126
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135
135
Specifies the fully qualified resource ID for the policy definition that this cmdlet modifies.
136
136
137
137
` ` ` yaml
138
- Type : String
138
+ Type : System. String
139
139
Parameter Sets : IdParameterSet
140
140
Aliases : ResourceId
141
141
@@ -157,7 +157,7 @@ The acceptable values for this parameter are:
157
157
- Suspend
158
158
159
159
` ` ` yaml
160
- Type : ActionPreference
160
+ Type : System.Management.Automation. ActionPreference
161
161
Parameter Sets : (All)
162
162
Aliases : infa
163
163
@@ -172,7 +172,7 @@ Accept wildcard characters: False
172
172
Specifies an information variable.
173
173
174
174
` ` ` yaml
175
- Type : String
175
+ Type : System. String
176
176
Parameter Sets : (All)
177
177
Aliases : iv
178
178
@@ -187,7 +187,7 @@ Accept wildcard characters: False
187
187
The name of the management group of the policy definition to update.
188
188
189
189
` ` ` yaml
190
- Type : String
190
+ Type : System. String
191
191
Parameter Sets : ManagementGroupNameParameterSet
192
192
Aliases :
193
193
@@ -202,7 +202,7 @@ Accept wildcard characters: False
202
202
The metadata for policy definition. This can either be a path to a file name containing the metadata, or the metadata as string.
203
203
204
204
` ` ` yaml
205
- Type : String
205
+ Type : System. String
206
206
Parameter Sets : (All)
207
207
Aliases :
208
208
@@ -217,7 +217,7 @@ Accept wildcard characters: False
217
217
The mode of the new policy definition.
218
218
219
219
` ` ` yaml
220
- Type : PolicyDefinitionMode
220
+ Type : System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy. PolicyDefinitionMode]
221
221
Parameter Sets : (All)
222
222
Aliases :
223
223
@@ -232,7 +232,7 @@ Accept wildcard characters: False
232
232
Specifies the name of the policy definition that this cmdlet modifies.
233
233
234
234
` ` ` yaml
235
- Type : String
235
+ Type : System. String
236
236
Parameter Sets : NameParameterSet, ManagementGroupNameParameterSet, SubscriptionIdParameterSet
237
237
Aliases :
238
238
@@ -247,7 +247,7 @@ Accept wildcard characters: False
247
247
The parameters declaration for policy definition. This can either be a path to a file name or uri containing the parameters declaration, or the parameters declaration as string.
248
248
249
249
` ` ` yaml
250
- Type : String
250
+ Type : System. String
251
251
Parameter Sets : (All)
252
252
Aliases :
253
253
@@ -263,7 +263,7 @@ Specifies new policy rule for the policy definition.
263
263
You can specify the path of a .json file or a string that contains the policy in JavaScript Object Notation (JSON) format.
264
264
265
265
` ` ` yaml
266
- Type : String
266
+ Type : System. String
267
267
Parameter Sets : (All)
268
268
Aliases :
269
269
@@ -278,7 +278,7 @@ Accept wildcard characters: False
278
278
Indicates that this cmdlet considers pre-release API versions when it automatically determines which version to use.
279
279
280
280
` ` ` yaml
281
- Type : SwitchParameter
281
+ Type : System.Management.Automation. SwitchParameter
282
282
Parameter Sets : (All)
283
283
Aliases :
284
284
@@ -293,7 +293,7 @@ Accept wildcard characters: False
293
293
The subscription ID of the policy definition to update.
294
294
295
295
` ` ` yaml
296
- Type : Guid
296
+ Type : System.Nullable`1[System. Guid]
297
297
Parameter Sets : SubscriptionIdParameterSet
298
298
Aliases :
299
299
0 commit comments