Skip to content

Commit 196beb0

Browse files
committed
Regen help
1 parent 15b7ffe commit 196beb0

File tree

56 files changed

+209
-201
lines changed

Some content is hidden

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

56 files changed

+209
-201
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Adds a key vault key to the provided Managed Instance.
1212

1313
## SYNTAX
1414

15-
### AddAzureRmSqlInstanceKeyVaultKeyDefaultParameterSet (Default)
15+
### AddAzureRmSqlManagedInstanceKeyVaultKeyDefaultParameterSet (Default)
1616
```
1717
Add-AzSqlInstanceKeyVaultKey [-ResourceGroupName] <String> [-InstanceName] <String> [-KeyId] <String>
1818
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

21-
### AddAzureRmSqlInstanceKeyVaultKeyInputObjectParameterSet
21+
### AddAzureRmSqlManagedInstanceKeyVaultKeyInputObjectParameterSet
2222
```
2323
Add-AzSqlInstanceKeyVaultKey [-Instance] <AzureSqlManagedInstanceModel> [-KeyId] <String>
2424
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

27-
### AddAzureRmSqlInstanceKeyVaultKeyResourceIdParameterSet
27+
### AddAzureRmSqlManagedInstanceKeyVaultKeyResourceIdParameterSet
2828
```
2929
Add-AzSqlInstanceKeyVaultKey [-InstanceResourceId] <String> [-KeyId] <String>
3030
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

src/Sql/Sql/help/Az.Sql.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Gets one or more Advisors for an Azure SQL Database.
9999
Gets the auditing settings of an Azure SQL database.
100100

101101
### [Get-AzSqlDatabaseAuditing](Get-AzSqlDatabaseAuditing.md)
102+
**Important: This cmdlet is deprecated, [Get-AzSqlDatbaseAudit](https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqldatabaseaudit) is replacing it.**
103+
102104
Gets the auditing settings of an Azure SQL database.
103105

104106
### [Get-AzSqlDatabaseBackupLongTermRetentionPolicy](Get-AzSqlDatabaseBackupLongTermRetentionPolicy.md)
@@ -292,6 +294,8 @@ Gets one or more Advisors for an Azure SQL Server.
292294
Gets the auditing settings of an Azure SQL server.
293295

294296
### [Get-AzSqlServerAuditing](Get-AzSqlServerAuditing.md)
297+
**Important: This cmdlet is deprecated, [Get-AzSqlServerAudit](https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqlserveraudit) is replacing it.**
298+
295299
Gets the auditing settings of an Azure SQL server.
296300

297301
### [Get-AzSqlServerCommunicationLink](Get-AzSqlServerCommunicationLink.md)
@@ -565,6 +569,8 @@ Modifies auto execute status of an Azure SQL Database Advisor.
565569
Changes the auditing settings for an Azure SQL database.
566570

567571
### [Set-AzSqlDatabaseAuditing](Set-AzSqlDatabaseAuditing.md)
572+
**Important: This cmdlet is deprecated, [Set-AzSqlDatabaseAudit](https://docs.microsoft.com/en-us/powershell/module/az.sql/set-azsqldatabaseaudit) is replacing it.**
573+
568574
Changes the auditing settings for an Azure SQL database.
569575

570576
### [Set-AzSqlDatabaseBackupLongTermRetentionPolicy](Set-AzSqlDatabaseBackupLongTermRetentionPolicy.md)
@@ -658,6 +664,8 @@ Updates the auto execute status of an Azure SQL Server Advisor.
658664
Changes the auditing settings of an Azure SQL server.
659665

660666
### [Set-AzSqlServerAuditing](Set-AzSqlServerAuditing.md)
667+
**Important: This cmdlet is deprecated, [Set-AzSqlServerAudit](https://docs.microsoft.com/en-us/powershell/module/az.sql/set-azsqlserveraudit) is replacing it.**
668+
661669
Changes the auditing settings of an Azure SQL server.
662670

663671
### [Set-AzSqlServerDisasterRecoveryConfiguration](Set-AzSqlServerDisasterRecoveryConfiguration.md)

src/Sql/Sql/help/Clear-AzSqlDatabaseAdvancedThreatProtectionSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Accept wildcard characters: False
141141
```
142142
143143
### CommonParameters
144-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
144+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
145145
146146
## INPUTS
147147

src/Sql/Sql/help/Clear-AzSqlServerAdvancedThreatProtectionSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
```
128128
129129
### CommonParameters
130-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
130+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
131131
132132
## INPUTS
133133

src/Sql/Sql/help/Disable-AzSqlInstanceAdvancedDataSecurity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Accept wildcard characters: False
140140
```
141141
142142
### CommonParameters
143-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
143+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
144144
145145
## INPUTS
146146

src/Sql/Sql/help/Disable-AzSqlServerAdvancedDataSecurity.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ IsEnabled : False
5353
The credentials, account, tenant, and subscription used for communication with Azure.
5454

