Skip to content

Commit 7c5ac2a

Browse files
author
maddieclayton
authored
Merge pull request Azure#4817 from maddieclayton/networkhelp
Regenerate help for Batch, Profile, Resources, and Sql
2 parents 876af13 + 1d4c0af commit 7c5ac2a

File tree

306 files changed

+5960
-1178
lines changed

Some content is hidden

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

306 files changed

+5960
-1178
lines changed

src/ResourceManager/AzureBatch/Commands.Batch/help/Disable-AzureBatchAutoScale.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Batch.dll-Help.xml
3+
Module Name: AzureRM.Batch
34
ms.assetid: 9C755BE8-0624-4CF7-AE7C-34DAF44678E8
45
online version:
56
schema: 2.0.0
@@ -13,7 +14,8 @@ Disables automatic scaling of a pool.
1314
## SYNTAX
1415

1516
```
16-
Disable-AzureBatchAutoScale [-Id] <String> -BatchContext <BatchAccountContext> [<CommonParameters>]
17+
Disable-AzureBatchAutoScale [-Id] <String> -BatchContext <BatchAccountContext>
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1719
```
1820

1921
## DESCRIPTION
@@ -46,6 +48,21 @@ Accept pipeline input: True (ByValue)
4648
Accept wildcard characters: False
4749
```
4850
51+
### -DefaultProfile
52+
The credentials, account, tenant, and subscription used for communication with azure
53+
54+
```yaml
55+
Type: IAzureContextContainer
56+
Parameter Sets: (All)
57+
Aliases: AzureRmContext, AzureCredential
58+
59+
Required: False
60+
Position: Named
61+
Default value: None
62+
Accept pipeline input: False
63+
Accept wildcard characters: False
64+
```
65+
4966
### -Id
5067
Specifies the object ID of the pool.
5168
@@ -67,11 +84,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6784
## INPUTS
6885
6986
### BatchAccountContext
70-
7187
Parameter 'BatchContext' accepts value of type 'BatchAccountContext' from the pipeline
7288
7389
### String
74-
7590
Parameter 'Id' accepts value of type 'String' from the pipeline
7691
7792
## OUTPUTS

src/ResourceManager/AzureBatch/Commands.Batch/help/Disable-AzureBatchComputeNodeScheduling.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Batch.dll-Help.xml
3+
Module Name: AzureRM.Batch
34
ms.assetid: 2DF5FB4D-A5CB-439C-AC6F-DF2130AF33EC
45
online version:
56
schema: 2.0.0
@@ -16,14 +17,14 @@ Disables task scheduling on the specified compute node.
1617
```
1718
Disable-AzureBatchComputeNodeScheduling [-PoolId] <String> [-Id] <String>
1819
[-DisableSchedulingOption <DisableComputeNodeSchedulingOption>] -BatchContext <BatchAccountContext>
19-
[<CommonParameters>]
20+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2021
```
2122

2223
### InputObject
2324
```
2425
Disable-AzureBatchComputeNodeScheduling [[-ComputeNode] <PSComputeNode>]
2526
[-DisableSchedulingOption <DisableComputeNodeSchedulingOption>] -BatchContext <BatchAccountContext>
26-
[<CommonParameters>]
27+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2728
```
2829

2930
## DESCRIPTION
@@ -104,6 +105,21 @@ Accept pipeline input: True (ByValue)
104105
Accept wildcard characters: False
105106
```
106107
108+
### -DefaultProfile
109+
The credentials, account, tenant, and subscription used for communication with azure
110+
111+
```yaml
112+
Type: IAzureContextContainer
113+
Parameter Sets: (All)
114+
Aliases: AzureRmContext, AzureCredential
115+
116+
Required: False
117+
Position: Named
118+
Default value: None
119+
Accept pipeline input: False
120+
Accept wildcard characters: False
121+
```
122+
107123
### -DisableSchedulingOption
108124
Specifies how this cmdlet deals with any tasks currently running on the computer node where scheduling is being disabled.
109125
The acceptable values for this parameter are:
@@ -173,11 +189,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
173189
## INPUTS
174190
175191
### BatchAccountContext
176-
177192
Parameter 'BatchContext' accepts value of type 'BatchAccountContext' from the pipeline
178193
179194
### PSComputeNode
180-
181195
Parameter 'ComputeNode' accepts value of type 'PSComputeNode' from the pipeline
182196
183197
## OUTPUTS

