Skip to content

Commit

Permalink
added more includes
Browse files Browse the repository at this point in the history
  • Loading branch information
MashaMSFT committed May 20, 2020
1 parent f2cce04 commit 8a051ff
Show file tree
Hide file tree
Showing 97 changed files with 119 additions and 64 deletions.
3 changes: 2 additions & 1 deletion azure-sql/database/aad-authentication-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ms.author: mireks
ms.reviewer: vanto, carlrab
ms.date: 04/23/2020
---
# Use Azure Active Directory Authentication for authentication with Azure SQL
# Use Azure Active Directory Authentication
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]

Azure Active Directory authentication is a mechanism of connecting to [Azure SQL Database](sql-database-paas-overview.md), [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md), and [Azure Synapse Analytics (formerly Azure SQL Data Warehouse)](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md) by using identities in Azure Active Directory (Azure AD).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer: vanto
ms.date: 04/23/2020
---
# Connect to Azure SQL Database with Azure Multi-Factor Authentication
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ms.date: 02/13/2019
---
# Tutorial: Configure active geo-replication & failover in portal (Azure SQL Database)


This article shows you how to configure [active geo-replication for Azure SQL Database](active-geo-replication-overview.md#active-geo-replication-terminology-and-capabilities) using the [Azure portal](https://portal.azure.com) and to initiate failover.

For best practices using auto-failover groups, see [Best practices for Azure SQL Database](auto-failover-group-overview.md#best-practices-for-sql-database) and [Best practices for Azure SQL Managed Instance](auto-failover-group-overview.md#best-practices-for-sql-managed-instance).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer: sstein
ms.date: 04/03/2019
---
# Ports beyond 1433 for ADO.NET 4.5
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]

This topic describes the Azure SQL Database connection behavior for clients that use ADO.NET 4.5 or a later version.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/advanced-data-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ms.reviewer: vanto
ms.date: 04/23/2020
---
# Advanced data security
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]

Advanced data security (ADS) is a unified package for advanced SQL security capabilities. ADS is available for for Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse. It includes functionality for discovering and classifying sensitive data, surfacing and mitigating potential database vulnerabilities, and detecting anomalous activities that could indicate a threat to your database. It provides a single go-to location for enabling and managing these capabilities.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/alerts-insights-configure-portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer: jrasnik, carlrab
ms.date: 05/04/2020
---
# Create alerts for Azure SQL Database and Azure Synapse using Azure portal
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]

## Overview

Expand Down
3 changes: 2 additions & 1 deletion azure-sql/database/arm-templates-content-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ms.reviewer: sstein
ms.date: 02/04/2019
---

# Azure Resource Manager templates for Azure SQL Database
# Azure Resource Manager templates for Azure SQL Database & SQL Managed Instance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Azure Resource Manager templates enable you to define your infrastructure as code and deploy your solutions to Azure cloud for your Azure SQL Database and Azure SQL Managed Instance.

Expand Down
2 changes: 2 additions & 0 deletions azure-sql/database/audit-log-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ms.custom: sqldbrb=1
ms.date: 04/28/2020
---
# SQL Database Audit Log Format
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]


[Azure SQL Database auditing](auditing-overview.md) tracks database events and writes them to an audit log in your Azure storage account, or sends them to Event Hub or Log Analytics for downstream processing and analysis.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ms.date: 03/19/2020
ms.custom: azure-synapse
---
# Write audit to a storage account behind VNet and firewall
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]


Auditing for [Azure SQL Database](sql-database-paas-overview.md) and [Azure Synapse Analytics](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md) supports writing database events to an [Azure Storage account](../../storage/common/storage-account-overview.md) behind a virtual network and firewall.

Expand Down
2 changes: 2 additions & 0 deletions azure-sql/database/auditing-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ms.date: 04/28/2020
ms.custom: azure-synapse, sqldbrb=1
---
# Azure SQL Auditing
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]


Auditing for [Azure SQL Database](sql-database-paas-overview.md) and [Azure Synapse Analytics](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md) tracks database events and writes them to an audit log in your Azure storage account, Log Analytics workspace, or Event Hubs.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/auto-failover-group-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ms.reviewer: sstein, carlrab
ms.date: 08/14/2019
---
# Configure a failover group for Azure SQL Database
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

This topic teaches you how to configure an [auto-failover group](auto-failover-group-overview.md) for Azure SQL Database and Azure SQL Managed Instance.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/auto-failover-group-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ms.date: 2/10/2020
---

