Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQL] fix for deprecated term #18620

Merged
merged 1 commit into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Sql/Sql/help/Az.Sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Creates a new target group
Creates an elastic database pool for a SQL Database.

### [New-AzSqlInstance](New-AzSqlInstance.md)
Creates an Azure SQL Database Managed Instance.
Creates an Azure SQL Managed Instance.

### [New-AzSqlInstanceDatabase](New-AzSqlInstanceDatabase.md)
Creates an Azure SQL Managed Instance database.
Expand Down Expand Up @@ -705,7 +705,7 @@ Updates auto execute status of an Azure SQL Elastic Pool Advisor.
Updates the state of an Azure SQL Elastic Pool recommended action.

### [Set-AzSqlInstance](Set-AzSqlInstance.md)
Sets properties for an Azure SQL Database Managed Instance.
Sets properties for an Azure SQL Managed Instance.

### [Set-AzSqlInstanceActiveDirectoryAdministrator](Set-AzSqlInstanceActiveDirectoryAdministrator.md)
Provisions an Azure AD administrator for SQL Managed Instance.
Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/Get-AzSqlInstanceDatabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Get-AzSqlInstanceDatabase [[-Name] <String>] [-InstanceObject] <AzureSqlManagedI
```

## DESCRIPTION
The **Get-AzSqlInstanceDatabase** cmdlet gets one or more Azure SQL databases from an Azure SQL Database Managed Instance.
The **Get-AzSqlInstanceDatabase** cmdlet gets one or more Azure SQL databases from an Azure SQL Managed Instance.

## EXAMPLES

Expand Down
4 changes: 2 additions & 2 deletions src/Sql/Sql/help/New-AzSqlInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzSqlInstance

## SYNOPSIS
Creates an Azure SQL Database Managed Instance.
Creates an Azure SQL Managed Instance.

## SYNTAX

Expand Down Expand Up @@ -68,7 +68,7 @@ New-AzSqlInstance [-Name] <String> [-ResourceGroupName] <String> [-Administrator
```

## DESCRIPTION
The **New-AzSqlInstance** cmdlet creates an Azure SQL Database Managed instance.
The **New-AzSqlInstance** cmdlet creates an Azure SQL Managed instance.

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion src/Sql/Sql/help/Remove-AzSqlInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Remove-AzSqlInstance [-ResourceId] <String> [-Force] [-AsJob] [-DefaultProfile <
```

## DESCRIPTION
The **Remove-AzSqlInstance** cmdlet removes an Azure SQL Database Managed Instance.
The **Remove-AzSqlInstance** cmdlet removes an Azure SQL Managed Instance.

## EXAMPLES

Expand Down
4 changes: 2 additions & 2 deletions src/Sql/Sql/help/Set-AzSqlInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Set-AzSqlInstance

## SYNOPSIS
Sets properties for an Azure SQL Database Managed Instance.
Sets properties for an Azure SQL Managed Instance.

## SYNTAX

Expand Down Expand Up @@ -49,7 +49,7 @@ Set-AzSqlInstance [-ResourceId] <String> [-AdministratorPassword <SecureString>]
```

## DESCRIPTION
The **Set-AzSqlInstance** cmdlet modifies properties of an Azure SQL Database Managed instance.
The **Set-AzSqlInstance** cmdlet modifies properties of an Azure SQL Managed instance.

## EXAMPLES

Expand Down