src/ResourceManager/AzureBatch/Commands.Batch/help/Disable-AzureBatchJob.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Batch.dll-Help.xml
3+
Module Name: AzureRM.Batch
34
ms.assetid: C831F934-7513-4882-A155-816E56CD9807
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Disables a Batch job.
1415

1516
```
1617
Disable-AzureBatchJob [-Id] <String> [-DisableJobOption] <DisableJobOption> -BatchContext <BatchAccountContext>
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -52,6 +53,21 @@ Accept pipeline input: True (ByValue)
5253
Accept wildcard characters: False
5354
```
5455
56+
### -DefaultProfile
57+
The credentials, account, tenant, and subscription used for communication with azure
58+
59+
```yaml
60+
Type: IAzureContextContainer
61+
Parameter Sets: (All)
62+
Aliases: AzureRmContext, AzureCredential
63+
64+
Required: False
65+
Position: Named
66+
Default value: None
67+
Accept pipeline input: False
68+
Accept wildcard characters: False
69+
```
70+
5571
### -DisableJobOption
5672
Specifies what to do with active tasks associated with the job that this cmdlet disables.
5773
Valid values are:
@@ -94,11 +110,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
94110
## INPUTS
95111
96112
### BatchAccountContext
97-
98113
Parameter 'BatchContext' accepts value of type 'BatchAccountContext' from the pipeline
99114
100115
### String
101-
102116
Parameter 'Id' accepts value of type 'String' from the pipeline
103117
104118
## OUTPUTS

src/ResourceManager/AzureBatch/Commands.Batch/help/Disable-AzureBatchJobSchedule.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Batch.dll-Help.xml
3+
Module Name: AzureRM.Batch
34
ms.assetid: B4737AE8-F57C-4B95-B81E-74802EF8E7AE
45
online version:
56
schema: 2.0.0
@@ -13,7 +14,8 @@ Disables a Batch job schedule.
1314
## SYNTAX
1415

1516
```
16-
Disable-AzureBatchJobSchedule [-Id] <String> -BatchContext <BatchAccountContext> [<CommonParameters>]
17+
Disable-AzureBatchJobSchedule [-Id] <String> -BatchContext <BatchAccountContext>
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1719
```
1820

1921
## DESCRIPTION
@@ -49,6 +51,21 @@ Accept pipeline input: True (ByValue)
4951
Accept wildcard characters: False
5052
```
5153
54+
### -DefaultProfile
55+
The credentials, account, tenant, and subscription used for communication with azure
56+
57+
```yaml
58+
Type: IAzureContextContainer
59+
Parameter Sets: (All)
60+
Aliases: AzureRmContext, AzureCredential
61+
62+
Required: False
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
5269
### -Id
5370
Specifies the ID of the job schedule that this cmdlet disables.
5471
@@ -70,11 +87,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7087
## INPUTS
7188
7289
### BatchAccountContext
73-
7490
Parameter 'BatchContext' accepts value of type 'BatchAccountContext' from the pipeline
7591
7692
### String
77-
7893
Parameter 'Id' accepts value of type 'String' from the pipeline
7994
8095
## OUTPUTS

src/ResourceManager/AzureBatch/Commands.Batch/help/Enable-AzureBatchAutoScale.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Batch.dll-Help.xml
3+
Module Name: AzureRM.Batch
34
ms.assetid: 3107D061-7F25-45D0-8029-C99120A156DA
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,8 @@ Enables automatic scaling of a pool.
1415

1516
```
1617
Enable-AzureBatchAutoScale [-Id] <String> [[-AutoScaleFormula] <String>]
17-
[[-AutoScaleEvaluationInterval] <TimeSpan>] -BatchContext <BatchAccountContext> [<CommonParameters>]
18+
[[-AutoScaleEvaluationInterval] <TimeSpan>] -BatchContext <BatchAccountContext>
19+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1820
```
1921

