Skip to content

Commit edbb732

Browse files
committed
regen resources files
1 parent d161dee commit edbb732

File tree

79 files changed

+1940
-440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1940
-440
lines changed

src/ResourceManager/Resources/Commands.Resources/help/AzureRM.Resources.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Filters active directory users.
4444
### [Get-AzureRmLocation](Get-AzureRmLocation.md)
4545
Gets all locations and the supported resource providers for each location.
4646

47-
### [Get-AzureRmManagedApplicationDefinition](Get-AzureRmManagedApplicationDefinition.md)
48-
Gets managed application definitions.
49-
5047
### [Get-AzureRmManagedApplication](Get-AzureRmManagedApplication.md)
51-
Gets managed applications.
48+
Gets managed applications
49+
50+
### [Get-AzureRmManagedApplicationDefinition](Get-AzureRmManagedApplicationDefinition.md)
51+
Gets managed application definitions
5252

5353
### [Get-AzureRmPolicyAssignment](Get-AzureRmPolicyAssignment.md)
5454
Gets policy assignments.
@@ -112,11 +112,11 @@ Adds a credential to an existing service principal.
112112
### [New-AzureRmADUser](New-AzureRmADUser.md)
113113
Creates a new active directory user.
114114

115-
### [New-AzureRmManagedApplicationDefinition](New-AzureRmManagedApplicationDefinition.md)
116-
Creates managed application definitions.
117-
118115
### [New-AzureRmManagedApplication](New-AzureRmManagedApplication.md)
119-
Creates managed applications.
116+
Creates an Azure managed application.
117+
118+
### [New-AzureRmManagedApplicationDefinition](New-AzureRmManagedApplicationDefinition.md)
119+
Creates a managed application definition.
120120

121121
### [New-AzureRmPolicyAssignment](New-AzureRmPolicyAssignment.md)
122122
Creates a policy assignment.
@@ -170,11 +170,11 @@ Removes a credential from a service principal.
170170
### [Remove-AzureRmADUser](Remove-AzureRmADUser.md)
171171
Deletes an active directory user.
172172

173-
### [Remove-AzureRmManagedApplicationDefinition](Remove-AzureRmManagedApplicationDefinition.md)
174-
Removes managed application definitions.
175-
176173
### [Remove-AzureRmManagedApplication](Remove-AzureRmManagedApplication.md)
177-
Removes managed applications.
174+
Removes a managed application
175+
176+
### [Remove-AzureRmManagedApplicationDefinition](Remove-AzureRmManagedApplicationDefinition.md)
177+
Removes a managed application definition
178178

179179
### [Remove-AzureRmPolicyAssignment](Remove-AzureRmPolicyAssignment.md)
180180
Removes a policy assignment.
@@ -217,11 +217,11 @@ Updates an existing azure active directory service principal.
217217
### [Set-AzureRmADUser](Set-AzureRmADUser.md)
218218
Updates an existing active directory user.
219219

220-
### [Set-AzureRmManagedApplicationDefinition](Set-AzureRmManagedApplicationDefinition.md)
221-
Updates an existing managed application definition.
222-
223220
### [Set-AzureRmManagedApplication](Set-AzureRmManagedApplication.md)
224-
Updates an existing managed application.
221+
Updates managed application
222+
223+
### [Set-AzureRmManagedApplicationDefinition](Set-AzureRmManagedApplicationDefinition.md)
224+
Updates managed application definition
225225

226226
### [Set-AzureRmPolicyAssignment](Set-AzureRmPolicyAssignment.md)
227227
Modifies a policy assignment.
@@ -230,7 +230,7 @@ Modifies a policy assignment.
230230
Modifies a policy definition.
231231

232232
### [Set-AzureRmPolicySetDefinition](Set-AzureRmPolicySetDefinition.md)
233-
Modifies a policy set definition.
233+
Modifies a policy set definition
234234

