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/en-US/SqlPermission.strings.psd1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ConvertFrom-StringData @'
12
12
EvaluateServerPermissionForPrincipal = Evaluate the current permissions for the principal '{0}' on the instance '{1}'. (SP0001)
13
13
DesiredPermissionAreAbsent = The desired permission '{0}' that shall be present are absent. (SP0002)
14
14
DesiredAbsentPermissionArePresent = The desired permission '{0}' that shall be absent are present. (SP0003)
15
-
NameIsMissing = The name '{0}' is not a login on the instance '{1}'. (SP0004)
15
+
NameIsMissing = The name '{0}' is not a login or server role on the instance '{1}'. (SP0004)
16
16
FailedToRevokePermissionFromCurrentState = Failed to revoke the permissions from the current state for the user '{0}'. (SP0005)
17
17
FailedToSetPermission = Failed to set the desired permissions for the user '{0}'. (SP0006)
18
18
DuplicatePermissionState = One or more permission states was added more than once. It is only allowed to specify one of each permission state. (SP0007)
0 commit comments