Skip to content

Commit

Permalink
process feedback.
Browse files Browse the repository at this point in the history
Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev committed Dec 3, 2024
1 parent 87da887 commit 33539df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ACCOUNTADMIN
atlassian
auditlog
Auths
autoaccept
autoscaler
Expand Down Expand Up @@ -69,19 +70,20 @@ opcplc
orstatement
PAYG
Pids
portgroup
postgre
pushconfig
querypack
ratebasedstatement
regexmatchstatement
regexpatternsetreferencestatement
resourcegroup
rootfs
rulegroup
rulegroupreferencestatement
Sas
scim
serviceprincipals
signin
singlequeryargument
sizeconstraintstatement
Snat
Expand All @@ -104,4 +106,3 @@ vulnerabilityassessmentsettings
vulnmgmt
wil
xssmatchstatement
portgroup
8 changes: 4 additions & 4 deletions providers/ms365/resources/ms365.lr
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ private microsoft.user.auditlog {
// The user's sign-in entries. Only entries from the last 24 hours are fetched and up to 50 at most.
// Note that only interactive sign-in entries are currently returned.
signins() []microsoft.user.signin
// The user's last interactive sign-in
// The user's last interactive sign-in.
lastInteractiveSignIn() microsoft.user.signin
// The user's last non-interactive sign-in
// The user's last non-interactive sign-in. Only entries from the last 24 hours are currently considered.
lastNonInteractiveSignIn() microsoft.user.signin
}

Expand All @@ -181,11 +181,11 @@ private microsoft.user.signin {
userId string
// The display name of the user.
userDisplayName string
// The client app, used to perform the sig-in.
// The client app, used to perform the sign-in.
clientAppUsed string
// The app's display name.
appDisplayName string
// The resource display name.
// The resource's display name.
resourceDisplayName string
// Whether the sign-in was interactive.
interactive bool
Expand Down

0 comments on commit 33539df

Please sign in to comment.