235235
### [Set-AzureRmResource](Set-AzureRmResource.md)
236236
Modifies a resource.

src/ResourceManager/Resources/Commands.Resources/help/Export-AzureRmResourceGroup.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml
3+
Module Name: AzureRM.Resources
34
ms.assetid: 63BBDF98-75FC-4A44-9FD0-95AD21ED93A6
45
online version:
56
schema: 2.0.0
@@ -14,8 +15,9 @@ Captures a resource group as a template and saves it to a file.
1415

1516
```
1617
Export-AzureRmResourceGroup -ResourceGroupName <String> [-Path <String>] [-IncludeParameterDefaultValue]
17-
[-IncludeComments] [-Force] [-ApiVersion <String>] [-Pre] [-InformationAction <ActionPreference>]
18-
[-InformationVariable <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-IncludeComments] [-Force] [-ApiVersion <String>] [-Pre] [-DefaultProfile <IAzureContextContainer>]
19+
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf] [-Confirm]
20+
[<CommonParameters>]
1921
```
2022

2123
## DESCRIPTION
@@ -53,6 +55,21 @@ Accept pipeline input: False
5355
Accept wildcard characters: False
5456
```
5557
58+
### -DefaultProfile
59+
The credentials, account, tenant, and subscription used for communication with azure
60+
61+
```yaml
62+
Type: IAzureContextContainer
63+
Parameter Sets: (All)
64+
Aliases: AzureRmContext, AzureCredential
65+
66+
Required: False
67+
Position: Named
68+
Default value: None
69+
Accept pipeline input: False
70+
Accept wildcard characters: False
71+
```
72+
5673
### -Force
5774
Forces the command to run without asking for user confirmation.
5875

src/ResourceManager/Resources/Commands.Resources/help/Find-AzureRmResource.md

Lines changed: 41 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
external help file: Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml
3+
Module Name: AzureRM.Resources
34
ms.assetid: BB90E6BB-7F53-4441-A7B2-EDA940621D49
4-
online version:
5+
online version:
56
schema: 2.0.0
67
---
78

@@ -17,37 +18,39 @@ Searches for resources based on specified parameters.
1718
Find-AzureRmResource [-ResourceNameContains <String>] [-ResourceNameEquals <String>] [-ResourceType <String>]
1819
[-ExtensionResourceType <String>] [-Top <Int32>] [-ODataQuery <String>] [-ResourceGroupNameContains <String>]
1920
[-ResourceGroupNameEquals <String>] [-ExpandProperties] [-ApiVersion <String>] [-Pre]
20-
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
21+
[-DefaultProfile <IAzureContextContainer>] [-InformationAction <ActionPreference>]
22+
[-InformationVariable <String>] [<CommonParameters>]
2123
```
2224

2325
### Lists the resources based on the specified scope at the tenant level.
2426
```
2527
Find-AzureRmResource [-ResourceNameContains <String>] [-ResourceNameEquals <String>] -ResourceType <String>
2628
[-ExtensionResourceType <String>] [-Top <Int32>] [-ODataQuery <String>] [-ExpandProperties] [-TenantLevel]
27-
[-ApiVersion <String>] [-Pre] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
28-
[<CommonParameters>]
29+
[-ApiVersion <String>] [-Pre] [-DefaultProfile <IAzureContextContainer>]
30+
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
2931
```
3032

3133
### Get a resources using a multi-subscription query.
3234
```
3335
Find-AzureRmResource [-ResourceNameContains <String>] [-ResourceNameEquals <String>] -ResourceType <String>
3436
[-ExtensionResourceType <String>] [-Top <Int32>] [-ODataQuery <String>] [-ResourceGroupNameContains <String>]
3537
[-ResourceGroupNameEquals <String>] [-ExpandProperties] [-ApiVersion <String>] [-Pre]
36-
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
38+
[-DefaultProfile <IAzureContextContainer>] [-InformationAction <ActionPreference>]
39+
[-InformationVariable <String>] [<CommonParameters>]
3740
```
3841

