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: source/Public/Connect-FabricAccount.ps1
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,31 +5,27 @@ function Connect-FabricAccount {
5
5
Connects to the Fabric WebAPI.
6
6
7
7
.DESCRIPTION
8
-
Connects to the Fabric WebAPI by using the cmdlet Connect-AzAccount.
9
-
This function retrieves the authentication token for the Fabric API and sets up the headers for API calls.
8
+
Connects to the Fabric WebAPI by using the cmdlet Connect-AzAccount. This function retrieves the authentication token for the Fabric API and sets up the headers for API calls.
10
9
11
10
.PARAMETERTenantId
12
-
The TenantId of the Azure Active Directory tenant you want to connect to
13
-
and in which your Fabric Capacity is.
11
+
The TenantId of the Azure Active Directory tenant you want to connect to and in which your Fabric Capacity is.
14
12
15
13
.PARAMETERServicePrincipalId
16
14
The Client ID (AppId) of the service principal used for authentication.
17
15
18
16
.PARAMETERServicePrincipalSecret
19
-
The **secure string** representing the service principal secret. Use Read-Host -AsSecureString or other secure entry.
17
+
The **secure string** representing the service principal secret.
20
18
21
19
.PARAMETERCredential
22
20
A PSCredential object representing a user credential (username and secure password).
0 commit comments