5555
```yaml
56-
Type: IAzureContextContainer
56+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
5757
Parameter Sets: (All)
5858
Aliases: AzContext, AzureRmContext, AzureCredential
5959

@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
The server object to use with Advanced Data Security policy operation
6969
7070
```yaml
71-
Type: AzureSqlServerModel
71+
Type: Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
7272
Parameter Sets: (All)
7373
Aliases:
7474

@@ -83,7 +83,7 @@ Accept wildcard characters: False
8383
The name of the resource group.
8484
8585
```yaml
86-
Type: String
86+
Type: System.String
8787
Parameter Sets: (All)
8888
Aliases:
8989

@@ -98,7 +98,7 @@ Accept wildcard characters: False
9898
SQL Database server name.
9999
100100
```yaml
101-
Type: String
101+
Type: System.String
102102
Parameter Sets: (All)
103103
Aliases:
104104

@@ -113,7 +113,7 @@ Accept wildcard characters: False
113113
Prompts you for confirmation before running the cmdlet.
114114
115115
```yaml
116-
Type: SwitchParameter
116+
Type: System.Management.Automation.SwitchParameter
117117
Parameter Sets: (All)
118118
Aliases: cf
119119

@@ -129,7 +129,7 @@ Shows what would happen if the cmdlet runs.
129129
The cmdlet is not run.
130130
131131
```yaml
132-
Type: SwitchParameter
132+
Type: System.Management.Automation.SwitchParameter
133133
Parameter Sets: (All)
134134
Aliases: wi
135135

@@ -141,8 +141,7 @@ Accept wildcard characters: False
141141
```
142142
143143
### CommonParameters
144-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
145-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
144+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
146145
147146
## INPUTS
148147

src/Sql/Sql/help/Disable-AzSqlServerAdvancedThreatProtection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ IsEnabled : False
4343
## PARAMETERS
4444

4545
### CommonParameters
46-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
46+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
4747

4848
## INPUTS
4949

src/Sql/Sql/help/Enable-AzSqlInstanceAdvancedDataSecurity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Accept wildcard characters: False
186186
```
187187
188188
### CommonParameters
189-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
189+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
190190
191191
## INPUTS
192192

src/Sql/Sql/help/Enable-AzSqlServerAdvancedDataSecurity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Accept wildcard characters: False
186186
```
187187
188188
### CommonParameters
189-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
189+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
190190
191191
## INPUTS
192192

src/Sql/Sql/help/Enable-AzSqlServerAdvancedThreatProtection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ IsEnabled : True
4343
## PARAMETERS
4444

4545
### CommonParameters
46-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
46+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
4747

4848
## INPUTS
4949

src/Sql/Sql/help/Get-AzSqlDatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Required: False
151151
Position: 2
152152
Default value: None
153153
Accept pipeline input: True (ByPropertyName)
154-
Accept wildcard characters: True
154+
Accept wildcard characters: False
155155
```
156156
157157
### -DefaultProfile

src/Sql/Sql/help/Get-AzSqlDatabaseAdvancedThreatProtectionSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Accept wildcard characters: False
136136
```
137137
138138
### CommonParameters
139-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
139+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
140140
141141
## INPUTS
142142

src/Sql/Sql/help/Get-AzSqlDatabaseAdvisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Required: False
211211
Position: Named
212212
Default value: None
213213
Accept pipeline input: True (ByPropertyName)
214-
Accept wildcard characters: True
214+
Accept wildcard characters: False
215215
```
216216
217217
### -DatabaseName

src/Sql/Sql/help/Get-AzSqlDatabaseExpanded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Required: False
5252
Position: 2
5353
Default value: None
5454
Accept pipeline input: True (ByPropertyName)
55-
Accept wildcard characters: True
55+
Accept wildcard characters: False
5656
```
5757
5858
### -DefaultProfile

src/Sql/Sql/help/Get-AzSqlDatabaseFailoverGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Required: False
7373
Position: 2
7474
Default value: None
7575
Accept pipeline input: True (ByPropertyName)
76-
Accept wildcard characters: True
76+
Accept wildcard characters: False
7777
```
7878
7979
### -ResourceGroupName

src/Sql/Sql/help/Get-AzSqlDatabaseGeoBackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Required: False
6161
Position: 2
6262
Default value: None
6363
Accept pipeline input: True (ByPropertyName)
64-
Accept wildcard characters: True
64+
Accept wildcard characters: False
6565
```
6666
6767
### -DefaultProfile

src/Sql/Sql/help/Get-AzSqlDatabaseInstanceFailoverGroup.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Azure.Commands.Sql.dll-Help.xml
2+
external help file: Microsoft.Azure.PowerShell.Cmdlets.Sql.dll-Help.xml
33
Module Name: Az.Sql
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqldatabaseinstancefailovergroup
55
schema: 2.0.0
@@ -13,8 +13,8 @@ Gets or lists Instance Failover Groups.
1313
## SYNTAX
1414

1515
```
16-
Get-AzSqlDatabaseInstanceFailoverGroup [[-Name] <String>] [-ResourceGroupName] <String>
17-
[-Location] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
16+
Get-AzSqlDatabaseInstanceFailoverGroup [[-Name] <String>] [-ResourceGroupName] <String> [-Location] <String>
17+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -74,9 +74,9 @@ Get a specific Instance Failover Group.
7474
The credentials, account, tenant, and subscription used for communication with Azure.
7575

