Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

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

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions source/Public/SQL Database/New-FabricSQLDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function New-FabricSQLDatabase
Uri = $apiEndpointUrl
Method = 'POST'
Body = $bodyJson
ObjectIdOrName = $Name
TypeName = 'SQL Database'
NoWait = $NoWait
HandleResponse = $true
Expand Down
Loading