Skip to content

Commit 7fe8490

Browse files
Merge pull request #28881 from dzsquared/sqlpackage-162_1
minor post-release cleanup
2 parents 835172e + b2405c1 commit 7fe8490

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To uninstall SqlPackage, run the following command:
8080
```
8181

8282
> [!NOTE]
83-
> On Debian, Red Hat, and Ubuntu, you may have missing dependencies. Use the following commands to install these dependencies depending on your version of Linux:
83+
> You may have missing dependencies. Use the following commands to install these dependencies depending on your version of Linux:
8484
8585
**Debian:**
8686

@@ -99,12 +99,6 @@ To uninstall SqlPackage, run the following command:
9999

100100
```bash
101101
sudo apt-get install libunwind8
102-
103-
# install the libicu library based on the Ubuntu version
104-
sudo apt-get install libicu55 # for 16.x
105-
sudo apt-get install libicu57 # for 17.x
106-
sudo apt-get install libicu60 # for 18.x
107-
sudo apt-get install libicu66 # for 20.x
108102
```
109103

110104
### macOS

docs/tools/sqlpackage/sqlpackage-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ SqlPackage /at:$($AccessToken_Object.Token) /Action:Publish /SourceFile:"C:\Adve
125125
|**/p:**|AllowExternalLanguagePaths=(BOOLEAN 'False')|Allows file paths, if available, to be used to generate external language statements.|
126126
|**/p:**|AllowExternalLibraryPaths=(BOOLEAN 'False')|Allows file paths, if available, to be used to generate external library statements.|
127127
|**/p:**|AllowIncompatiblePlatform=(BOOLEAN 'False')|Specifies whether to attempt the action despite incompatible SQL Server platforms.|
128-
|**/p:**|AllowTableRecreation=(BOOLEAN 'True')|The default (true) allows a table change that requires a table to be recreated while the table data is preserved. The deployment may take a significant amount of time or change tracking data could be lost. Setting the property to false results in the deployment not starting if recreation is needed for any table.|
128+
|**/p:**|AllowTableRecreation=(BOOLEAN 'True')|Specifies whether to allow table recreation during deployment if required to perform the schema change. Table recreation rebuilds the table while preserving data, but may have a significant performance impact.|
129129
|**/p:**|AllowUnsafeRowLevelSecurityDataMovement=(BOOLEAN 'False')|Do not block data motion on a table that has Row Level Security if this property is set to true. Default is false.|
130130
|**/p:**|AzureSharedAccessSignatureToken=(STRING)|Azure shared access signature (SAS) token. See [SqlPackage for Azure Synapse Analytics](sqlpackage-for-azure-synapse-analytics.md#publish-import-data) and [SqlPackage with data in Parquet files](sqlpackage-with-data-in-parquet-files.md).|
131131
|**/p:**|AzureStorageBlobEndpoint=(STRING)|Azure Blob Storage endpoint, see [SqlPackage for Azure Synapse Analytics](sqlpackage-for-azure-synapse-analytics.md#publish-import-data) and [SqlPackage with data in Parquet files](sqlpackage-with-data-in-parquet-files.md).|

0 commit comments

Comments
 (0)