# Use auto-failover groups to enable transparent and coordinated failover of multiple databases
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Auto-failover groups allow you to manage replication and failover of a group of databases on a server or all databases in a managed instance to another region. It is a declarative abstraction on top of the existing [active geo-replication](active-geo-replication-overview.md) feature, designed to simplify deployment and management of geo-replicated databases at scale. You can initiate failover manually or you can delegate it to the Azure service based on a user-defined policy. The latter option allows you to automatically recover multiple related databases in a secondary region after a catastrophic failure or other unplanned event that results in full or partial loss of the SQL Database or SQL Managed Instance service availability in the primary region. A failover group can include one or multiple databases, typically used by the same application. Additionally, you can use the readable secondary databases to offload read-only query workloads. Because auto-failover groups involve multiple databases, these databases must be configured on the primary server. Auto-failover groups support replication of all databases in the group to only one secondary server or instance in a different region.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/automated-backups-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ manager: craigg
ms.date: 12/13/2019
---
# Automated backups - Azure SQL Database & SQL Managed Instance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Both Azure SQL Database and Azure SQL Managed Instance create database backups that are kept for the duration of the configured retention period. They use Azure [read-access geo-redundant storage (RA-GRS)](../../storage/common/storage-redundancy.md) to ensure backups are preserved even if the datacenter is unavailable.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer: jrasnik, carlrab
ms.date: 06/03/2019
---
# Email notifications for automatic tuning
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Azure SQL Database tuning recommendations are generated by Azure SQL Database [Automatic tuning](automatic-tuning-overview.md). This solution continuously monitors and analyzes workloads of Azure SQL Databases providing customized tuning recommendations for each individual database related to index creation, index deletion, and optimization of query execution plans.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/automatic-tuning-enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer: jrasnik, carlrab
ms.date: 12/03/2019
---
# Enable automatic tuning in the Azure portal to monitor queries and improve workload performance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Azure SQL Database are automatically managed data services that constantly monitor your queries and identifies the action that you can perform to improve performance of your workload. You can review recommendations and manually apply them, or let Azure SQL Database automatically apply corrective actions - this is known as **automatic tuning mode**.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/automatic-tuning-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer: jrasnik, carlrab
ms.date: 03/30/2020
---
# Automatic tuning in Azure SQL Database and Azure SQL Managed Instance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Azure SQL Database and Azure SQL Managed Instance automatic tuning provides peak performance and stable workloads through continuous performance tuning based on AI and machine learning.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/automation-manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer: carlrab
ms.date: 03/12/2019
---
# Managing Azure SQL Database using Azure Automation
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

This guide will introduce you to the Azure Automation service, and how it can be used to simplify management of databases in Azure SQL database.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/az-cli-script-samples-content-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ms.date: 02/03/2019
---

# Azure CLI samples for Azure SQL Database & SQL Managed Instance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Azure SQL Database and SQL Managed Instance can be configured using <a href="/cli/azure">Azure CLI</a>.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ms.reviewer: mathoma, carlrab
ms.date: 06/25/2019
---
# Overview of business continuity with Azure SQL Database
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

**Business continuity** in Azure SQL Database and SQL Managed Instance refers to the mechanisms, policies, and procedures that enable your business to continue operating in the face of disruption, particularly to its computing infrastructure. In the most of the cases, SQL Database and SQL Managed Instance will handle the disruptive events that might happen in the cloud environment and keep your applications and business processes running. However, there are some disruptive events that cannot be handled by SQL Database automatically such as:

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/conditional-access-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.date: 04/28/2020
tag: azure-synpase
---
# Conditional Access (MFA) with Azure SQL Database and Azure Synapse Analytics
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]

[Azure SQL Database](sql-database-paas-overview.md), [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md), and [Azure Synapse Analytics](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md) support Microsoft Conditional Access.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/connectivity-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ms.date: 03/09/2020
---

# Azure SQL Connectivity Settings
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]

This article introduces settings that control connectivity to the server for Azure SQL Database and Azure Synapse Analytics. These settings apply to **all** SQL Database and Azure Synapse databases associated with the server.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ms.date: 04/28/2020
tags: azure-synapse
---
# Data Discovery & Classification
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]

Data Discovery & Classification is built into Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics. It provides advanced capabilities for discovering, classifying, labeling, and reporting the sensitive data in your databases.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/database-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.date: 07/16/2019
ms.topic: conceptual
---
# Export to a BACPAC file - Azure SQL Database & SQL Managed Instance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

