Skip to content

Commit

Permalink
Update Readme for 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKur committed Jul 27, 2020
1 parent 2f897cc commit 9417388
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 10 additions & 7 deletions PSModule/IntuneDocumentation/IntuneDocumentation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Thomas Kurth
#
# Generated on: 21.07.2020
# Generated on: 27.07.2020
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'IntuneDocumentation.psm1'

# Version number of this module.
ModuleVersion = '2.0.16'
ModuleVersion = '2.0.17'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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 = @()
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9417388

Please sign in to comment.