Skip to content

Commit

Permalink
Update CHANGELOG, README and VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadpandey90 committed Mar 7, 2025
1 parent 89aff4d commit 183aca9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

# 0.0.22
* Add support for parameterized linked services in the DCS for AzureSQL to AzureSQL Discovery and Masking Pipelines

# 0.0.20
* Fix bugs in `dcsazure_AzureSQL_to_AzureSQL_mask_pl`
* Correct the schema for the Ruleset source table to reflect metadata store version `V2025.01.15.0`.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.20
0.0.22
4 changes: 3 additions & 1 deletion dcsazure_AzureSQL_to_AzureSQL_discovery_pl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This pipeline will perform automated sensitive data discovery on your AzureSQL I
### Prerequisites
1. Configure the hosted metadata database and associated Azure SQL service (version `V2025.01.15.0`+).
1. Configure the DCS for Azure REST service.
1. Configure the AzureSQL linked service.
1. Configure the AzureSQL linked service.
* It is helpful for the linked service to be parameterized with the following parameter:
* `LS_DATABASE` - this is the database name in the linked service

### Importing
There are several linked services that will need to be selected in order to perform the profiling and data discovery of your AzureSQL instance.
Expand Down
4 changes: 3 additions & 1 deletion dcsazure_AzureSQL_to_AzureSQL_mask_pl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ This pipeline will perform masking of your AzureSQL Instance.

1. Configure the hosted metadata database and associated Azure SQL service (version `V2025.01.30.0`+).
1. Configure the DCS for Azure REST service.
1. Configure the AzureSQL linked service.
1. Configure the AzureSQL linked service.
* It is helpful for the linked service to be parameterized with the following parameter:
* `LS_DATABASE` - this is the database name in the linked service


### Importing
Expand Down

0 comments on commit 183aca9

Please sign in to comment.