When you need to export a database for archiving or for moving to another platform, you can export the database schema and data to a [BACPAC](https://msdn.microsoft.com/library/ee210546.aspx#Anchor_4) file. A BACPAC file is a ZIP file with an extension of BACPAC containing the metadata and data from the database. A BACPAC file can be stored in Azure Blob storage or in local storage in an on-premises location and later imported back into Azure SQL Database, Azure SQL Managed Instance, or a SQL Server on-premises installation.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/database-import-export-hang.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ manager: dcscontentpm
---

# Azure SQL Database and Managed Instance Import/Export service takes a long time to import or export a database
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

When you use the Import/Export service, the process might take longer than expected. This article describes the potential causes for this delay and alternative workaround methods.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/database-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer:
ms.date: 06/20/2019
---
# Quickstart: Import a BACPAC file to a database in Azure SQL Database or Azure SQL Managed Instance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

You can import a SQL Server database into an Azure SQL Database or SQL Managed Instance using a [BACPAC](https://docs.microsoft.com/sql/relational-databases/data-tier-applications/data-tier-applications#bacpac) file. You can import the data from a `BACPAC` file stored in Azure Blob storage (standard storage only) or from local storage in an on-premises location. To maximize import speed by providing more and faster resources, scale your database to a higher service tier and compute size during the import process. You can then scale down after the import is successful.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/dns-alias-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer: genemi, jrasnick, vanto
ms.date: 06/26/2019
---
# DNS alias for Azure SQL Database
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]

Azure SQL Database has a Domain Name System (DNS) server. PowerShell and REST APIs accept [calls to create and manage DNS aliases](#anchor-powershell-code-62x) for your [logical SQL server](logical-servers.md) name.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/dns-alias-powershell-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ms.reviewer: genemi, amagarwa, maboja, jrasnick, vanto
ms.date: 05/14/2019
---
# PowerShell for DNS Alias to Azure SQL Database
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]

This article provides a PowerShell script that demonstrates how you can manage a DNS alias for the [SQL server](logical-servers.md) hosting your Azure SQL Database.

Expand Down
3 changes: 2 additions & 1 deletion azure-sql/database/doc-changes-updates-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ms.topic: conceptual
ms.date: 05/04/2020
ms.author: sstein
---
# What's new in Azure SQL Database & SQL Managed Instance?
# What's new in Azure SQL Database & SQL Managed Instance?
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

This article lists Azure SQL Database and Azure SQL Managed Instance features that are currently in public preview. For SQL Database and SQL Managed Instance updates and improvements, see [SQL Database & SQL Managed Instance service updates](https://azure.microsoft.com/updates/?product=sql-database). For updates and improvements to other Azure services, see [Service updates](https://azure.microsoft.com/updates).

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/dynamic-data-masking-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ms.date: 04/28/2020
tags: azure-synpase
---
# Dynamic data masking
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]

Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics support dynamic data masking. Dynamic data masking limits sensitive data exposure by masking it to non-privileged users.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/features-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ms.date: 05/10/2019
---

# Azure SQL Database Features
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Azure SQL Database and SQL Manged Instance share a common code base with the latest stable version of SQL Server. Most of the standard SQL language, query processing, and database management features are identical. The features that are common between SQL Server and SQL Database or SQL Managed Instance are:

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/firewall-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ms.reviewer: carlrab
ms.date: 03/18/2019
---
# Azure SQL Database and Azure Synapse IP firewall rules
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]

When you create a new server in Azure SQL Database or Azure Synapse named *mysqlserver*, for example, a server-level firewall blocks all access to the public endpoint for the server (which is accessible at *mysqlserver.database.windows.net*). For simplicity, *SQL Database* is used to refer to both SQL Database and Azure Synapse (formerly Azure SQL Data Warehouse).

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/high-availability-sla.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ms.date: 04/02/2020
---

# High-availability for Azure SQL Database & SQL Managed Instance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

The goal of the high availability architecture in Azure SQL Database and SQL Managed Instance is to guarantee that your database is up and running minimum of 99.99% of time (For more information regarding specific SLA for different tiers, Please refer [SLA for Azure SQL Database & SQL Managed Instance](https://azure.microsoft.com/support/legal/sla/sql-database/)), without worrying about the impact of maintenance operations and outages. Azure automatically handles critical servicing tasks, such as patching, backups, Windows and SQL upgrades, as well as unplanned events such as underlying hardware, software, or network failures. When the underlying SQL instance is patched or fails over, the downtime is not noticeable if you [employ retry logic](develop-overview.md#resiliency) in your app. SQL Database and SQL Managed Instance can quickly recover even in the most critical circumstances ensuring that your data is always available.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/job-automation-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ms.reviewer: carlr
ms.date: 03/10/2020
---
# Automate management tasks using database jobs
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

You can create and schedule jobs that could be periodically executed against one or many databases to run T-SQL queries and perform maintenance tasks.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/json-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ms.reviewer:
ms.date: 04/19/2020
---
# Getting started with JSON features in Azure SQL Database and Azure SQL Managed Instance
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]

Azure SQL Database and Azure SQL Managed Instance let you parse and query data represented in JavaScript Object Notation [(JSON)](https://www.json.org/) format, and export your relational data as JSON text. The following JSON scenarios are available:

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/logical-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ms.reviewer:
ms.date: 03/12/2019
---
# What is a logical SQL server in Azure SQL Database and Azure Synapse?
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]

In Azure SQL Database and Azure Synapse, a server is a logical construct that acts as a central administrative point for a collection of databases. At the server level, you can administer [logins](logins-create-manage.md), [firewall rules](firewall-configure.md), [auditing rules](../../azure-sql/database/auditing-overview.md), [threat detection policies](threat-detection-configure.md), and [auto-failover groups](auto-failover-group-overview.md). A server can be in a different region than its resource group. The server must exist before you can create a database in Azure SQL Database or a data warehouse database in Azure Synapse. All databases managed by a single server are created within the same region as the server.

Expand Down
1 change: 1 addition & 0 deletions azure-sql/database/logins-create-manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ms.reviewer: carlrab
ms.date: 03/23/2020
---
# Authorizing database access to SQL Database, SQL Managed Instance and Azure Synapse Analytics
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]

In this article, you learn about:

Expand Down
Loading

0 comments on commit 8a051ff

Please sign in to comment.