Skip to content

Commit e3eff68

Browse files
committed
Add full typenames to .md file
Copy .md file to output folder
1 parent 1e2834a commit e3eff68

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@
294294
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.PolicyTests\TestPolicyAssignmentIdentity.json">
295295
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
296296
</None>
297-
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.PolicyTests\TestPolicyDefinitionMode.json" />
297+
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.PolicyTests\TestPolicyDefinitionMode.json">
298+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
299+
</None>
298300
<None Include="SessionRecords\Microsoft.Azure.Commands.Resources.Test.ScenarioTests.SubscriptionLevelDeploymentTests\TestDeploymentAsJob.json">
299301
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
300302
</None>

src/ResourceManager/Resources/Commands.Resources/help/Set-AzureRmPolicyDefinition.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Specifies the version of the resource provider API to use.
7575
If you do not specify a version, this cmdlet uses the latest available version.
7676

7777
```yaml
78-
Type: String
78+
Type: System.String
7979
Parameter Sets: (All)
8080
Aliases:
8181

@@ -90,7 +90,7 @@ Accept wildcard characters: False
9090
The credentials, account, tenant, and subscription used for communication with azure
9191
9292
```yaml
93-
Type: IAzureContextContainer
93+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
9494
Parameter Sets: (All)
9595
Aliases: AzureRmContext, AzureCredential
9696

@@ -105,7 +105,7 @@ Accept wildcard characters: False
105105
Specifies a new description for the policy definition.
106106
107107
```yaml
108-
Type: String
108+
Type: System.String
109109
Parameter Sets: (All)
110110
Aliases:
111111

@@ -120,7 +120,7 @@ Accept wildcard characters: False
120120
Specifies a new display name for the policy definition.
121121
122122
```yaml
123-
Type: String
123+
Type: System.String
124124
Parameter Sets: (All)
125125
Aliases:
126126

@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
Specifies the fully qualified resource ID for the policy definition that this cmdlet modifies.
136136
137137
```yaml
138-
Type: String
138+
Type: System.String
139139
Parameter Sets: IdParameterSet
140140
Aliases: ResourceId
141141

@@ -157,7 +157,7 @@ The acceptable values for this parameter are:
157157
- Suspend
158158
159159
```yaml
160-
Type: ActionPreference
160+
Type: System.Management.Automation.ActionPreference
161161
Parameter Sets: (All)
162162
Aliases: infa
163163

@@ -172,7 +172,7 @@ Accept wildcard characters: False
172172
Specifies an information variable.
173173
174174
```yaml
175-
Type: String
175+
Type: System.String
176176
Parameter Sets: (All)
177177
Aliases: iv
178178

@@ -187,7 +187,7 @@ Accept wildcard characters: False
187187
The name of the management group of the policy definition to update.
188188
189189
```yaml
190-
Type: String
190+
Type: System.String
191191
Parameter Sets: ManagementGroupNameParameterSet
192192
Aliases:
193193

@@ -202,7 +202,7 @@ Accept wildcard characters: False
202202
The metadata for policy definition. This can either be a path to a file name containing the metadata, or the metadata as string.
203203
204204
```yaml
205-
Type: String
205+
Type: System.String
206206
Parameter Sets: (All)
207207
Aliases:
208208

@@ -217,7 +217,7 @@ Accept wildcard characters: False
217217
The mode of the new policy definition.
218218
219219
```yaml
220-
Type: PolicyDefinitionMode
220+
Type: System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode]
221221
Parameter Sets: (All)
222222
Aliases:
223223

@@ -232,7 +232,7 @@ Accept wildcard characters: False
232232
Specifies the name of the policy definition that this cmdlet modifies.
233233
234234
```yaml
235-
Type: String
235+
Type: System.String
236236
Parameter Sets: NameParameterSet, ManagementGroupNameParameterSet, SubscriptionIdParameterSet
237237
Aliases:
238238

@@ -247,7 +247,7 @@ Accept wildcard characters: False
247247
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.
248248
249249
```yaml
250-
Type: String
250+
Type: System.String
251251
Parameter Sets: (All)
252252
Aliases:
253253

@@ -263,7 +263,7 @@ Specifies new policy rule for the policy definition.
263263
You can specify the path of a .json file or a string that contains the policy in JavaScript Object Notation (JSON) format.
264264
265265
```yaml
266-
Type: String
266+
Type: System.String
267267
Parameter Sets: (All)
268268
Aliases:
269269

@@ -278,7 +278,7 @@ Accept wildcard characters: False
278278
Indicates that this cmdlet considers pre-release API versions when it automatically determines which version to use.
279279
280280
```yaml
281-
Type: SwitchParameter
281+
Type: System.Management.Automation.SwitchParameter
282282
Parameter Sets: (All)
283283
Aliases:
284284

@@ -293,7 +293,7 @@ Accept wildcard characters: False
293293
The subscription ID of the policy definition to update.
294294
295295
```yaml
296-
Type: Guid
296+
Type: System.Nullable`1[System.Guid]
297297
Parameter Sets: SubscriptionIdParameterSet
298298
Aliases:
299299

0 commit comments

Comments
 (0)