Skip to content

Commit 5c87367

Browse files
committed
Merge branch 'release/1.8.0'
2 parents 7f654bf + 382fdc1 commit 5c87367

37 files changed

Lines changed: 471 additions & 52 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
on:
22
push:
3-
branches: [ develop, bugfix/*, feature/*, release/*, hotfix/* ]
3+
branches: [ develop, bugfix/*, feature/*, release/* ]
44
pull_request:
55
branches: [ develop ]
66

77
jobs:
88
build-validation:
9-
uses: abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.9.0
9+
uses: abbgrade/PsBuildTasks/.github/workflows/build-validation-matrix.yml@1.11.1

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
on:
22
push:
3-
branches: [ release/*, hotfix/* ]
3+
branches: [ release/*, 'hotfix/*' ]
44
workflow_dispatch:
55

66
jobs:
77
pre-release:
8-
uses: abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.9.0
8+
uses: abbgrade/PsBuildTasks/.github/workflows/pre-release-windows.yml@1.11.1
99
with:
1010
module-name: PsDac
1111
secrets:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
release:
8-
uses: abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.9.0
8+
uses: abbgrade/PsBuildTasks/.github/workflows/release-windows.yml@1.11.1
99
with:
1010
module-name: PsDac
1111
secrets:

.gitmodules

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
[submodule "test/sql-server-samples"]
2-
path = test/sql-server-samples
3-
url = https://github.com/microsoft/sql-server-samples.git
41
[submodule "tasks/PsSqlTestTasks"]
52
path = tasks/PsSqlTestTasks
63
url = https://github.com/abbgrade/PsSqlTestTasks.git
74
[submodule "test/sql-server-test-project"]
8-
path = test/sql-server-test-project
9-
url = https://github.com/abbgrade/sql-server-test-project.git
5+
path = test/sql-server-test-project
6+
url = https://github.com/abbgrade/sql-server-test-project.git

.vscode/launch.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": []
4+
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.0] - 2025-12-11
11+
12+
### Changed
13+
14+
- Updated System.Management.Automation and PowerShellVersion to 7.4.
15+
- Updated TargetFramework to net8.0.
16+
- Updated Microsoft.SqlServer.DacFx to 170.2.70.
17+
- Updated Microsoft.Data.SqlClient to 5.2.3.
18+
- Updated Azure.Identity to 1.13.0.
19+
1020
## [1.7.0] - 2024-08-13
1121

1222
### Changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Readme
22

3-
PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of [Microsoft.SqlServer.DacFx](https://www.nuget.org/packages/Microsoft.SqlServer.DacFx). For example you can access the content of a Dacpac file to generate documentation, or Azure Data Factory pipelines. Or do PowerShell native deployments without [SqlPackage.exe](https://docs.microsoft.com/de-de/sql/tools/sqlpackage/sqlpackage?view=sql-server-ver15).
3+
PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of [Microsoft.SqlServer.DacFx](https://www.nuget.org/packages/Microsoft.SqlServer.DacFx). For example you can access the content of a Dacpac file to generate documentation, or Azure Data Factory pipelines. Or do PowerShell native deployments without [SqlPackage.exe](https://docs.microsoft.com/de-de/sql/tools/sqlpackage/sqlpackage?view=sql-server-ver15). It is part of [PsSqlUtils](https://github.com/abbgrade/PsSqlUtils).
44

55
For details, visit the [GitHub Pages](https://abbgrade.github.io/PsDac/).
66

docs/Connect-DacService.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ Connects a database instance using DacServices.
1414

1515
### ConnectionString (Default)
1616
```
17-
Connect-DacService [-ConnectionString] <String> [-AccessToken <String>] [<CommonParameters>]
17+
Connect-DacService [-ConnectionString] <String> [-AccessToken <String>] [-ProgressAction <ActionPreference>]
18+
[<CommonParameters>]
1819
```
1920

2021
### Properties
2122
```
22-
Connect-DacService [-DataSource] <String> [-AccessToken <String>] [<CommonParameters>]
23+
Connect-DacService [-DataSource] <String> [-AccessToken <String>] [-ProgressAction <ActionPreference>]
24+
[<CommonParameters>]
2325
```
2426

2527
## DESCRIPTION
@@ -83,6 +85,21 @@ Accept pipeline input: True (ByPropertyName)
8385
Accept wildcard characters: False
8486
```
8587
88+
### -ProgressAction
89+
{{ Fill ProgressAction Description }}
90+
91+
```yaml
92+
Type: ActionPreference
93+
Parameter Sets: (All)
94+
Aliases: proga
95+
96+
Required: False
97+
Position: Named
98+
Default value: None
99+
Accept pipeline input: False
100+
Accept wildcard characters: False
101+
```
102+
86103
### CommonParameters
87104
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
88105

docs/Disconnect-DacService.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Closes the connection to a database server.
1313
## SYNTAX
1414

1515
```
16-
Disconnect-DacService [-Service <DacServices>] [<CommonParameters>]
16+
Disconnect-DacService [-Service <DacServices>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -47,6 +47,21 @@ Accept pipeline input: True (ByValue)
4747
Accept wildcard characters: False
4848
```
4949
50+
### -ProgressAction
51+
{{ Fill ProgressAction Description }}
52+
53+
```yaml
54+
Type: ActionPreference
55+
Parameter Sets: (All)
56+
Aliases: proga
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
5065
### CommonParameters
5166
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
5267

docs/Export-DacModel.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Exports a model as DacPac.
1313
## SYNTAX
1414

1515
```
16-
Export-DacModel -Model <TSqlModel> -Path <FileInfo> [<CommonParameters>]
16+
Export-DacModel -Model <TSqlModel> -Path <FileInfo> [-ProgressAction <ActionPreference>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -60,6 +60,21 @@ Accept pipeline input: False
6060
Accept wildcard characters: False
6161
```
6262
63+
### -ProgressAction
64+
{{ Fill ProgressAction Description }}
65+
66+
```yaml
67+
Type: ActionPreference
68+
Parameter Sets: (All)
69+
Aliases: proga
70+
71+
Required: False
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
6378
### CommonParameters
6479
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
6580

0 commit comments

Comments
 (0)