Skip to content

Commit 2122cb3

Browse files
authored
Merge pull request #26086 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents c58233a + 46a6b63 commit 2122cb3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/linux/quickstart-install-connect-ubuntu.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ To configure [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Ubunt
126126
1. Import the public repository GPG keys:
127127

128128
```bash
129-
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
129+
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
130130
```
131131

132132
1. Register the [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] Ubuntu repository:
@@ -168,7 +168,7 @@ To configure [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Ubunt
168168
1. Import the public repository GPG keys:
169169

170170
```bash
171-
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
171+
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
172172
```
173173

174174
1. Register the [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] Ubuntu repository:
@@ -210,7 +210,7 @@ To configure [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Ubunt
210210
1. Import the public repository GPG keys:
211211

212212
```bash
213-
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
213+
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
214214
```
215215

216216
1. Register the [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] Ubuntu repository:
@@ -266,7 +266,7 @@ sudo apt install curl
266266
1. Import the public repository GPG keys.
267267

268268
```bash
269-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
269+
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
270270
```
271271

272272
1. Register the Ubuntu repository.
@@ -313,7 +313,7 @@ sudo apt install curl
313313
1. Import the public repository GPG keys.
314314

315315
```bash
316-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
316+
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
317317
```
318318

319319
1. Register the Ubuntu repository.
@@ -360,7 +360,7 @@ sudo apt install curl
360360
1. Import the public repository GPG keys.
361361

362362
```bash
363-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
363+
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
364364
```
365365

366366
1. Register the Ubuntu repository.

docs/ssdt/release-notes-integration-services-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2121
Visit https://techcommunity.microsoft.com/t5/SQL-Server-Integration-Services/bg-p/SSIS for the latest information, tips, news, and announcements about SSIS directly from the product team.
2222

2323
## Component Download
24-
- To design packages using Oracle and Teradata connectors and targeting an earlier version of SQL server prior to SQL 2019, in addition to the [Microsoft Oracle Connector](https://aka.ms/SSISMSOracleConnector) and [Microsoft Teradata Connector](https://www.microsoft.com/download/details.aspx?id=100599), you need to also install the corresponding version of Microsoft Connector for Oracle and Teradata by Attunity.
24+
- To design packages using Oracle and Teradata connectors and targeting an earlier version of SQL Server prior to SQL 2019, in addition to the [Microsoft Oracle Connector](https://aka.ms/SSISMSOracleConnector) and [Microsoft Teradata Connector](https://www.microsoft.com/download/details.aspx?id=100599), you need to also install the corresponding version of Microsoft Connector for Oracle and Teradata by Attunity.
2525
- [Microsoft Connector Version 5.0 for Oracle and Teradata by Attunity targeting SQL Server 2017](https://www.microsoft.com/download/details.aspx?id=55179)
2626
- [Microsoft Connector Version 4.0 for Oracle and Teradata by Attunity targeting SQL Server 2016](https://www.microsoft.com/download/details.aspx?id=52950)
2727
- [Microsoft Connector Version 3.0 for Oracle and Teradata by Attunity targeting SQL Server 2014](https://www.microsoft.com/download/details.aspx?id=44582)

0 commit comments

Comments
 (0)