We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fd0662 + 6f85bd7 commit 81b97b8Copy full SHA for 81b97b8
CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
### Fixed
20
21
- Fixed bug in `Update-FabricSemanticModelDefinition` - Uri was incorrect when a platform file exists
22
+- Name of new SQL database will be shown (#169)
23
24
### Deprecated
25
source/Public/SQL Database/New-FabricSQLDatabase.ps1
@@ -77,6 +77,7 @@ function New-FabricSQLDatabase
77
Uri = $apiEndpointUrl
78
Method = 'POST'
79
Body = $bodyJson
80
+ ObjectIdOrName = $Name
81
TypeName = 'SQL Database'
82
NoWait = $NoWait
83
HandleResponse = $true
0 commit comments