You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FabricTools/FabricTools.psd1
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,33 @@
104
104
"Resume-FabricCapacity",
105
105
"Set-FabricAuthToken",
106
106
"Suspend-FabricCapacity",
107
-
"Unregister-FabricWorkspaceToCapacity"
107
+
"Unregister-FabricWorkspaceToCapacity",
108
+
109
+
'Connect-FabricAccount',
110
+
'Get-FabricEventhouse',
111
+
'Get-FabricEventstream',
112
+
'Get-FabricKQLDashboard',
113
+
'Get-FabricKQLDatabase',
114
+
'Get-FabricKQLQueryset',
115
+
'Get-FabricWorkspace',
116
+
'Invoke-FabricKQLCommand',
117
+
'New-FabricEventhouse',
118
+
'New-FabricEventstream',
119
+
'New-FabricKQLDashboard',
120
+
'New-FabricKQLDatabase',
121
+
'New-FabricWorkspace',
122
+
'Remove-FabricEventhouse',
123
+
'Remove-FabricEventstream',
124
+
'Remove-FabricKQLDatabase',
125
+
'Remove-FabricKQLQueryset',
126
+
'Set-FabricEventhouse',
127
+
'Set-FabricEventstream',
128
+
'Set-FabricKQLDatabase',
129
+
'Set-FabricKQLQueryset',
130
+
'Add-FabricWorkspaceRoleAssignment',
131
+
'Get-FabricWorkspaceRoleAssignment',
132
+
'Get-FabricKQLDashboardDefinition',
133
+
'Get-FabricDebugInfo'
108
134
)
109
135
110
136
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
0 commit comments