2022
## DESCRIPTION
@@ -81,6 +83,21 @@ Accept pipeline input: True (ByValue)
8183
Accept wildcard characters: False
8284
```
8385
86+
### -DefaultProfile
87+
The credentials, account, tenant, and subscription used for communication with azure
88+
89+
```yaml
90+
Type: IAzureContextContainer
91+
Parameter Sets: (All)
92+
Aliases: AzureRmContext, AzureCredential
93+
94+
Required: False
95+
Position: Named
96+
Default value: None
97+
Accept pipeline input: False
98+
Accept wildcard characters: False
99+
```
100+
84101
### -Id
85102
Specifies the object ID of the pool for which to enable automatic scaling.
86103
@@ -102,11 +119,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
102119
## INPUTS
103120
104121
### BatchAccountContext
105-
106122
Parameter 'BatchContext' accepts value of type 'BatchAccountContext' from the pipeline
107123
108124
### String
109-
110125
Parameter 'Id' accepts value of type 'String' from the pipeline
111126
112127
## OUTPUTS

src/ResourceManager/AzureBatch/Commands.Batch/help/Enable-AzureBatchComputeNodeScheduling.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Batch.dll-Help.xml
3+
Module Name: AzureRM.Batch
34
ms.assetid: 36EB9CE6-EAC9-471C-97D6-14E882E0F710
45
online version:
56
schema: 2.0.0
@@ -15,13 +16,13 @@ Enables task scheduling on the specified compute node.
1516
### Id (Default)
1617
```
1718
Enable-AzureBatchComputeNodeScheduling [-PoolId] <String> [-Id] <String> -BatchContext <BatchAccountContext>
18-
[<CommonParameters>]
19+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1920
```
2021

2122
### InputObject
2223
```
2324
Enable-AzureBatchComputeNodeScheduling [[-ComputeNode] <PSComputeNode>] -BatchContext <BatchAccountContext>
24-
[<CommonParameters>]
25+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2526
```
2627

2728
## DESCRIPTION
@@ -89,6 +90,21 @@ Accept pipeline input: True (ByValue)
8990
Accept wildcard characters: False
9091
```
9192
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
100+
101+
Required: False
102+
Position: Named
103+
Default value: None
104+
Accept pipeline input: False
105+
Accept wildcard characters: False
106+
```
107+
92108
### -Id
93109
Specifies the ID of the compute node where task scheduling is enabled.
94110
@@ -125,11 +141,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
125141
## INPUTS
126142
127143
### BatchAccountContext
128-
129144
Parameter 'BatchContext' accepts value of type 'BatchAccountContext' from the pipeline
130145
131146
### PSComputeNode
132-
133147
Parameter 'ComputeNode' accepts value of type 'PSComputeNode' from the pipeline
134148
135149
## OUTPUTS

src/ResourceManager/AzureBatch/Commands.Batch/help/Enable-AzureBatchJob.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.Batch.dll-Help.xml
3+
Module Name: AzureRM.Batch
34
ms.assetid: 7C79BFF1-41E1-472D-AF67-1C3B39AB7548
45
online version:
56
schema: 2.0.0
@@ -13,7 +14,8 @@ Enables a Batch job.
1314
## SYNTAX
1415

1516
```
16-
Enable-AzureBatchJob [-Id] <String> -BatchContext <BatchAccountContext> [<CommonParameters>]
17+
Enable-AzureBatchJob [-Id] <String> -BatchContext <BatchAccountContext>
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1719
```
1820

1921
## DESCRIPTION
@@ -48,6 +50,21 @@ Accept pipeline input: True (ByValue)
4850
Accept wildcard characters: False
4951
```
5052
53+
### -DefaultProfile
54+
The credentials, account, tenant, and subscription used for communication with azure
55+
56+
```yaml
57+
Type: IAzureContextContainer
58+
Parameter Sets: (All)
59+
Aliases: AzureRmContext, AzureCredential
60+
61+
Required: False
62+
Position: Named
63+
Default value: None
64+
Accept pipeline input: False
65+
Accept wildcard characters: False
66+
```
67+
5168
### -Id
5269
Specifies the ID of the job that this cmdlet enables.
5370
@@ -69,11 +86,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6986
## INPUTS
7087
7188
### BatchAccountContext
72-
7389
Parameter 'BatchContext' accepts value of type 'BatchAccountContext' from the pipeline
7490
7591
### String
76-
7792
Parameter 'Id' accepts value of type 'String' from the pipeline
7893
7994
## OUTPUTS

0 commit comments

Comments
 (0)