File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
source/Public/SQL Database Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function Get-FabricSQLDatabase {
28
28
This example will retrieve the SQLDatabase with the name 'MySQLDatabase'.
29
29
30
30
. EXAMPLE
31
- Get-FabricSQLDatabase
31
+ Get-FabricSQLDatabase -WorkspaceId '12345678-1234-1234-1234-123456789012'
32
32
33
33
This example will retrieve all SQLDatabases in the workspace that is specified
34
34
by the WorkspaceId.
@@ -40,6 +40,11 @@ function Get-FabricSQLDatabase {
40
40
41
41
This example will retrieve the SQLDatabase with the ID '12345678-1234-1234-1234-123456789012'.
42
42
43
+ . EXAMPLE
44
+ Get-FabricWorkspace -WorkspaceName 'MsLearn-dev' | Get-FabricSQLDatabase
45
+
46
+ This example will retrieve all SQLDatabases from the workspace with the name 'MsLearn-dev' (using the pipeline).
47
+
43
48
. NOTES
44
49
Revision History:
45
50
- 2025-03-06 - KNO: Init version of the function
You can’t perform that action at this time.
0 commit comments