Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions src/IdLE.Core/IdLE.Core.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Core.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'c6232cd4-6fe9-4c37-a87b-eed8ce7e3517'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -22,10 +22,14 @@

PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Identity', 'Lifecycle', 'Automation', 'IdentityManagement', 'JML', 'Onboarding', 'Offboarding', 'AccountManagement')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Core', 'Engine', 'Workflow', 'Plan', 'Execution', 'Validation')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
Comment thread
blindzero marked this conversation as resolved.
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
12 changes: 8 additions & 4 deletions src/IdLE.Provider.AD/IdLE.Provider.AD.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Provider.AD.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = '8a7f3c2e-9b4d-4e1a-a8c6-5f9d2b1e3a4c'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -14,9 +14,13 @@
PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'ActiveDirectory', 'AD')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
Comment thread
blindzero marked this conversation as resolved.
ContactEmail = '13959569+blindzero@users.noreply.github.com'
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Provider.DirectorySync.EntraConnect.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'a1b2c3d4-5e6f-7890-abcd-ef1234567890'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -14,9 +14,13 @@
PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'DirectorySync', 'EntraConnect')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
Comment thread
blindzero marked this conversation as resolved.
ContactEmail = '13959569+blindzero@users.noreply.github.com'
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
12 changes: 8 additions & 4 deletions src/IdLE.Provider.EntraID/IdLE.Provider.EntraID.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Provider.EntraID.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -14,9 +14,13 @@
PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'EntraID', 'AzureAD', 'MicrosoftGraph')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
Comment thread
blindzero marked this conversation as resolved.
ContactEmail = '13959569+blindzero@users.noreply.github.com'
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Provider.ExchangeOnline.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'e8f9a3b1-4c2d-4a5b-9f7e-3d2c1a9b8e7f'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -13,10 +13,14 @@

PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'ExchangeOnline', 'Mailbox')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'ExchangeOnline', 'Mailbox', 'EXO')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
Comment thread
blindzero marked this conversation as resolved.
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
14 changes: 9 additions & 5 deletions src/IdLE.Provider.Mock/IdLE.Provider.Mock.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Provider.Mock.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'e661d3d6-1797-4cb1-b173-474982dbd653'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -13,10 +13,14 @@

PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'Mock')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Provider', 'Mock', 'Testing')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
Comment thread
blindzero marked this conversation as resolved.
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
14 changes: 9 additions & 5 deletions src/IdLE.Steps.Common/IdLE.Steps.Common.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Steps.Common.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = '9bdf5e97-0344-4191-82ed-c534bd7cb9b5'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -23,10 +23,14 @@

PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'Common', 'Builtin')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
Comment thread
blindzero marked this conversation as resolved.
ContactEmail = '13959569+blindzero@users.noreply.github.com'
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
14 changes: 9 additions & 5 deletions src/IdLE.Steps.DirectorySync/IdLE.Steps.DirectorySync.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Steps.DirectorySync.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'b2c3d4e5-6f78-9012-bcde-f12345678901'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -19,10 +19,14 @@

PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'DirectorySync')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'DirectorySync', 'Synchronization')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
Comment thread
blindzero marked this conversation as resolved.
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
12 changes: 8 additions & 4 deletions src/IdLE.Steps.Mailbox/IdLE.Steps.Mailbox.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.Steps.Mailbox.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'f7e6d5c4-b3a2-9180-7e6f-5d4c3b2a1908'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand All @@ -19,9 +19,13 @@
PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Steps', 'Mailbox')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
Comment thread
blindzero marked this conversation as resolved.
ContactEmail = '13959569+blindzero@users.noreply.github.com'
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
3 changes: 2 additions & 1 deletion src/IdLE/IdLE.Init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ if ($PSScriptRoot) {
break
}
} catch {
# Ignore resolution errors
# Non-fatal: path resolution can fail for invalid entries.
Write-Verbose "Skipping unresolved PSModulePath entry: $p"
Comment thread
blindzero marked this conversation as resolved.
}
}
}
Expand Down
12 changes: 8 additions & 4 deletions src/IdLE/IdLE.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'IdLE.psm1'
ModuleVersion = '0.9.1'
ModuleVersion = '0.9.2'
GUID = 'e2f1c3a4-7b9d-4f2a-8c3e-1d5b6a7c8e9f'
Author = 'Matthias Fleschuetz'
Copyright = '(c) Matthias Fleschuetz. All rights reserved.'
Expand Down Expand Up @@ -39,9 +39,13 @@
PrivateData = @{
PSData = @{
Tags = @('IdentityLifecycleEngine', 'IdLE', 'Identity', 'Lifecycle', 'Automation', 'IdentityManagement', 'JML', 'Onboarding', 'Offboarding', 'AccountManagement')
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ContactEmail = '13959569+blindzero@users.noreply.github.com'
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0'
ProjectUri = 'https://github.com/blindzero/IdentityLifecycleEngine'
ReleaseNotes = 'https://github.com/blindzero/IdentityLifecycleEngine/releases'
HelpInfoUri = 'https://blindzero.github.io/IdentityLifecycleEngine/'
Comment thread
blindzero marked this conversation as resolved.
ContactEmail = '13959569+blindzero@users.noreply.github.com'
RepositoryUrl = 'https://github.com/blindzero/IdentityLifecycleEngine'
BugTrackerUrl = 'https://github.com/blindzero/IdentityLifecycleEngine/issues'
}
}
}
Loading