Skip to content

Commit 99903d1

Browse files
committed
fixes via kisantia
1 parent 651d8f7 commit 99903d1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/tools/sqlpackage/release-notes-sqlpackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This article lists the features and fixes delivered by the released versions of
5151
| Import/Deployment | Sequence value restored during deployment |
5252
| Deployment | Fixed an issue where changing the compression option on clustered index caused the table to be recreated instead of alter index. |
5353
| Deployment | Fixed an issue where a clustered columnstore index was dropped and recreated if table column changed. |
54-
| Deployment | Fix external users getting dropped and recreated during deployment. |
54+
| Deployment | Fixed external users getting dropped and recreated during deployment. |
5555
| Schema Compare | Fixed schema compare issue with external streaming job. |
5656
| Import | Null reference exception raised when enabling ambient setting ReliableDdlEnabled scripting a deployment report.|
5757
| Deployment | Fixed an issue where deployment steps containing system versioning would be created in the incorrect order. |

docs/tools/sqlpackage/sqlpackage-for-azure-synapse-analytics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ To [extract](sqlpackage-extract.md) a schema to Azure Blob Storage, the followin
2323
Access for extract is authorized via a storage account key. An additional parameter is optional, which sets the storage root path within the container:
2424
- /p:AzureStorageRootPath
2525

26+
Without this property, the path defaults to `servername/databasename/timestamp/`.
27+
2628
## Publish
2729
To [publish](sqlpackage-publish.md) a schema from a dacpac in Azure Blob Storage, the following properties are required:
2830
- /p:AzureStorageBlobEndpoint

docs/tools/sqlpackage/sqlpackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Some parameters are shared between the SqlPackage actions. Below is a table summ
101101
|**/Properties:**|**/p**| x | x | x | x | x | | x |
102102
|**/Quiet:**|**/q**| x | x | x | x | x | x | x |
103103
|**/Secret:**|**/secr**| | x | | | | | |
104-
|**/SourceConnectionString:**|**/scs**| x | x | x | | x | | x | x |
104+
|**/SourceConnectionString:**|**/scs**| x | x | x | | x | | x |
105105
|**/SourceDatabaseName:**|**/sdn**| x | x | x | | x | | x |
106106
|**/SourceEncryptConnection:**|**/sec**| x | x | x | | x | | x |
107107
|**/SourceFile:**|**/sf**| | x | | x | x | | x |

0 commit comments

Comments
 (0)