7676
```yaml
77-
Type: IAzureContextContainer
77+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
7878
Parameter Sets: (All)
79-
Aliases: AzureRmContext, AzureCredential
79+
Aliases: AzContext, AzureRmContext, AzureCredential
8080

8181
Required: False
8282
Position: Named
@@ -89,7 +89,7 @@ Accept wildcard characters: False
8989
The name of the Local Region from which to retrieve the Instance Failover Group.
9090
9191
```yaml
92-
Type: String
92+
Type: System.String
9393
Parameter Sets: (All)
9494
Aliases:
9595

@@ -104,7 +104,7 @@ Accept wildcard characters: False
104104
The name of the Instance Failover Group to retrieve.
105105
106106
```yaml
107-
Type: String
107+
Type: System.String
108108
Parameter Sets: (All)
109109
Aliases:
110110

@@ -119,7 +119,7 @@ Accept wildcard characters: False
119119
The name of the resource group.
120120
121121
```yaml
122-
Type: String
122+
Type: System.String
123123
Parameter Sets: (All)
124124
Aliases:
125125

@@ -131,7 +131,7 @@ Accept wildcard characters: False
131131
```
132132
133133
### CommonParameters
134-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
134+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
135135
136136
## INPUTS
137137

src/Sql/Sql/help/Get-AzSqlDatabaseLongTermRetentionBackup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ Gets one or more long term retention backups.
1414

1515
### Location (Default)
1616
```
17-
Get-AzSqlDatabaseLongTermRetentionBackup [-Location] <String> [[-ResourceGroupName] <String>]
17+
Get-AzSqlDatabaseLongTermRetentionBackup [-Location] <String> [-ResourceGroupName <String>]
1818
[-OnlyLatestPerDatabase] [-DatabaseState <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
1919
[-Confirm] [<CommonParameters>]
2020
```
2121

2222
### ServerName
2323
```
2424
Get-AzSqlDatabaseLongTermRetentionBackup [-Location] <String> [-ServerName] <String> [-DatabaseName <String>]
25-
[[-ResourceGroupName] <String>] [-OnlyLatestPerDatabase] [-DatabaseState <String>]
25+
[-ResourceGroupName <String>] [-OnlyLatestPerDatabase] [-DatabaseState <String>]
2626
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

2929
### BackupName
3030
```
3131
Get-AzSqlDatabaseLongTermRetentionBackup [-Location] <String> [-ServerName] <String> -DatabaseName <String>
32-
[-BackupName] <String> [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
32+
[-BackupName] <String> [-ResourceGroupName <String>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
3333
[-Confirm] [<CommonParameters>]
3434
```
3535

@@ -302,7 +302,7 @@ Parameter Sets: Location, ServerName, BackupName
302302
Aliases:
303303

304304
Required: False
305-
Position: 0
305+
Position: Named
306306
Default value: None
307307
Accept pipeline input: False
308308
Accept wildcard characters: False

src/Sql/Sql/help/Get-AzSqlDatabaseReplicationLink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Required: False
8484
Position: Named
8585
Default value: None
8686
Accept pipeline input: False
87-
Accept wildcard characters: True
87+
Accept wildcard characters: False
8888
```
8989
9090
### -ResourceGroupName

src/Sql/Sql/help/Get-AzSqlDatabaseUpgradeHint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Required: False
6969
Position: Named
7070
Default value: None
7171
Accept pipeline input: True (ByPropertyName)
72-
Accept wildcard characters: True
72+
Accept wildcard characters: False
7373
```
7474
7575
### -DefaultProfile

src/Sql/Sql/help/Get-AzSqlElasticPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Required: False
202202
Position: 2
203203
Default value: None
204204
Accept pipeline input: True (ByPropertyName)
205-
Accept wildcard characters: True
205+
Accept wildcard characters: False
206206
```
207207
208208
### -ResourceGroupName

src/Sql/Sql/help/Get-AzSqlElasticPoolAdvisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Required: False
209209
Position: Named
210210
Default value: None
211211
Accept pipeline input: True (ByPropertyName)
212-
Accept wildcard characters: True
212+
Accept wildcard characters: False
213213
```
214214
215215
### -DefaultProfile

src/Sql/Sql/help/Get-AzSqlElasticPoolDatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Required: False
5353
Position: Named
5454
Default value: None
5555
Accept pipeline input: True (ByPropertyName)
56-
Accept wildcard characters: True
56+
Accept wildcard characters: False
5757
```
5858
5959
### -DefaultProfile

0 commit comments

Comments
 (0)