Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 32c43be

Browse files
committed
Fix links and some linting errors
1 parent 795c582 commit 32c43be

3 files changed

Lines changed: 77 additions & 57 deletions

File tree

docs/tools/sqlpackage-download.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ Download and install the latest .NET Framework release and macOS and Linux previ
2626
|macOS (preview)|[.zip](https://go.microsoft.com/fwlink/?linkid=873927)|May 9, 2018 |0.0.1|15.0.4057.1|
2727
|Linux (preview)|[.zip](https://go.microsoft.com/fwlink/?linkid=873926)|May 9, 2018 |0.0.1|15.0.4057.1|
2828

29-
For details about the latest release, see the [release notes](release-notes.md).
29+
For details about the latest release, see the [release notes](sqlpackage-release-notes.md).
3030

3131
## Get sqlpackage for Windows
3232

3333
This release of sqlpackage includes a standard Windows installer experience, and a .zip:
3434

35-
**Installer**
36-
3735
1. Download and run the [DacFramework.msi installer for Windows](https://go.microsoft.com/fwlink/?linkid=875508).
3836
2. Open a new Command Prompt window, and run sqlpackage.exe
3937
- sqlpackage is installed to the ```C:\Program Files\Microsoft SQL Server\140\DAC\bin``` folder
@@ -44,44 +42,48 @@ This release of sqlpackage includes a standard Windows installer experience, and
4442
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
4543

4644
**.zip Installation:**
47-
```bash
45+
46+
```bash
4847
mv ~/Downloads/sqlpackage-linux-<version string> ~/sqlpackage
4948
echo 'export PATH="$PATH:~/sqlpackage"' >> ~/.bash_profile
5049
source ~/.bash_profile
51-
sqlpackage
52-
```
50+
sqlpackage
51+
```
5352

5453
## Get sqlpackage (preview) for Linux
5554

5655
1. Download [sqlpackage for Linux](https://go.microsoft.com/fwlink/?linkid=873926) by using one of the installers or the tar.gz archive:
5756
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
5857

5958
**.zip Installation:**
60-
```bash
61-
cd ~
59+
60+
```bash
61+
cd ~
6262
mkdir sqlpackage
6363
unzip ~/Downloads/sqlpackage-linux-<version string>.zip ~/sqlpackage
6464
echo 'export PATH="$PATH:~/sqlpackage"' >> ~/.bashrc
65-
source ~/.bashrc
66-
sqlpackage
67-
```
65+
source ~/.bashrc
66+
sqlpackage
67+
```
6868

6969
> [!NOTE]
7070
> On Debian, Redhat, and Ubuntu, you may have missing dependencies. Use the following commands to install these dependencies depending on your version of Linux:
71-
7271
73-
**Debian:**
72+
**Debian:**
73+
7474
```bash
7575
sudo apt-get install libuwind8
7676
```
7777

78-
**Redhat:**
78+
**Redhat:**
79+
7980
```bash
80-
yum install libunwind
81-
yum install libicu
81+
yum install libunwind
82+
yum install libicu
8283
```
8384

84-
**Ubuntu:**
85+
**Ubuntu:**
86+
8587
```bash
8688
sudo apt-get install libunwind8
8789

@@ -92,7 +94,6 @@ This release of sqlpackage includes a standard Windows installer experience, and
9294
sudo apt-get install libicu60 # for 18.x
9395
```
9496

95-
9697
## Uninstall sqlpackage (preview)
9798

9899
If you installed sqlpackage using the Windows installer, then uninstall the same way you remove any Windows application.
@@ -104,20 +105,23 @@ If you installed sqlpackage with a .zip or other archive, then simply delete the
104105
sqlpackage runs on Windows, macOS, and Linux, and is supported on the following platforms:
105106

106107
### Windows
108+
107109
- Windows 10
108-
- Windows 8.1
109-
- Windows 8
110-
- Windows 7 SP1
110+
- Windows 8.1
111+
- Windows 8
112+
- Windows 7 SP1
111113
- Windows Server 2016
112114
- Windows Server 2012 R2
113-
- Windows Server 2012
115+
- Windows Server 2012
114116
- Windows Server 2008 R2
115117

116118
### macOS
119+
117120
- macOS 10.13 High Sierra
118121
- macOS 10.12 Sierra
119122

120123
### Linux (x64)
124+
121125
- Red Hat Enterprise Linux 7.4
122126
- Red Hat Enterprise Linux 7.3
123127
- SUSE Linux Enterprise Server v12 SP2
@@ -127,4 +131,4 @@ sqlpackage runs on Windows, macOS, and Linux, and is supported on the following
127131

128132
- Learn more about [sqlpackage](sqlpackage.md)
129133

130-
[Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839)
134+
[Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839)

docs/tools/sqlpackage-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ manager: kenvh
1616
---
1717
# sqlpackage release notes
1818

19-
**[Download the latest version](sql-package-download.md)**
19+
**[Download the latest version](sqlpackage-download.md)**
2020

2121
## sqlpackage 17.8
2222

0 commit comments

Comments
 (0)