Skip to content

Commit 81b97b8

Browse files
authored
Merge pull request #170 from dataplat/169-New-FabricSQLDatabase-name-bug
Name of new SQL database will be shown #169
2 parents 1fd0662 + 6f85bd7 commit 81b97b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Fixed
2020

2121
- Fixed bug in `Update-FabricSemanticModelDefinition` - Uri was incorrect when a platform file exists
22+
- Name of new SQL database will be shown (#169)
2223

2324
### Deprecated
2425

source/Public/SQL Database/New-FabricSQLDatabase.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ function New-FabricSQLDatabase
7777
Uri = $apiEndpointUrl
7878
Method = 'POST'
7979
Body = $bodyJson
80+
ObjectIdOrName = $Name
8081
TypeName = 'SQL Database'
8182
NoWait = $NoWait
8283
HandleResponse = $true

0 commit comments

Comments
 (0)