Skip to content

Commit 6f85bd7

Browse files
committed
Name of new SQL database will be shown #169
1 parent 1f6fe5b commit 6f85bd7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

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

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

1819
### Deprecated
1920

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)