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: PSql/en-US/PSql.dll-help.xml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -937,7 +937,7 @@
937
937
<dev:value>AadManagedIdentity</dev:value>
938
938
<maml:description>
939
939
<maml:para>
940
-
Entra ID managed identity authentication mode. For a user-assigned identity, -Credential is required and should match the object ID of the identity; the password is ignored. For a system-assigned identity, -Credential should be omitted.
940
+
Entra ID managed identity authentication mode. For a user-assigned identity, -Credential is required and should match the client ID of the identity; the password is ignored. For a system-assigned identity, -Credential should be omitted.
941
941
</maml:para>
942
942
</maml:description>
943
943
</dev:possibleValue>
@@ -949,6 +949,14 @@
949
949
</maml:para>
950
950
</maml:description>
951
951
</dev:possibleValue>
952
+
<dev:possibleValue>
953
+
<dev:value>AadWorkloadIdentity</dev:value>
954
+
<maml:description>
955
+
<maml:para>
956
+
Entra ID workload identity authentication mode. This mode is similar to managed identity authentication, except that default values are taken from environment variables. If a -Credential is provided, its username overrides any client ID found in the environment, and its password is ignored.
0 commit comments