Skip to content

Commit fa51b59

Browse files
committed
Merge branch 'vivsriaus/AddAppliance' of https://github.com/vivsriaus/azure-powershell-pr into vivsriaus/AddAppliance
2 parents 7afa3d0 + 07a12c8 commit fa51b59

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmPolicyAssignment.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ Accept wildcard characters: False
160160
```
161161
162162
### -NotScope
163-
The not scopes for policy assignment.```yaml
163+
The not scopes for policy assignment.
164+
165+
```yaml
164166
Type: String[]
165167
Parameter Sets: (All)
166168
Aliases:
@@ -230,7 +232,9 @@ Accept wildcard characters: False
230232
```
231233
232234
### -PolicySetDefinition
233-
The policy set definition object.```yaml
235+
The policy set definition object.
236+
237+
```yaml
234238
Type: PSObject
235239
Parameter Sets: Policy assignment without parameters, Policy assignment with parameters via policy parameter object, Policy assignment with parameters via policy parameter string
236240
Aliases:

src/ResourceManager/Resources/Commands.Resources/help/New-AzureRmPolicySetDefinition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ Accept wildcard characters: False
109109
```
110110
111111
### -PolicyDefinition
112-
The policy set definition. This can either be a path to a file name containing the policy definitions, or the policy set definition as string.```yaml
112+
The policy set definition. This can either be a path to a file name containing the policy definitions, or the policy set definition as string.
113+
114+
```yaml
113115
Type: String
114116
Parameter Sets: (All)
115117
Aliases:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ Accept wildcard characters: False
150150
```
151151
152152
### -NotScope
153-
The policy assignment not scopes.```yaml
153+
The policy assignment not scopes.
154+
155+
```yaml
154156
Type: String[]
155157
Parameter Sets: The policy assignment name parameter set.
156158
Aliases:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ Accept wildcard characters: False
121121
```
122122
123123
### -PolicyDefinition
124-
The policy set definition. This can either be a path to a file name containing the policy definitions, or the policy set definition as string.```yaml
124+
The policy set definition. This can either be a path to a file name containing the policy definitions, or the policy set definition as string.
125+
126+
```yaml
125127
Type: String
126128
Parameter Sets: (All)
127129
Aliases:

0 commit comments

Comments
 (0)