diff --git a/PSModule/IntuneDocumentation/IntuneDocumentation.psd1 b/PSModule/IntuneDocumentation/IntuneDocumentation.psd1 index 676ee2d..c9749e2 100644 --- a/PSModule/IntuneDocumentation/IntuneDocumentation.psd1 +++ b/PSModule/IntuneDocumentation/IntuneDocumentation.psd1 @@ -3,7 +3,7 @@ # # Generated by: Thomas Kurth # -# Generated on: 21.07.2020 +# Generated on: 27.07.2020 # @{ @@ -12,7 +12,7 @@ RootModule = 'IntuneDocumentation.psm1' # Version number of this module. -ModuleVersion = '2.0.16' +ModuleVersion = '2.0.17' # Supported PSEditions # CompatiblePSEditions = @() @@ -70,9 +70,9 @@ RequiredModules = @('Microsoft.Graph.Intune', # NestedModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'Invoke-IntuneDocumentation', - 'New-IntuneDocumentationAppRegistration', - 'Invoke-ConditionalAccessDocumentation' +FunctionsToExport = 'Invoke-ConditionalAccessDocumentation', + 'Invoke-IntuneDocumentation', + 'New-IntuneDocumentationAppRegistration' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() @@ -110,9 +110,12 @@ PrivateData = @{ IconUri = 'https://github.com/ThomasKur/IntuneDocumentation/raw/master/Logo/IntuneDocumentationLogo.png' # ReleaseNotes of this module - ReleaseNotes = ' 2.0.16 - 21.07.2020 - Thomas Kurth + ReleaseNotes = ' 2.0.17 - 26.07.2020 - Thomas Kurth + +- Bugfix to include MAM assignments +- Add Conditional Access Documentation +- Conditional Access Documentation - Translate referenced id''s to real object names (users, groups, roles and applications) -- Added possibility to run the documentation [in background](README.md#use-script-silently) with a custom App Registration diff --git a/README.md b/README.md index 1dec551..657f23e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ This function Invoke-IntuneDocumentation will document: - Custom Roles The function Invoke-ConditionalAccessDocumentation will document: + - Azure AD Conditional Access Policies +- Translate referenced id's to real object names (users, groups, roles and applications) ## Usage Intune Documentation diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 32e1669..4c4b617 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,6 +4,8 @@ - Bugfix to include MAM assignments - Add Conditional Access Documentation +- Conditional Access Documentation - Translate referenced id's to real object names (users, groups, roles and applications) + ## 2.0.16 - 21.07.2020 - Thomas Kurth