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: src/public/Set-MdeAuthorizationInfo.ps1
+49-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
.DESCRIPTION
6
6
Set the authorization information that is used to get a valid MDE token. You can use a service principal (app registration) or directly provide a token.
7
+
7
8
.NOTES
8
9
Author: Jan-Henrik Damaschke
9
10
@@ -22,11 +23,23 @@
22
23
.PARAMETERtoken
23
24
Mandatory. You can provide the token directly with this parameter. If used, none of the other parameters can be used.
24
25
26
+
.PARAMETERconfigurationFile
27
+
You can provide a JSON parameter file containing the values "mdeAppId","mdeTenantId" and "mdeAppSecret".
28
+
29
+
.PARAMETERfromEnv
30
+
If this switch is provided, the app registration credentials will be taken from the environment variables "MDE_APP_ID", "MDE_TENANT_ID", "MDE_APP_SECRET"
0 commit comments