Skip to content

Commit e965053

Browse files
committed
Merge branch 'release-2022-cu6' of https://github.com/MicrosoftDocs/sql-docs-pr into 202305_replaad
2 parents 653b039 + 580abba commit e965053

459 files changed

Lines changed: 10248 additions & 9022 deletions

File tree

Some content is hidden

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

.openpublishing.redirection.azure-sql.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,11 @@
624624
"source_path_from_root": "/azure-sql/database/sql-database-vulnerability-assessment-rules-changelog.md",
625625
"redirect_url": "/azure/defender-for-cloud/sql-azure-vulnerability-assessment-rules-changelog",
626626
"redirect_document_id": false
627+
},
628+
{
629+
"source_path_from_root": "/azure-sql/database/authentication-mfa-ssms-configure.md",
630+
"redirect_url": "/azure/azure-sql/database/authentication-mfa-ssms-overview",
631+
"redirect_document_id": false
627632
}
628633
]
629634
}

.openpublishing.redirection.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59638,6 +59638,7 @@
5963859638
{
5963959639
"source_path": "docs/relational-databases/errors-events/mssqlserver-53-database-engine-error.md",
5964059640
"redirect_url": "/troubleshoot/sql/connect/network-related-or-instance-specific-error-occurred-while-establishing-connection",
59641+
"redirect_document_id": false
5964159642
},
5964259643
{
5964359644
"source_path": "azure-sql/database/sql-vulnerability-assessment.md",
@@ -59704,6 +59705,11 @@
5970459705
"redirect_url": "/sql/relational-databases/system-tables/msrepl-agent-jobs-transact-sql",
5970559706
"redirect_document_id": false
5970659707
},
59708+
{
59709+
"source_path": "docs/relational-databases/security/networking/tds-8-and-tls-1-3.md",
59710+
"redirect_url": "/sql/relational-databases/security/networking/tds-8",
59711+
"redirect_document_id": false
59712+
},
5970759713
{
5970859714
"source_path": "docs/ssms/object/filter-settings-object-explorer-and-utility-explorer.md",
5970959715
"redirect_url": "/sql/ssms/release-notes-ssms",
@@ -59806,7 +59812,7 @@
5980659812
},
5980759813
{
5980859814
"source_path": "docs/relational-databases/system-stored-procedures/sp-query-store-remove-plan-transct-sql.md",
59809-
"redirect_url": "/sql/relational-databases/sp-query-store-remove-plan-transact-sql",
59815+
"redirect_url": "/sql/relational-databases/system-stored-procedures/sp-query-store-remove-plan-transact-sql",
5981059816
"redirect_document_id": false
5981159817
},
5981259818
{

azure-sql/azure-hybrid-benefit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To set or update the license type using the Azure CLI:
6262

6363
To set or update the license type using the REST API:
6464

65-
- [Create or update](/rest/api/sql/databases/createorupdate) with the properties.licenseType parameter
65+
- [Create or update](/rest/api/sql/2022-08-01-preview/databases/create-or-update) with the properties.licenseType parameter
6666
- [Update](/rest/api/sql/databases/update) with the properties.licenseType parameter
6767

6868
---

azure-sql/azure-sql-iaas-vs-paas-what-is-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "What is Azure SQL?"
33
description: "Learn about the different options within the Azure SQL family of services: Azure SQL Database, Azure SQL Managed Instance, and SQL Server on Azure VM."
44
author: MashaMSFT
55
ms.author: mathoma
6-
ms.reviewer: kendralittle
6+
ms.reviewer: wiassaf
77
ms.date: 03/18/2022
88
ms.service: sql-database
99
ms.subservice: service-overview

azure-sql/capacity-errors-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Resolve capacity errors with Azure SQL resources
33
description: Learn how to resolve possible capacity errors when attempting to deploy or scale Azure SQL Database or Azure SQL Managed Instance resources.
44
author: sachinpMSFT
55
ms.author: sachinp
6-
ms.reviewer: mathoma, kendralittle
6+
ms.reviewer: mathoma
77
ms.date: 09/03/2021
88
ms.service: sql-db-mi
99
ms.subservice: deployment-configuration

azure-sql/database/active-directory-interactive-connect-azure-sql-db.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom:
1818

1919
This article provides a C# program that connects to Azure SQL Database. The program uses interactive mode authentication, which supports [Azure AD Multi-Factor Authentication](/azure/active-directory/authentication/concept-mfa-howitworks).
2020

21-
For more information about Multi-Factor Authentication support for SQL tools, see [Using multi-factor Azure Active Directory authentication](./authentication-mfa-ssms-overview.md).
21+
For more information about Multi-Factor Authentication support for SQL tools, see [Using Azure Active Directory Multi-Factor Authentication](./authentication-mfa-ssms-overview.md).
2222

2323
## Multi-Factor Authentication for Azure SQL Database
2424

@@ -36,7 +36,7 @@ For more information about Multi-Factor Authentication support for SQL tools, se
3636

3737
For information about how to configure Azure AD to require Multi-Factor Authentication, see [Getting started with Azure AD Multi-Factor Authentication in the cloud](/azure/active-directory/authentication/howto-mfa-getstarted).
3838

39-
For screenshots of these dialog boxes, see [Configure multi-factor authentication for SQL Server Management Studio and Azure AD](authentication-mfa-ssms-configure.md).
39+
For screenshots of these dialog boxes, see [Using Azure Active Directory Multi-Factor Authentication](./authentication-mfa-ssms-overview.md).
4040

4141
> [!TIP]
4242
> You can search .NET Framework APIs with the [.NET API Browser tool page](/dotnet/api/).
@@ -72,9 +72,9 @@ Run SSMS from the same computer, in the same building, where you plan to run the
7272

7373
### Verify Azure Active Directory Multi-Factor Authentication
7474

75-
Run SSMS again, this time with **Authentication** set to **Azure Active Directory - Universal with MFA**. This option requires SSMS version 17.5 or later.
75+
Run SSMS again, this time with **Authentication** set to **Azure Active Directory - Universal with MFA**. This option requires SSMS version 18.6 or later.
7676

77-
For more information, see [Configure Multi-Factor Authentication for SSMS and Azure AD](authentication-mfa-ssms-configure.md).
77+
For more information, see [Using Azure Active Directory Multi-Factor Authentication](./authentication-mfa-ssms-overview.md).
7878

7979
> [!NOTE]
8080
> If you are a guest user in the database, you also need to provide the Azure AD domain name for the database: Select **Options** > **AD domain name or tenant ID**. If you are running SSMS 18.x or later, the AD domain name or tenant ID is no longer needed for guest users because 18.x or later automatically recognizes it.
@@ -137,4 +137,4 @@ Microsoft SQL Azure (RTM) - 12.0.2000.8
137137

138138
- [Azure Active Directory server principals](authentication-azure-ad-logins.md)
139139
- [Azure AD-only authentication with Azure SQL](authentication-azure-ad-only-authentication.md)
140-
- [Using multi-factor Azure Active Directory authentication](authentication-mfa-ssms-overview.md)
140+
- [Using Azure Active Directory Multi-Factor Authentication](./authentication-mfa-ssms-overview.md)

azure-sql/database/active-geo-replication-configure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To configure active geo-replication by using the Azure portal, you need the foll
3131
* A database in Azure SQL Database: The primary database that you want to replicate to a different geographical region.
3232

3333
> [!Note]
34-
> When using Azure portal, you can only create a secondary database within the same subscription as the primary. If a secondary database is required to be in a different subscription, use [Create Database REST API](/rest/api/sql/databases/createorupdate) or [ALTER DATABASE Transact-SQL API](/sql/t-sql/statements/alter-database-transact-sql).
34+
> When using Azure portal, you can only create a secondary database within the same subscription as the primary. If a secondary database is required to be in a different subscription, use [Create Database REST API](/rest/api/sql/2022-08-01-preview/databases/create-or-update) or [ALTER DATABASE Transact-SQL API](/sql/t-sql/statements/alter-database-transact-sql).
3535
3636
# [Azure CLI](#tab/azure-cli)
3737

azure-sql/database/active-geo-replication-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ As discussed previously, active geo-replication can also be managed programmatic
271271

272272
| API | Description |
273273
| --- | --- |
274-
| [Create or Update Database (createMode=Restore)](/rest/api/sql/databases/createorupdate) |Creates, updates, or restores a primary or a secondary database. |
275-
| [Get Create or Update Database Status](/rest/api/sql/databases/createorupdate) |Returns the status during a create operation. |
274+
| [Create or Update Database (createMode=Restore)](/rest/api/sql/2022-08-01-preview/databases/create-or-update) |Creates, updates, or restores a primary or a secondary database. |
275+
| [Get Create or Update Database Status](/rest/api/sql/2022-08-01-preview/databases/create-or-update) |Returns the status during a create operation. |
276276
| [Set Secondary Database as Primary (Planned Failover)](/rest/api/sql/replicationlinks/failover) |Sets which secondary database is primary by failing over from the current primary database. **This option is not supported for SQL Managed Instance.**|
277277
| [Set Secondary Database as Primary (Unplanned Failover)](/rest/api/sql/replicationlinks/failoverallowdataloss) |Sets which secondary database is primary by failing over from the current primary database. This operation might result in data loss. **This option is not supported for SQL Managed Instance.**|
278278
| [Get Replication Link](/rest/api/sql/replicationlinks/get) |Gets a specific replication link for a given database in a geo-replication partnership. It retrieves the information visible in the sys.geo_replication_links catalog view. **This option is not supported for SQL Managed Instance.**|

azure-sql/database/always-encrypted-landing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.topic: landing-page
1414
author: VanMSFT
1515
ms.author: vanto
16-
ms.reviewer: kendralittle, mathoma
16+
ms.reviewer: mathoma
1717
ms.date: 01/15/2021
1818
monikerRange: "=azuresql||=azuresql-db||=azuresql-mi"
1919

azure-sql/database/always-encrypted-with-secure-enclaves-landing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.topic: landing-page
1414
author: VanMSFT
1515
ms.author: vanto
16-
ms.reviewer: kendralittle, mathoma
16+
ms.reviewer: mathoma
1717
ms.date: 04/05/2023
1818
monikerRange: "=azuresql||=azuresql-db||=azuresql-mi"
1919

0 commit comments

Comments
 (0)