Skip to content

Commit 326eb46

Browse files
committed
Undo help file updates for existing CmdLets without any change
1 parent 346f9a8 commit 326eb46

File tree

317 files changed

+1326
-6710
lines changed

Some content is hidden

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

317 files changed

+1326
-6710
lines changed

src/Sql/Sql/help/Add-AzSqlDatabaseToFailoverGroup.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds one or more databases to an Azure SQL Database Failover Group.
1616
Add-AzSqlDatabaseToFailoverGroup [-ServerName] <String> [-FailoverGroupName] <String>
1717
-Database <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]>
1818
[-SecondaryType <String>] [-ResourceGroupName] <String> [-DefaultProfile <IAzureContextContainer>]
19-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
19+
[<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
@@ -97,21 +97,6 @@ Accept pipeline input: True (ByPropertyName)
9797
Accept wildcard characters: False
9898
```
9999
100-
### -ProgressAction
101-
{{ Fill ProgressAction Description }}
102-
103-
```yaml
104-
Type: System.Management.Automation.ActionPreference
105-
Parameter Sets: (All)
106-
Aliases: proga
107-
108-
Required: False
109-
Position: Named
110-
Default value: None
111-
Accept pipeline input: False
112-
Accept wildcard characters: False
113-
```
114-
115100
### -ResourceGroupName
116101
The name of the resource group.
117102

src/Sql/Sql/help/Add-AzSqlElasticJobStep.md

Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Add-AzSqlElasticJobStep [-ResourceGroupName] <String> [-ServerName] <String> [-A
1818
[-JobName] <String> -TargetGroupName <String> [-CredentialName <String>] -CommandText <String> -Name <String>
1919
[-StepId <Int32>] [-TimeoutSeconds <Int32>] [-RetryAttempts <Int32>] [-InitialRetryIntervalSeconds <Int32>]
2020
[-MaximumRetryIntervalSeconds <Int32>] [-RetryIntervalBackoffMultiplier <Double>]
21-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
22-
[<CommonParameters>]
21+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2322
```
2423

2524
### WithOutputDb
@@ -29,8 +28,8 @@ Add-AzSqlElasticJobStep [-ResourceGroupName] <String> [-ServerName] <String> [-A
2928
-OutputDatabaseObject <AzureSqlDatabaseModel> [-OutputCredentialName <String>] -OutputTableName <String>
3029
-Name <String> [-OutputSchemaName <String>] [-StepId <Int32>] [-TimeoutSeconds <Int32>]
3130
[-RetryAttempts <Int32>] [-InitialRetryIntervalSeconds <Int32>] [-MaximumRetryIntervalSeconds <Int32>]
32-
[-RetryIntervalBackoffMultiplier <Double>] [-DefaultProfile <IAzureContextContainer>]
33-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-RetryIntervalBackoffMultiplier <Double>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
32+
[<CommonParameters>]
3433
```
3534

3635
### WithOutputDbId
@@ -40,17 +39,17 @@ Add-AzSqlElasticJobStep [-ResourceGroupName] <String> [-ServerName] <String> [-A
4039
-OutputDatabaseResourceId <String> [-OutputCredentialName <String>] -OutputTableName <String> -Name <String>
4140
[-OutputSchemaName <String>] [-StepId <Int32>] [-TimeoutSeconds <Int32>] [-RetryAttempts <Int32>]
4241
[-InitialRetryIntervalSeconds <Int32>] [-MaximumRetryIntervalSeconds <Int32>]
43-
[-RetryIntervalBackoffMultiplier <Double>] [-DefaultProfile <IAzureContextContainer>]
44-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
42+
[-RetryIntervalBackoffMultiplier <Double>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
43+
[<CommonParameters>]
4544
```
4645

4746
### ObjectSet
4847
```
4948
Add-AzSqlElasticJobStep [-ParentObject] <AzureSqlElasticJobModel> -TargetGroupName <String>
5049
[-CredentialName <String>] -CommandText <String> -Name <String> [-StepId <Int32>] [-TimeoutSeconds <Int32>]
5150
[-RetryAttempts <Int32>] [-InitialRetryIntervalSeconds <Int32>] [-MaximumRetryIntervalSeconds <Int32>]
52-
[-RetryIntervalBackoffMultiplier <Double>] [-DefaultProfile <IAzureContextContainer>]
53-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
51+
[-RetryIntervalBackoffMultiplier <Double>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
52+
[<CommonParameters>]
5453
```
5554

5655
### WithOutputDbUsingParentObject
@@ -60,8 +59,7 @@ Add-AzSqlElasticJobStep [-ParentObject] <AzureSqlElasticJobModel> -TargetGroupNa
6059
[-OutputCredentialName <String>] -OutputTableName <String> -Name <String> [-OutputSchemaName <String>]
6160
[-StepId <Int32>] [-TimeoutSeconds <Int32>] [-RetryAttempts <Int32>] [-InitialRetryIntervalSeconds <Int32>]
6261
[-MaximumRetryIntervalSeconds <Int32>] [-RetryIntervalBackoffMultiplier <Double>]
63-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
64-
[<CommonParameters>]
62+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
6563
```
6664

6765
### WithOutputDbIdUsingParentObject
@@ -71,17 +69,16 @@ Add-AzSqlElasticJobStep [-ParentObject] <AzureSqlElasticJobModel> -TargetGroupNa
7169
[-OutputCredentialName <String>] -OutputTableName <String> -Name <String> [-OutputSchemaName <String>]
7270
[-StepId <Int32>] [-TimeoutSeconds <Int32>] [-RetryAttempts <Int32>] [-InitialRetryIntervalSeconds <Int32>]
7371
[-MaximumRetryIntervalSeconds <Int32>] [-RetryIntervalBackoffMultiplier <Double>]
74-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
75-
[<CommonParameters>]
72+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
7673
```
7774

7875
### ResourceIdSet
7976
```
8077
Add-AzSqlElasticJobStep [-ParentResourceId] <String> -TargetGroupName <String> [-CredentialName <String>]
8178
-CommandText <String> -Name <String> [-StepId <Int32>] [-TimeoutSeconds <Int32>] [-RetryAttempts <Int32>]
8279
[-InitialRetryIntervalSeconds <Int32>] [-MaximumRetryIntervalSeconds <Int32>]
83-
[-RetryIntervalBackoffMultiplier <Double>] [-DefaultProfile <IAzureContextContainer>]
84-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
80+
[-RetryIntervalBackoffMultiplier <Double>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
81+
[<CommonParameters>]
8582
```
8683

8784
### WithOutputDbUsingParentResourceId
@@ -91,8 +88,7 @@ Add-AzSqlElasticJobStep [-ParentResourceId] <String> -TargetGroupName <String> [
9188
-OutputTableName <String> -Name <String> [-OutputSchemaName <String>] [-StepId <Int32>]
9289
[-TimeoutSeconds <Int32>] [-RetryAttempts <Int32>] [-InitialRetryIntervalSeconds <Int32>]
9390
[-MaximumRetryIntervalSeconds <Int32>] [-RetryIntervalBackoffMultiplier <Double>]
94-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
95-
[<CommonParameters>]
91+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
9692
```
9793

9894
### WithOutputDbIdUsingParentResourceId
@@ -102,8 +98,7 @@ Add-AzSqlElasticJobStep [-ParentResourceId] <String> -TargetGroupName <String> [
10298
-OutputTableName <String> -Name <String> [-OutputSchemaName <String>] [-StepId <Int32>]
10399
[-TimeoutSeconds <Int32>] [-RetryAttempts <Int32>] [-InitialRetryIntervalSeconds <Int32>]
104100
[-MaximumRetryIntervalSeconds <Int32>] [-RetryIntervalBackoffMultiplier <Double>]
105-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
106-
[<CommonParameters>]
101+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
107102
```
108103

109104
## DESCRIPTION
@@ -352,21 +347,6 @@ Accept pipeline input: True (ByPropertyName)
352347
Accept wildcard characters: False
353348
```
354349
355-
### -ProgressAction
356-
{{ Fill ProgressAction Description }}
357-
358-
```yaml
359-
Type: System.Management.Automation.ActionPreference
360-
Parameter Sets: (All)
361-
Aliases: proga
362-
363-
Required: False
364-
Position: Named
365-
Default value: None
366-
Accept pipeline input: False
367-
Accept wildcard characters: False
368-
```
369-
370350
### -ResourceGroupName
371351
The resource group name
372352

src/Sql/Sql/help/Add-AzSqlElasticJobTarget.md

Lines changed: 12 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,67 +16,63 @@ Adds a target to a target group
1616
```
1717
Add-AzSqlElasticJobTarget [-Exclude] [-ResourceGroupName] <String> [-AgentServerName] <String>
1818
[-AgentName] <String> [-TargetGroupName] <String> -ServerName <String> -DatabaseName <String>
19-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
20-
[<CommonParameters>]
19+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2120
```
2221

2322
### SqlServerOrElasticPool
2423
```
2524
Add-AzSqlElasticJobTarget [-Exclude] [-ResourceGroupName] <String> [-AgentServerName] <String>
2625
[-AgentName] <String> [-TargetGroupName] <String> -ServerName <String> [-ElasticPoolName <String>]
27-
[-RefreshCredentialName <String>] [-DefaultProfile <IAzureContextContainer>]
28-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-RefreshCredentialName <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
27+
[<CommonParameters>]
2928
```
3029

3130
### SqlShardMap
3231
```
3332
Add-AzSqlElasticJobTarget [-Exclude] [-ResourceGroupName] <String> [-AgentServerName] <String>
3433
[-AgentName] <String> [-TargetGroupName] <String> -ServerName <String> -ShardMapName <String>
35-
-DatabaseName <String> [-RefreshCredentialName <String>] [-DefaultProfile <IAzureContextContainer>]
36-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
34+
-DatabaseName <String> [-RefreshCredentialName <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
35+
[-Confirm] [<CommonParameters>]
3736
```
3837

3938
### SqlDatabaseUsingParentObject
4039
```
4140
Add-AzSqlElasticJobTarget [-Exclude] [-ParentObject] <AzureSqlElasticJobTargetGroupModel> -ServerName <String>
42-
-DatabaseName <String> [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
43-
[-WhatIf] [-Confirm] [<CommonParameters>]
41+
-DatabaseName <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
4442
```
4543

4644
### SqlServerOrElasticPoolUsingParentObject
4745
```
4846
Add-AzSqlElasticJobTarget [-Exclude] [-ParentObject] <AzureSqlElasticJobTargetGroupModel> -ServerName <String>
4947
[-ElasticPoolName <String>] [-RefreshCredentialName <String>] [-DefaultProfile <IAzureContextContainer>]
50-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
48+
[-WhatIf] [-Confirm] [<CommonParameters>]
5149
```
5250

5351
### SqlShardMapUsingParentObject
5452
```
5553
Add-AzSqlElasticJobTarget [-Exclude] [-ParentObject] <AzureSqlElasticJobTargetGroupModel> -ServerName <String>
5654
-ShardMapName <String> -DatabaseName <String> [-RefreshCredentialName <String>]
57-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
58-
[<CommonParameters>]
55+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
5956
```
6057

6158
### SqlDatabaseUsingParentResourceId
6259
```
6360
Add-AzSqlElasticJobTarget [-Exclude] [-ParentResourceId] <String> -ServerName <String> -DatabaseName <String>
64-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
65-
[<CommonParameters>]
61+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
6662
```
6763

6864
### SqlServerOrElasticPoolUsingParentResourceId
6965
```
7066
Add-AzSqlElasticJobTarget [-Exclude] [-ParentResourceId] <String> -ServerName <String>
7167
[-ElasticPoolName <String>] [-RefreshCredentialName <String>] [-DefaultProfile <IAzureContextContainer>]
72-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
68+
[-WhatIf] [-Confirm] [<CommonParameters>]
7369
```
7470

7571
### SqlShardMapUsingParentResourceId
7672
```
7773
Add-AzSqlElasticJobTarget [-Exclude] [-ParentResourceId] <String> -ServerName <String> -ShardMapName <String>
78-
-DatabaseName <String> [-RefreshCredentialName <String>] [-DefaultProfile <IAzureContextContainer>]
79-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
74+
-DatabaseName <String> [-RefreshCredentialName <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
75+
[-Confirm] [<CommonParameters>]
8076
```
8177

8278
## DESCRIPTION
@@ -255,21 +251,6 @@ Accept pipeline input: True (ByPropertyName)
255251
Accept wildcard characters: False
256252
```
257253
258-
### -ProgressAction
259-
{{ Fill ProgressAction Description }}
260-
261-
```yaml
262-
Type: System.Management.Automation.ActionPreference
263-
Parameter Sets: (All)
264-
Aliases: proga
265-
266-
Required: False
267-
Position: Named
268-
Default value: None
269-
Accept pipeline input: False
270-
Accept wildcard characters: False
271-
```
272-
273254
### -RefreshCredentialName
274255
Refresh Credential Name
275256

src/Sql/Sql/help/Add-AzSqlInstanceKeyVaultKey.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,19 @@ Adds a key vault key to the provided Managed Instance.
1515
### AddAzureRmSqlManagedInstanceKeyVaultKeyDefaultParameterSet (Default)
1616
```
1717
Add-AzSqlInstanceKeyVaultKey [-ResourceGroupName] <String> [-InstanceName] <String> [-KeyId] <String>
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
19-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2019
```
2120

2221
### AddAzureRmSqlManagedInstanceKeyVaultKeyInputObjectParameterSet
2322
```
2423
Add-AzSqlInstanceKeyVaultKey [-Instance] <AzureSqlManagedInstanceModel> [-KeyId] <String>
25-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
26-
[<CommonParameters>]
24+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2725
```
2826

2927
### AddAzureRmSqlManagedInstanceKeyVaultKeyResourceIdParameterSet
3028
```
3129
Add-AzSqlInstanceKeyVaultKey [-InstanceResourceId] <String> [-KeyId] <String>
32-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
33-
[<CommonParameters>]
30+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3431
```
3532

3633
## DESCRIPTION
@@ -188,21 +185,6 @@ Accept pipeline input: False
188185
Accept wildcard characters: False
189186
```
190187
191-
### -ProgressAction
192-
{{ Fill ProgressAction Description }}
193-
194-
```yaml
195-
Type: System.Management.Automation.ActionPreference
196-
Parameter Sets: (All)
197-
Aliases: proga
198-
199-
Required: False
200-
Position: Named
201-
Default value: None
202-
Accept pipeline input: False
203-
Accept wildcard characters: False
204-
```
205-
206188
### -ResourceGroupName
207189
The Resource Group Name
208190

src/Sql/Sql/help/Add-AzSqlManagedInstanceTransparentDataEncryptionCertificate.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Adds a Transparent Data Encryption Certificate for the given managed instance
1515
```
1616
Add-AzSqlManagedInstanceTransparentDataEncryptionCertificate [-PassThru] [-ResourceGroupName] <String>
1717
[-ManagedInstanceName] <String> [-PrivateBlob] <SecureString> [-Password] <SecureString>
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
19-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2019
```
2120

2221
## DESCRIPTION
@@ -108,21 +107,6 @@ Accept pipeline input: False
108107
Accept wildcard characters: False
109108
```
110109
111-
### -ProgressAction
112-
{{ Fill ProgressAction Description }}
113-
114-
```yaml
115-
Type: System.Management.Automation.ActionPreference
116-
Parameter Sets: (All)
117-
Aliases: proga
118-
119-
Required: False
120-
Position: Named
121-
Default value: None
122-
Accept pipeline input: False
123-
Accept wildcard characters: False
124-
```
125-
126110
### -ResourceGroupName
127111
The Resource Group Name
128112

src/Sql/Sql/help/Add-AzSqlServerKeyVaultKey.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Adds a Key Vault key to a SQL server.
1414

1515
```
1616
Add-AzSqlServerKeyVaultKey [-KeyId] <String> [-AsJob] [-ServerName] <String> [-ResourceGroupName] <String>
17-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
18-
[<CommonParameters>]
17+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1918
```
2019

2120
## DESCRIPTION
@@ -88,21 +87,6 @@ Accept pipeline input: True (ByPropertyName)
8887
Accept wildcard characters: False
8988
```
9089
91-
### -ProgressAction
92-
{{ Fill ProgressAction Description }}
93-
94-
```yaml
95-
Type: System.Management.Automation.ActionPreference
96-
Parameter Sets: (All)
97-
Aliases: proga
98-
99-
Required: False
100-
Position: Named
101-
Default value: None
102-
Accept pipeline input: False
103-
Accept wildcard characters: False
104-
```
105-
10690
### -ResourceGroupName
10791
The name of the resource group
10892

0 commit comments

Comments
 (0)