Skip to content

Commit a8f3dd4

Browse files
authored
Fix spelling error in SqlAzureDacpacDeploymentV1 README (#16428)
1 parent 3ea375e commit a8f3dd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/SqlAzureDacpacDeploymentV1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The parameters of the task are described in details, including examples, to show
6969

7070
- **Connection String** : A connection string containing all the informations needed to connect the remote server.
7171

72-
- **Service Principal** : Uses the Authenticaiton data from **Azure Subscription**.
72+
- **Service Principal** : Uses the Authentication data from **Azure Subscription**.
7373

7474
**SQL DB Details**
7575

Tasks/SqlAzureDacpacDeploymentV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 1,
19-
"Minor": 231,
19+
"Minor": 232,
2020
"Patch": 0
2121
},
2222
"demands": [

Tasks/SqlAzureDacpacDeploymentV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 1,
19-
"Minor": 231,
19+
"Minor": 232,
2020
"Patch": 0
2121
},
2222
"demands": [

0 commit comments

Comments
 (0)