3942
### Lists resources by a tag object specified as a hashset.
4043
```
4144
Find-AzureRmResource [-Top <Int32>] [-ODataQuery <String>] [-Tag <Hashtable>] [-ExpandProperties]
42-
[-ApiVersion <String>] [-Pre] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
43-
[<CommonParameters>]
45+
[-ApiVersion <String>] [-Pre] [-DefaultProfile <IAzureContextContainer>]
46+
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
4447
```
4548

4649
### Lists resources by a tag specified as a individual name and value parameters.
4750
```
4851
Find-AzureRmResource [-Top <Int32>] [-ODataQuery <String>] [-TagName <String>] [-TagValue <String>]
49-
[-ExpandProperties] [-ApiVersion <String>] [-Pre] [-InformationAction <ActionPreference>]
50-
[-InformationVariable <String>] [<CommonParameters>]
52+
[-ExpandProperties] [-ApiVersion <String>] [-Pre] [-DefaultProfile <IAzureContextContainer>]
53+
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
5154
```
5255

5356
## DESCRIPTION
@@ -78,7 +81,22 @@ If you do not specify a version, this cmdlet uses the latest available version.
7881
```yaml
7982
Type: String
8083
Parameter Sets: (All)
81-
Aliases:
84+
Aliases:
85+
86+
Required: False
87+
Position: Named
88+
Default value: None
89+
Accept pipeline input: False
90+
Accept wildcard characters: False
91+
```
92+
93+
### -DefaultProfile
94+
The credentials, account, tenant, and subscription used for communication with azure
95+
96+
```yaml
97+
Type: IAzureContextContainer
98+
Parameter Sets: (All)
99+
Aliases: AzureRmContext, AzureCredential
82100

83101
Required: False
84102
Position: Named
@@ -93,7 +111,7 @@ Indicates that this cmdlet expands the properties of the resource.
93111
```yaml
94112
Type: SwitchParameter
95113
Parameter Sets: (All)
96-
Aliases:
114+
Aliases:
97115

98116
Required: False
99117
Position: Named
@@ -111,7 +129,7 @@ For instance:
111129
```yaml
112130
Type: String
113131
Parameter Sets: Lists the resources based on the specified scope., Lists the resources based on the specified scope at the tenant level., Get a resources using a multi-subscription query.
114-
Aliases:
132+
Aliases:
115133
116134
Required: False
117135
Position: Named
@@ -166,7 +184,7 @@ This cmdlet appends this value to the request in addition to any other filters.
166184
```yaml
167185
Type: String
168186
Parameter Sets: (All)
169-
Aliases:
187+
Aliases:
170188
171189
Required: False
172190
Position: Named
@@ -181,7 +199,7 @@ Indicates that this cmdlet considers pre-release API versions when it automatica
181199
```yaml
182200
Type: SwitchParameter
183201
Parameter Sets: (All)
184-
Aliases:
202+
Aliases:
185203
186204
Required: False
187205
Position: Named
@@ -213,7 +231,7 @@ The resource group name for a full match.
213231
```yaml
214232
Type: String
215233
Parameter Sets: Lists the resources based on the specified scope., Get a resources using a multi-subscription query.
216-
Aliases:
234+
Aliases:
217235
218236
Required: False
219237
Position: Named
@@ -244,7 +262,7 @@ The resource name for a full match. e.g. if your resource name is testResource,
244262
```yaml
245263
Type: String
246264
Parameter Sets: Lists the resources based on the specified scope., Lists the resources based on the specified scope at the tenant level., Get a resources using a multi-subscription query.
247-
Aliases:
265+
Aliases:
248266
249267
Required: False
250268
Position: Named
@@ -264,7 +282,7 @@ This cmdlet searches for resources of the specified type.
264282
```yaml
265283
Type: String
266284
Parameter Sets: Lists the resources based on the specified scope.
267-
Aliases:
285+
Aliases:
268286
269287
Required: False
270288
Position: Named
@@ -276,7 +294,7 @@ Accept wildcard characters: False
276294
```yaml
277295
Type: String
278296
Parameter Sets: Lists the resources based on the specified scope at the tenant level., Get a resources using a multi-subscription query.
279-
Aliases:
297+
Aliases:
280298
281299
Required: True
282300
Position: Named
@@ -291,7 +309,7 @@ The tag filter for the OData query. The expected format is @{tagName=$null} or @
291309
```yaml
292310
Type: Hashtable
293311
Parameter Sets: Lists resources by a tag object specified as a hashset.
294-
Aliases:
312+
Aliases:
295313
296314
Required: False
297315
Position: Named
@@ -304,7 +322,7 @@ Accept wildcard characters: False
304322
```yaml
305323
Type: String
306324
Parameter Sets: Lists resources by a tag specified as a individual name and value parameters.
307-
Aliases:
325+
Aliases:
308326
309327
Required: False
310328
Position: Named
@@ -317,7 +335,7 @@ Accept wildcard characters: False
317335
```yaml
318336
Type: String
319337
Parameter Sets: Lists resources by a tag specified as a individual name and value parameters.
320-
Aliases:
338+
Aliases:
321339
322340
Required: False
323341
Position: Named
@@ -332,7 +350,7 @@ Indicates that this cmdlet operates at the tenant level.
332350
```yaml
333351
Type: SwitchParameter
334352
Parameter Sets: Lists the resources based on the specified scope at the tenant level.
335-
Aliases:
353+
Aliases:
336354
337355
Required: True
338356
Position: Named
@@ -347,7 +365,7 @@ Specifies the number of resources to retrieve.
347365
```yaml
348366
Type: Int32
349367
Parameter Sets: (All)
350-
Aliases:
368+
Aliases:
351369
352370
Required: False
353371
Position: Named

src/ResourceManager/Resources/Commands.Resources/help/Find-AzureRmResourceGroup.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
external help file: Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml
3+
Module Name: AzureRM.Resources
34
ms.assetid: EFBBFB60-D972-47B8-997E-B737F0CA007E
4-
online version:
5+
online version:
56
schema: 2.0.0
67
---
78

@@ -13,7 +14,8 @@ Searches for resource groups.
1314
## SYNTAX
1415

1516
```
16-
Find-AzureRmResourceGroup [-Tag <Hashtable>] [-ApiVersion <String>] [-Pre] [<CommonParameters>]
17+
Find-AzureRmResourceGroup [-Tag <Hashtable>] [-ApiVersion <String>] [-Pre]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1719
```
1820

1921
## DESCRIPTION
@@ -51,7 +53,22 @@ cmdlet uses the latest available version.
5153
```yaml
5254
Type: String
5355
Parameter Sets: (All)
54-
Aliases:
56+
Aliases:
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### -DefaultProfile
66+
The credentials, account, tenant, and subscription used for communication with azure
67+
68+
```yaml
69+
Type: IAzureContextContainer
70+
Parameter Sets: (All)
71+
Aliases: AzureRmContext, AzureCredential
5572

5673
Required: False
5774
Position: Named
@@ -66,7 +83,7 @@ Indicates that this cmdlet considers pre-release API versions when it automatica
6683
```yaml
6784
Type: SwitchParameter
6885
Parameter Sets: (All)
69-
Aliases:
86+
Aliases:
7087

7188
Required: False
7289
Position: Named
@@ -83,7 +100,7 @@ Specifies tag information, as a hash table, to filter your results. Use the foll
83100
```yaml
84101
Type: Hashtable
85102
Parameter Sets: (All)
86-
Aliases:
103+
Aliases:
87104

88105
Required: False
89106
Position: Named
@@ -104,3 +121,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
104121
## NOTES
105122
106123
## RELATED LINKS
124+

0 commit comments

Comments
 (0)